mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-05 05:03:08 +00:00
Upgrade to stable Next.js 15
This commit is contained in:
parent
e9fbcd6009
commit
ef615bc853
2 changed files with 365 additions and 122 deletions
15
package.json
15
package.json
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue