update version

This commit is contained in:
proddy
2025-02-08 22:32:48 +00:00
parent 799076d0c4
commit ffbb397dba
15 changed files with 320 additions and 283 deletions

View File

@@ -24,8 +24,8 @@
"@alova/adapter-xhr": "2.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.4.2",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"@table-library/react-table-library": "4.1.7",
"alova": "3.2.8",
"async-validator": "^4.2.5",
@@ -41,24 +41,24 @@
"typescript": "^5.7.3"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@eslint/js": "^9.19.0",
"@babel/core": "^7.26.8",
"@eslint/js": "^9.20.0",
"@preact/compat": "^18.3.1",
"@preact/preset-vite": "^2.10.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/formidable": "^3",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"concurrently": "^9.1.2",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"formidable": "^3.5.2",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.37.0",
"terser": "^5.38.1",
"typescript-eslint": "8.23.0",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.1.4"
},