Upgrade to stable Next.js 15

This commit is contained in:
Ahmad 2024-10-21 16:48:55 -04:00
parent e9fbcd6009
commit ef615bc853
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 365 additions and 122 deletions

View file

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev --turbo",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
@ -12,6 +12,7 @@
"format:fix": "prettier --write --ignore-path .prettierignore ."
},
"dependencies": {
"@builder.io/sdk-react": "^2.0.21",
"@clerk/nextjs": "^5.7.5",
"@hello-pangea/dnd": "^17.0.0",
"@liveblocks/client": "^2.9.1",
@ -39,10 +40,10 @@
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"next": "15.0.0-rc.1",
"react": "19.0.0-rc.0",
"next": "15.0.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-day-picker": "^9.1.3",
"react-dom": "19.0.0-rc.0",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"stripe": "^17.2.0",
@ -57,7 +58,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/eslint-plugin-next": "^14.2.15",
"@next/eslint-plugin-next": "15.0.0",
"@types/dompurify": "^3",
"@types/lodash": "^4.17.11",
"@types/node": "^22.7.6",
@ -67,7 +68,7 @@
"@typescript-eslint/parser": "^8.10.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-next": "^15.0.0-rc.0",
"eslint-config-next": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
@ -80,7 +81,7 @@
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@4.5.1",
"resolutions": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"