Skip to content

Commit

Permalink
fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
padawannn committed Apr 3, 2024
1 parent 76b1e1b commit 3e0183a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.4.2",
"@carto/react-redux": "^2.4.2",
"@carto/react-workers": "^2.4.2",
"@carto/react-core": "^2.5.0",
"@carto/react-redux": "^2.5.0",
"@carto/react-workers": "^2.5.0",
"@deck.gl/carto": "^8.9.18",
"@deck.gl/core": "^8.9.18",
"@deck.gl/extensions": "^8.9.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.4.2",
"@carto/react-core": "^2.5.0",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
}
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 @@ -68,7 +68,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.4.2",
"@carto/react-core": "^2.5.0",
"@deck.gl/google-maps": "^8.9.18",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
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 @@ -67,8 +67,8 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.4.2",
"@carto/react-workers": "^2.4.2",
"@carto/react-core": "^2.5.0",
"@carto/react-workers": "^2.5.0",
"@deck.gl/carto": "^8.9.18",
"@deck.gl/core": "^8.9.18",
"@reduxjs/toolkit": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-core": "^2.4.2",
"@carto/react-core": "^2.5.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@formatjs/intl-localematcher": "^0.4.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@babel/runtime": "^7.13.9"
},
"peerDependencies": {
"@carto/react-api": "^2.4.2",
"@carto/react-core": "^2.4.2",
"@carto/react-redux": "^2.4.2",
"@carto/react-ui": "^2.4.2",
"@carto/react-workers": "^2.4.2",
"@carto/react-api": "^2.5.0",
"@carto/react-core": "^2.5.0",
"@carto/react-redux": "^2.5.0",
"@carto/react-ui": "^2.5.0",
"@carto/react-workers": "^2.5.0",
"@deck.gl/core": "^8.9.18",
"@deck.gl/layers": "^8.9.18",
"@emotion/react": "^11.10.6",
Expand Down

0 comments on commit 3e0183a

Please sign in to comment.