Skip to content

Commit

Permalink
chore: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Nov 22, 2024
1 parent 79d016d commit 23388cb
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 113 deletions.
4 changes: 2 additions & 2 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@vercel/analytics": "workspace:*",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "1.35.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"dev": "pnpm copy-astro && tsup --watch",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "vitest watch",
"test": "vitest",
"type-check": "tsc --noEmit"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 23388cb

Please sign in to comment.