package update

This commit is contained in:
proddy
2025-02-20 22:46:55 +01:00
parent 7214acfa20
commit 57e7c0ae4f
2 changed files with 118 additions and 118 deletions

View File

@@ -24,18 +24,18 @@
"@alova/adapter-xhr": "2.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.4",
"@mui/material": "^6.4.4",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@table-library/react-table-library": "4.1.12",
"alova": "3.2.8",
"async-validator": "^4.2.5",
"jwt-decode": "^4.0.0",
"mime-types": "^2.1.35",
"preact": "^10.25.4",
"preact": "^10.26.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-router": "^7.1.5",
"react-icons": "^5.5.0",
"react-router": "^7.2.0",
"react-toastify": "^11.0.3",
"typesafe-i18n": "^5.26.2",
"typescript": "^5.7.3"
@@ -48,8 +48,8 @@
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/formidable": "^3",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"concurrently": "^9.1.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
@@ -57,8 +57,8 @@
"prettier": "^3.5.1",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.39.0",
"typescript-eslint": "8.24.0",
"vite": "^6.1.0",
"typescript-eslint": "8.24.1",
"vite": "^6.1.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.1.4"
},