We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777c72a commit 4488150Copy full SHA for 4488150
site2/package.json
@@ -6,8 +6,8 @@
6
"deck.gl": "^9.0.0",
7
"material-ui": "^0.20.2",
8
"npm": "^11.0.0",
9
- "react": "^16.12.0",
10
- "react-dom": "^16.12.0",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
11
"react-google-maps": "^9.4.5",
12
"react-scripts": "^5.0.1",
13
"typescript": "^3.7.5",
@@ -29,7 +29,7 @@
29
"@types/googlemaps": "^3.39.2",
30
"@types/material-ui": "^0.21.7",
31
"@types/mocha": "^10.0.0",
32
- "@types/react": "^16.9.19",
33
- "@types/react-dom": "^16.9.5"
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0"
34
}
35
0 commit comments