We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ae3f5 commit 8015b83Copy full SHA for 8015b83
example/package.json
@@ -12,14 +12,14 @@
12
"dependencies": {
13
"@convex-dev/workpool": "file:..",
14
"convex": "file:../node_modules/convex",
15
- "react": "^18.3.1",
16
- "react-dom": "^18.3.1"
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0"
17
},
18
"devDependencies": {
19
"@eslint/eslintrc": "3.3.1",
20
"@eslint/js": "9.31.0",
21
- "@types/react": "18.3.23",
22
- "@types/react-dom": "18.3.7",
+ "@types/react": "19.1.8",
+ "@types/react-dom": "19.1.6",
23
"@vitejs/plugin-react": "4.7.0",
24
"eslint": "9.31.0",
25
"eslint-plugin-react-hooks": "5.2.0",
0 commit comments