Merge branch 'master' of github.com:CartoDB/cartodb

pull/16350/head
Moisés Calzado 3 years ago
commit fc4f931e46

@ -13,6 +13,7 @@ Development
* Bump ruby-saml to v1.12.2 [#16273](https://github.com/CartoDB/cartodb/pull/16273)
* Bump cartodb-common to v1.1.2
* Include DB connections, all parameters for Oauth connections, and the relationship between synchronizations and connections, in User migrations [#16287](https://github.com/CartoDB/cartodb/pull/16287)
* Upgrade to CARTO Viewer v1.0.8 [16347](https://github.com/CartoDB/cartodb/pull/16347)
### Bug fixes / enhancements
- Add "element" param to DO-Catalog entry function [#16343](https://github.com/CartoDB/cartodb/pull/16343)

6
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "1.0.0-assets.261",
"version": "1.0.0-assets.264",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2753,8 +2753,8 @@
}
},
"@carto/viewer": {
"version": "github:CartoDB/viewer#fcc862c5e872a4955623b386954ad21dfe467785",
"from": "github:CartoDB/viewer#v1.0.7",
"version": "github:CartoDB/viewer#fea8aa46b3cf1e1b635959eea9effe8495626689",
"from": "github:CartoDB/viewer#v1.0.8",
"requires": {
"@carto/react": "^1.0.0-beta5",
"@material-ui/core": "^4.11.0",

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "1.0.0-assets.263",
"version": "1.0.0-assets.264",
"description": "CARTO UI frontend",
"repository": {
"type": "git",
@ -23,7 +23,7 @@
"@carto/carto.js": "^4.2.1",
"@carto/toolkit-core": "0.0.1-rc.18",
"@carto/toolkit-custom-storage": "0.0.1-rc.18",
"@carto/viewer": "github:CartoDB/viewer#v1.0.7",
"@carto/viewer": "github:CartoDB/viewer#v1.0.8",
"@carto/zera": "1.0.7",
"@deck.gl/carto": "8.5.6",
"@deck.gl/core": "8.5.6",

Loading…
Cancel
Save