Sfoglia il codice sorgente

build(frontend): 修改axios依赖版本,解决axios自动升级到0.21.2,该版本存在interceptor bug的问题 #182

Signed-off-by: Myon <[email protected]>
Myon 3 anni fa
parent
commit
80914bf59f
2 ha cambiato i file con 12782 aggiunte e 2 eliminazioni
  1. 12781 1
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

File diff suppressed because it is too large
+ 12781 - 1
frontend/package-lock.json


+ 1 - 1
frontend/package.json

@@ -21,7 +21,7 @@
   "dependencies": {
     "@quasar/extras": "^1.0.0",
     "@vueuse/core": "^4.11.2",
-    "axios": "^0.21.2",
+    "axios": "^0.25.0",
     "core-js": "^3.6.5",
     "quasar": "^2.0.0-beta.1",
     "vue": "^3.2.22",

Some files were not shown because too many files changed in this diff