Upgrade next to v15

pull/57/head
Astradus 1 week ago
parent 602432113a
commit b014e41c08

3
next-env.d.ts vendored

@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

3108
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -19,7 +19,7 @@
},
"dependencies": {
"axios": "^1.12.0",
"next": "^14.2.35",
"next": "^15.5.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1"
@ -28,17 +28,17 @@
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "^12.1.6",
"eslint": "^9.39.4",
"eslint-config-next": "^15.5.19",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.29.4",
"husky": "^8.0.1",
"postcss": "^8.4.31",
"prettier": "^2.6.2",
"prettier": "^3.8.4",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save