Skip to content

Commit

Permalink
Merge pull request #3389 from memark/memark/peer-deps-react-19
Browse files Browse the repository at this point in the history
Include React 19 in peer deps
  • Loading branch information
JustFly1984 authored Oct 25, 2024
2 parents 52dd0f0 + 093db53 commit 6776955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-google-maps-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"invariant": "2.2.4"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
"react": "^16.8 || ^17 || ^18 || ^19",
"react-dom": "^16.8 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
Expand Down

0 comments on commit 6776955

Please sign in to comment.