chore: 更新npm注册源和依赖版本
- 将npm注册源从镜像切换回官方源 - 升级vue和unocss依赖版本
This commit is contained in:
parent
07cdfa7d08
commit
14a5e83710
4
.npmrc
4
.npmrc
@ -1,5 +1,5 @@
|
|||||||
# registry = https://registry.npmjs.org
|
registry = https://registry.npmjs.org
|
||||||
registry = https://registry.npmmirror.com
|
# registry = https://registry.npmmirror.com
|
||||||
|
|
||||||
strict-peer-dependencies=false
|
strict-peer-dependencies=false
|
||||||
auto-install-peers=true
|
auto-install-peers=true
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
"pinia": "2.0.36",
|
"pinia": "2.0.36",
|
||||||
"pinia-plugin-persistedstate": "3.2.1",
|
"pinia-plugin-persistedstate": "3.2.1",
|
||||||
"qs": "6.5.3",
|
"qs": "6.5.3",
|
||||||
"vue": "3.4.21",
|
"vue": "^3.5.15",
|
||||||
"wot-design-uni": "^1.4.0",
|
"wot-design-uni": "^1.4.0",
|
||||||
"z-paging": "^2.8.4"
|
"z-paging": "^2.8.4"
|
||||||
},
|
},
|
||||||
@ -139,7 +139,7 @@
|
|||||||
"sass": "1.77.8",
|
"sass": "1.77.8",
|
||||||
"terser": "^5.36.0",
|
"terser": "^5.36.0",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.2",
|
||||||
"unocss": "0.58.9",
|
"unocss": "66.1.2",
|
||||||
"unocss-applet": "^0.7.8",
|
"unocss-applet": "^0.7.8",
|
||||||
"unplugin-auto-import": "^0.17.8",
|
"unplugin-auto-import": "^0.17.8",
|
||||||
"vite": "6.3.5",
|
"vite": "6.3.5",
|
||||||
|
914
pnpm-lock.yaml
generated
914
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user