Skip to content

Commit

Permalink
Merge pull request #786 from ibi-group/update-react-dom
Browse files Browse the repository at this point in the history
deps: update react-dom
  • Loading branch information
daniel-heppner-ibigroup authored Oct 16, 2024
2 parents 358692b + 3d01d98 commit 717f98f
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 717f98f

Please sign in to comment.