Skip to content

Commit 859c2a9

Browse files
committed
WIP React 19
Broken due to react-inspector: tajo/ladle#590 (comment)
1 parent e045d72 commit 859c2a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"serve": "npm run build:msw && npx serve dist"
3030
},
3131
"dependencies": {
32-
"react": "^18.3.1",
33-
"react-dom": "^18.3.1",
32+
"react": "^19.0.0",
33+
"react-dom": "^19.0.0",
3434
"react-router-dom": "^6.27.0"
3535
},
3636
"devDependencies": {
@@ -42,8 +42,8 @@
4242
"@testing-library/user-event": "^14.5.2",
4343
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
4444
"@types/node": "^20.17.10",
45-
"@types/react": "^18.3.12",
46-
"@types/react-dom": "^18.3.1",
45+
"@types/react": "^19.0.2",
46+
"@types/react-dom": "^19.0.2",
4747
"@typescript-eslint/eslint-plugin": "^8.18.2",
4848
"@typescript-eslint/parser": "^8.18.2",
4949
"@vitejs/plugin-react-swc": "^3.7.2",

0 commit comments

Comments
 (0)