新增关阀搜索面板;升级项目依赖;建立测试框架

This commit is contained in:
JIANG
2026-01-30 18:22:41 +08:00
parent 133e812700
commit 799eab03d0
8 changed files with 4020 additions and 247 deletions

View File

@@ -10,6 +10,8 @@
"build": "refine build",
"start": "refine start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"refine": "refine"
},
"dependencies": {
@@ -22,12 +24,12 @@
"@mui/x-data-grid": "^7.22.2",
"@mui/x-date-pickers": "^8.12.0",
"@refinedev/cli": "^2.16.50",
"@refinedev/core": "^5.0.6",
"@refinedev/core": "^5.0.8",
"@refinedev/devtools": "^2.0.3",
"@refinedev/kbar": "^2.0.1",
"@refinedev/mui": "^7.0.1",
"@refinedev/mui": "^8.0.0",
"@refinedev/nextjs-router": "^7.0.4",
"@refinedev/react-hook-form": "^5.0.3",
"@refinedev/react-hook-form": "^5.0.4",
"@refinedev/simple-rest": "^6.0.1",
"@tailwindcss/postcss": "^4.1.13",
"@turf/turf": "^7.2.0",
@@ -37,7 +39,7 @@
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.5",
"js-cookie": "^3.0.5",
"next": "15.5.9",
"next": "^15.5.11",
"next-auth": "^4.24.5",
"ol": "^10.7.0",
"postcss": "^8.5.6",
@@ -50,14 +52,20 @@
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/react-window": "^1.8.8",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint": "^9.39.2",
"eslint-config-next": "^15.0.3",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"ts-jest": "^29.4.6",
"typescript": "^5.8.3"
},
"refine": {