1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-04 21:59:18 +00:00

NORY-4: migrate to Next.js 15

This commit is contained in:
Markus Thielker 2024-11-27 14:46:35 +01:00
parent 4960b2c481
commit b2a4ba775d
No known key found for this signature in database
7 changed files with 385 additions and 334 deletions

View file

@ -26,11 +26,11 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.460.0",
"next": "14.2.10",
"next": "15.0.3",
"next-themes": "^0.4.3",
"oslo": "^1.1.3",
"react": "^18",
"react-dom": "^18",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.51.0",
"sharp": "^0.33.4",
"sonner": "^1.4.3",
@ -42,14 +42,18 @@
},
"devDependencies": {
"@types/node": "^22.9.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.18",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}