瀏覽代碼

chore: 更新npm注册源和依赖版本

- 将npm注册源从镜像切换回官方源
- 升级vue和unocss依赖版本
feige996 11 月之前
父節點
當前提交
14a5e83710
共有 3 個文件被更改,包括 501 次插入423 次删除
  1. 2 2
      .npmrc
  2. 2 2
      package.json
  3. 497 419
      pnpm-lock.yaml

+ 2 - 2
.npmrc

@@ -1,5 +1,5 @@
-# registry = https://registry.npmjs.org
-registry = https://registry.npmmirror.com
+registry = https://registry.npmjs.org
+# registry = https://registry.npmmirror.com
 
 strict-peer-dependencies=false
 auto-install-peers=true

+ 2 - 2
package.json

@@ -104,7 +104,7 @@
     "pinia": "2.0.36",
     "pinia-plugin-persistedstate": "3.2.1",
     "qs": "6.5.3",
-    "vue": "3.4.21",
+    "vue": "^3.5.15",
     "wot-design-uni": "^1.4.0",
     "z-paging": "^2.8.4"
   },
@@ -139,7 +139,7 @@
     "sass": "1.77.8",
     "terser": "^5.36.0",
     "typescript": "^5.7.2",
-    "unocss": "0.58.9",
+    "unocss": "66.1.2",
     "unocss-applet": "^0.7.8",
     "unplugin-auto-import": "^0.17.8",
     "vite": "6.3.5",

文件差異過大導致無法顯示
+ 497 - 419
pnpm-lock.yaml