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 79d016d commit 23388cbCopy full SHA for 23388cb
apps/nextjs/package.json
@@ -12,8 +12,8 @@
12
"dependencies": {
13
"@vercel/analytics": "workspace:*",
14
"next": "14.1.0",
15
- "react": "18.2.0",
16
- "react-dom": "18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
17
},
18
"devDependencies": {
19
"@playwright/test": "1.35.1",
packages/web/package.json
@@ -94,7 +94,7 @@
94
"dev": "pnpm copy-astro && tsup --watch",
95
"lint": "eslint .",
96
"lint-fix": "eslint . --fix",
97
- "test": "vitest watch",
+ "test": "vitest",
98
"type-check": "tsc --noEmit"
99
100
"eslintConfig": {
0 commit comments