mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-17 05:51:02 +00:00
Fix: Update dependencies to Next 15 & React 19
This commit is contained in:
16
package.json
16
package.json
@@ -9,16 +9,16 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "14.2.3",
|
"next": "^15.0.0",
|
||||||
"react": "^18",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^18",
|
"react-dom": "^19.0.0",
|
||||||
"trek-captcha": "^0.4.0"
|
"trek-captcha": "^0.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.20",
|
||||||
"postcss": "^8",
|
"postcss": "^8.4.40",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwindcss": "^3.4.14",
|
||||||
"eslint": "^8",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-next": "14.2.3"
|
"eslint-config-next": "^15.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user