Update internal deps

pull/13124/head
Jesús Arroyo Torrens 7 years ago
parent eb06535964
commit 2eb874f06b

@ -91,7 +91,7 @@ ion for time-series (#12670)
* Improve legends error (cartodb.js#1758)
* Updates Dataservices API client default version to `0.21.0` (#12942)
* Improve user migrator
* Now is possible to use wildcard character (*) in the whitelist emails for organization signups (#12991)
* Now is possible to use wildcard character (\*) in the whitelist emails for organization signups (#12991)
* Integrated the internal release of carto.js (https://github.com/CartoDB/cartodb.js/issues/1855)
* User accounts in locked state returns 404 for resources like maps or visualizations and redirection for private endpoints (#13030)
* Added lockout page to show when a user is locked up due to expiration of the trial (#13100)
@ -303,6 +303,7 @@ ion for time-series (#12670)
* Remove analysisCollection and refactor analyses-integration (#12947)
* Fix layer's sources in tests (analysis source required) (#12866)
* Adapt widget integration and specs to dataviews refactor (#12850)
* Optimize bundle size related to camshaft-reference (#13124)
### NOTICE
This release upgrades the CartoDB PostgreSQL extension to `0.19.2`. Run the following to have it available:

18
npm-shrinkwrap.json generated

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "4.10.89",
"version": "4.10.89-1911",
"dependencies": {
"accessory": {
"version": "1.0.1",
@ -316,9 +316,9 @@
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz"
},
"camshaft-reference": {
"version": "0.33.4",
"from": "camshaft-reference@0.33.4",
"resolved": "https://registry.npmjs.org/camshaft-reference/-/camshaft-reference-0.33.4.tgz"
"version": "0.34.0",
"from": "camshaft-reference@0.34.0",
"resolved": "https://registry.npmjs.org/camshaft-reference/-/camshaft-reference-0.34.0.tgz"
},
"carto": {
"version": "0.15.1-cdb4",
@ -332,8 +332,8 @@
},
"cartodb-deep-insights.js": {
"version": "0.4.17",
"from": "cartodb/deep-insights.js#v0.4.17",
"resolved": "git://github.com/cartodb/deep-insights.js.git#460a9fcf576bb6d03ba2ea9e6feaa153e0cbf714",
"from": "cartodb/deep-insights.js#optimize-bundle-camshaft-references",
"resolved": "git://github.com/cartodb/deep-insights.js.git#abbf4b98881a491d3b69cfb44da946203f72b2a3",
"dependencies": {
"node-polyglot": {
"version": "2.2.2",
@ -348,9 +348,9 @@
"resolved": "https://registry.npmjs.org/cartodb-pecan/-/cartodb-pecan-0.2.0.tgz"
},
"cartodb.js": {
"version": "4.0.0-alpha.28",
"from": "cartodb/cartodb.js#v4.0.0-alpha.28",
"resolved": "git://github.com/cartodb/cartodb.js.git#cdbc4d8bd9f21d0d9019b8603ba1a1530d148629"
"version": "4.0.0-alpha.25",
"from": "cartodb/cartodb.js#optimize-bundle-camshaft-references",
"resolved": "git://github.com/cartodb/cartodb.js.git#dfc15c3006c9267e159ac3b66e84b7a9ab22dcf4"
},
"center-align": {
"version": "0.1.3",

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "4.10.89",
"version": "4.10.89-1911",
"description": "CARTO UI frontend",
"repository": {
"type": "git",
@ -21,12 +21,12 @@
"bootstrap-colorpicker": "2.5.0",
"browserify": "13.0.0",
"browserify-shim": "3.8.12",
"camshaft-reference": "0.33.4",
"camshaft-reference": "0.34.0",
"carto": "cartodb/carto#master",
"cartocolor": "4.0.0",
"cartodb-deep-insights.js": "cartodb/deep-insights.js#v0.4.17",
"cartodb-deep-insights.js": "cartodb/deep-insights.js#optimize-bundle-camshaft-references",
"cartodb-pecan": "0.2.x",
"cartodb.js": "CartoDB/cartodb.js#v4.0.0-alpha.28",
"cartodb.js": "CartoDB/cartodb.js#optimize-bundle-camshaft-references",
"clipboard": "1.6.1",
"codemirror": "5.14.2",
"html-webpack-plugin": "^2.30.1",

Loading…
Cancel
Save