NORY-4: update dependencies for Next.js 14

This commit is contained in:
Markus Thielker 2024-11-24 14:51:09 +01:00
parent f62e915b98
commit 4960b2c481
No known key found for this signature in database
2 changed files with 2864 additions and 2138 deletions

File diff suppressed because it is too large Load diff

View file

@ -25,9 +25,9 @@
"@serwist/sw": "^9.0.0-preview.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.350.0",
"next": "14.1.3",
"next-themes": "^0.2.1",
"lucide-react": "^0.460.0",
"next": "14.2.10",
"next-themes": "^0.4.3",
"oslo": "^1.1.3",
"react": "^18",
"react-dom": "^18",
@ -41,12 +41,12 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/node": "^22.9.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-config-next": "14.2.18",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",