Skip to content

Commit

Permalink
deps: update react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Oct 9, 2024
1 parent 344a847 commit 3d01d98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/endpoints-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^16.8.6",
"react-dom": "^18.2.0",
"react-intl": "^5.24.6",
"react-map-gl": "^7.0.15",
"styled-components": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/park-and-ride-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^16.8.6",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.15",
"styled-components": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vehicle-rental-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^16.8.6",
"react-dom": "^18.2.0",
"react-intl": "^5.24.6",
"react-map-gl": "^7.0.15",
"styled-components": "^5.3.0"
Expand Down

0 comments on commit 3d01d98

Please sign in to comment.