Skip to content

Commit

Permalink
2.0.6 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde authored and Josmorsot committed Aug 8, 2023
1 parent 3cb4c63 commit 6ad1294
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Support for remote scatter plot widget [#704](https://github.com/CartoDB/carto-react/pull/704)
- Fix spatial filter was not being applied to Timeseries widgets [#719](https://github.com/CartoDB/carto-react/pull/719)
- Add typed imports, from deck.gl typed [#693](https://github.com/CartoDB/carto-react/pull/693)
- Bump deck.gl to latest 8.9.17 [#700](https://github.com/CartoDB/carto-react/pull/700)

## 1.5

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"packages/*"
],
"devDependencies": {
"@deck.gl/aggregation-layers": "^8.8.23",
"@deck.gl/carto": "^8.8.23",
"@deck.gl/core": "^8.8.23",
"@deck.gl/extensions": "^8.8.23",
"@deck.gl/geo-layers": "^8.8.23",
"@deck.gl/google-maps": "^8.8.23",
"@deck.gl/layers": "^8.8.23",
"@deck.gl/mesh-layers": "^8.8.23",
"@deck.gl/aggregation-layers": "^8.9.17",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@deck.gl/extensions": "^8.9.17",
"@deck.gl/geo-layers": "^8.9.17",
"@deck.gl/google-maps": "^8.9.17",
"@deck.gl/layers": "^8.9.17",
"@deck.gl/mesh-layers": "^8.9.17",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"@carto/react-core": "^1.6.0-alpha.0",
"@carto/react-redux": "^1.6.0-alpha.0",
"@carto/react-workers": "^1.6.0-alpha.0",
"@deck.gl/carto": "^8.8.23",
"@deck.gl/core": "^8.8.23",
"@deck.gl/extensions": "^8.8.23",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@deck.gl/extensions": "^8.9.17",
"@loaders.gl/mvt": "^3.2.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-basemaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"peerDependencies": {
"@carto/react-core": "^1.6.0-alpha.0",
"@deck.gl/google-maps": "^8.8.23",
"@deck.gl/google-maps": "^8.9.17",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@deck.gl/carto": "^8.8.23",
"@deck.gl/carto": "^8.9.17",
"@turf/bbox-clip": "^6.3.0",
"@turf/bbox-polygon": "^6.3.0",
"@turf/boolean-intersects": "^6.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"peerDependencies": {
"@carto/react-core": "^1.6.0-alpha.0",
"@carto/react-workers": "^1.6.0-alpha.0",
"@deck.gl/carto": "^8.8.23",
"@deck.gl/core": "^8.8.23",
"@deck.gl/carto": "^8.9.17",
"@deck.gl/core": "^8.9.17",
"@reduxjs/toolkit": "^1.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"@carto/react-redux": "^1.6.0-alpha.0",
"@carto/react-ui": "^1.6.0-alpha.0",
"@carto/react-workers": "^1.6.0-alpha.0",
"@deck.gl/core": "^8.8.23",
"@deck.gl/layers": "^8.8.23",
"@deck.gl/core": "^8.9.17",
"@deck.gl/layers": "^8.9.17",
"@material-ui/core": "^4.11.3",
"@nebula.gl/edit-modes": "^1.0.4",
"@nebula.gl/layers": "^1.0.4",
Expand Down

0 comments on commit 6ad1294

Please sign in to comment.