Skip to content

Commit 8015b83

Browse files
Update react monorepo to v19
1 parent f4ae3f5 commit 8015b83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"@convex-dev/workpool": "file:..",
1414
"convex": "file:../node_modules/convex",
15-
"react": "^18.3.1",
16-
"react-dom": "^18.3.1"
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "3.3.1",
2020
"@eslint/js": "9.31.0",
21-
"@types/react": "18.3.23",
22-
"@types/react-dom": "18.3.7",
21+
"@types/react": "19.1.8",
22+
"@types/react-dom": "19.1.6",
2323
"@vitejs/plugin-react": "4.7.0",
2424
"eslint": "9.31.0",
2525
"eslint-plugin-react-hooks": "5.2.0",

0 commit comments

Comments
 (0)