mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
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:
parent
153fa44ab8
commit
2e4b1a643b
10
package.json
10
package.json
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user