Skip to content

Commit 94b24b2

Browse files
fix(deps): update react monorepo to v19
1 parent 06df71c commit 94b24b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"@types/jest": "^29.2.4",
1010
"@types/mapbox-gl": "^2.7.10",
1111
"@types/node": "^18.11.17",
12-
"@types/react": "^18.0.26",
13-
"@types/react-dom": "^18.0.10",
12+
"@types/react": "^19.1.8",
13+
"@types/react-dom": "^19.1.6",
1414
"axios": "^1.2.1",
1515
"linq-to-typescript": "^10.0.0",
1616
"mapbox-gl": "^2.11.1",
17-
"react": "18.1.0",
18-
"react-dom": "18.1.0",
17+
"react": "19.1.1",
18+
"react-dom": "19.1.1",
1919
"react-map-gl": "^7.0.20",
2020
"react-query": "^3.39.2",
2121
"react-scripts": "^5.0.1",
@@ -30,7 +30,7 @@
3030
"jest-webgl-canvas-mock": "^0.2.3",
3131
"jsdom-worker": "^0.3.0",
3232
"mitt": "^3.0.0",
33-
"react-test-renderer": "18.1.0",
33+
"react-test-renderer": "19.1.1",
3434
"uuid-v4": "^0.1.0"
3535
},
3636
"scripts": {

0 commit comments

Comments
 (0)