Browse Source

更新vite 版本

Ryuiso 5 months ago
parent
commit
81f14f3332
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -13,7 +13,7 @@
   },
   "dependencies": {
     "antd": "^5.23.0",
-    "axios": "^1.8.2",
+    "axios": "1.8.2",
     "dayjs": "^1.11.0",
     "mobx": "^6.13.0",
     "mobx-react": "^9.2.0",
@@ -28,6 +28,6 @@
     "@vitejs/plugin-react": "^4.3.0",
     "less": "^4.2.0",
     "typescript": "^5.7.0",
-    "vite": "6.1.0"
+    "vite": "6.3.4"
   }
 }