We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06df71c commit 71ecbccCopy full SHA for 71ecbcc
1 file changed
frontend/package.json
@@ -9,13 +9,13 @@
9
"@types/jest": "^29.2.4",
10
"@types/mapbox-gl": "^2.7.10",
11
"@types/node": "^18.11.17",
12
- "@types/react": "^18.0.26",
13
- "@types/react-dom": "^18.0.10",
+ "@types/react": "^19.1.17",
+ "@types/react-dom": "^19.1.11",
14
"axios": "^1.2.1",
15
"linq-to-typescript": "^10.0.0",
16
"mapbox-gl": "^2.11.1",
17
- "react": "18.1.0",
18
- "react-dom": "18.1.0",
+ "react": "19.2.0",
+ "react-dom": "19.2.0",
19
"react-map-gl": "^7.0.20",
20
"react-query": "^3.39.2",
21
"react-scripts": "^5.0.1",
@@ -30,7 +30,7 @@
30
"jest-webgl-canvas-mock": "^0.2.3",
31
"jsdom-worker": "^0.3.0",
32
"mitt": "^3.0.0",
33
- "react-test-renderer": "18.1.0",
+ "react-test-renderer": "19.2.0",
34
"uuid-v4": "^0.1.0"
35
},
36
"scripts": {
0 commit comments