Skip to content

Commit

Permalink
Upgrade and move deck.gl back to deps from peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Aug 22, 2023
1 parent 092dcdc commit 3dca851
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "1.0.0-assets.274-15",
"version": "1.0.0-assets.274-16",
"description": "CARTO UI frontend",
"repository": {
"type": "git",
Expand All @@ -25,6 +25,14 @@
"@carto/toolkit-custom-storage": "0.0.1-rc.18",
"@carto/viewer": "github:CartoDB/viewer#v1.0.8",
"@carto/zera": "1.0.7",
"@deck.gl/aggregation-layers": "^8.9.23",
"@deck.gl/carto": "^8.9.23",
"@deck.gl/core": "^8.9.23",
"@deck.gl/extensions": "^8.9.23",
"@deck.gl/geo-layers": "^8.9.23",
"@deck.gl/google-maps": "^8.9.23",
"@deck.gl/layers": "^8.9.23",
"@deck.gl/mesh-layers": "^8.9.23",
"babel-polyfill": "^6.26.0",
"backbone": "1.2.3",
"backbone-forms": "0.14.0",
Expand Down Expand Up @@ -181,16 +189,6 @@
"webpack-merge": "^4.1.3",
"webpack-stats-plugin": "0.1.4"
},
"peerDependencies": {
"@deck.gl/aggregation-layers": "^8.9.19",
"@deck.gl/carto": "^8.9.19",
"@deck.gl/core": "^8.9.19",
"@deck.gl/extensions": "^8.9.19",
"@deck.gl/geo-layers": "^8.9.19",
"@deck.gl/google-maps": "^8.9.19",
"@deck.gl/layers": "^8.9.19",
"@deck.gl/mesh-layers": "^8.9.19"
},
"optionalDependencies": {
"fsevents": "*"
},
Expand Down Expand Up @@ -260,4 +258,4 @@
"dev:tilesets-viewer": "NODE_ENV=development vue-cli-service serve --watch lib/assets/javascripts/tilesets-viewer/main.js",
"profile": "NODE_ENV=production webpack --profile --json --config webpack/v4/webpack.prod.config.js > compilation-stats.json"
}
}
}

0 comments on commit 3dca851

Please sign in to comment.