升级nextjs,修复部分依赖

This commit is contained in:
JIANG
2026-02-04 15:37:08 +08:00
parent b8d7974ce9
commit bc73db66de
5 changed files with 405 additions and 199 deletions

View File

@@ -40,7 +40,7 @@
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.5",
"js-cookie": "^3.0.5",
"next": "^15.5.11",
"next": "^16.1.6",
"next-auth": "^4.24.5",
"ol": "^10.7.0",
"postcss": "^8.5.6",
@@ -51,6 +51,9 @@
"react-window": "^1.8.10",
"tailwindcss": "^4.1.13"
},
"overrides": {
"fast-xml-parser": "5.3.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.1",
@@ -62,9 +65,10 @@
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/react-window": "^1.8.8",
"baseline-browser-mapping": "^2.9.19",
"cross-env": "^7.0.3",
"eslint": "^9.39.2",
"eslint-config-next": "^15.0.3",
"eslint-config-next": "^16.1.6",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"ts-jest": "^29.4.6",