Update package.json to add React 19 peer dependencies (#1245)

* Update package.json to add React 19 peer dependencies

* Fix typo

* Version bump

* react dependency update

Update react dependency
This commit is contained in:
Mike Beasterfeld 2025-05-23 10:44:11 -05:00 committed by GitHub
parent 153fa44ab8
commit 2e4b1a643b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{
"name": "google-map-react",
"version": "2.2.1",
"version": "2.2.3",
"description": "Isomorphic component that allows rendering react components on a google map",
"author": "istarkov https://github.com/istarkov",
"license": "MIT",
@ -33,8 +33,8 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
@ -55,8 +55,8 @@
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "^3.4.1"
},
"files": [