upgrade alova to v3

This commit is contained in:
proddy
2024-08-03 15:35:54 +02:00
parent 9a23d4e2b3
commit 7751baf8bf
33 changed files with 481 additions and 867 deletions

View File

@@ -22,7 +22,7 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@alova/adapter-xhr": "^1.0.6",
"@alova/adapter-xhr": "^2.0.4",
"@alova/scene-react": "^1.6.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
@@ -30,18 +30,18 @@
"@mui/material": "^5.16.6",
"@table-library/react-table-library": "4.1.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"alova": "^2.21.4",
"alova": "^3.0.5",
"async-validator": "^4.2.5",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"mime-types": "^2.1.35",
"react": "latest",
"react-dom": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-router-dom": "^6.26.0",