package update

This commit is contained in:
proddy
2025-01-08 20:16:48 +01:00
parent 74cb23a8bb
commit 95e5babb13
2 changed files with 95 additions and 95 deletions

View File

@@ -21,7 +21,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@alova/adapter-xhr": "2.1.0",
"@alova/adapter-xhr": "2.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
@@ -38,7 +38,7 @@
"react-router": "^7.1.1",
"react-toastify": "^11.0.2",
"typesafe-i18n": "^5.26.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
@@ -48,16 +48,16 @@
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/formidable": "^3",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"concurrently": "^9.1.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"formidable": "^3.5.2",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.13.1",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.37.0",
"typescript-eslint": "8.19.0",
"typescript-eslint": "8.19.1",
"vite": "^6.0.7",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.1.4"