Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
upgrade to next 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syhner committed Nov 26, 2023
1 parent f487593 commit adf69b9
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 145 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"clsx": "^2.0.0",
"drizzle-orm": "^0.28.2",
"lucide-react": "^0.261.0",
"next": "13.4.19",
"next": "14.0.1",
"next-auth": "0.0.0-manual.ffd05533",
"next-themes": "^0.2.1",
"pusher-http-edge": "^0.4.0",
"pusher-js": "^8.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.45.4",
"server-only": "^0.0.1",
"superjson": "^1.13.1",
Expand All @@ -69,25 +69,25 @@
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "^14.0.0",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "10.4.15",
"autoprefixer": "^10.0.1",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.8",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^8.8.0",
"jsdom": "^22.1.0",
"postcss": "8.4.29",
"postcss": "^8",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "3.3.3",
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.2.2",
"typescript": "^5",
"vitest": "^0.34.2",
"vitest-dom": "^0.1.0"
"vitest-dom": "^0.1.1"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit adf69b9

Please sign in to comment.