Skip to content

Commit 97878c5

Browse files
committed
update dependencies to test react 19.1
1 parent fbf566c commit 97878c5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

example/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "module",
55
"version": "0.0.0",
66
"scripts": {
7-
"dev": "convex dev --live-component-sources --typecheck-components",
7+
"dev": "run-p dev:backend dev:frontend",
8+
"dev:backend": "convex dev --live-component-sources --typecheck-components",
89
"dev:frontend": "vite",
910
"logs": "convex logs",
1011
"lint": "tsc -p convex && eslint convex"
@@ -15,22 +16,23 @@
1516
"clsx": "^2.1.1",
1617
"convex": "file:../node_modules/convex",
1718
"openai": "^4.85.4",
18-
"react": "^18.3.1",
19-
"react-dom": "^18.3.1",
19+
"react": "^19.1.0",
20+
"react-dom": "^19.1.0",
2021
"react-markdown": "^10.0.0",
2122
"tailwind-merge": "^3.0.2",
2223
"tailwindcss": "^4.0.9"
2324
},
2425
"devDependencies": {
2526
"@eslint/eslintrc": "^3.1.0",
2627
"@eslint/js": "^9.9.0",
27-
"@types/react": "^18.3.3",
28-
"@types/react-dom": "^18.3.0",
28+
"@types/react": "^19.1.4",
29+
"@types/react-dom": "^19.1.5",
2930
"@vitejs/plugin-react": "^4.3.1",
3031
"eslint": "^9.9.0",
3132
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3233
"eslint-plugin-react-refresh": "^0.4.9",
3334
"globals": "^15.9.0",
35+
"npm-run-all2": "^8.0.1",
3436
"typescript": "^5.5.0",
3537
"typescript-eslint": "^8.0.1",
3638
"vite": "^5.4.1"

0 commit comments

Comments
 (0)