This commit is contained in:
lejianwen
2025-03-15 21:07:56 +08:00
parent f822e5bebf
commit 00b09aae76
2 changed files with 9 additions and 7 deletions
+8 -6
View File
@@ -22,7 +22,7 @@
},
"devDependencies": {
"@element-plus/icons": "0.0.11",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue": "5.2.1",
"dotenv": "^10.0.0",
"qs": "^6.10.2",
"sass": "^1.43.4",
@@ -1018,15 +1018,17 @@
"integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ=="
},
"node_modules/@vitejs/plugin-vue": {
"version": "1.10.2",
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-1.10.2.tgz",
"integrity": "sha512-/QJ0Z9qfhAFtKRY+r57ziY4BSbGUTGsPRMpB/Ron3QPwBZM4OZAZHdTa4a8PafCwU5DTatXG8TMDoP8z+oDqJw==",
"version": "5.2.1",
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz",
"integrity": "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.0.0"
"node": "^18.0.0 || >=20.0.0"
},
"peerDependencies": {
"vite": "^2.5.10"
"vite": "^5.0.0 || ^6.0.0",
"vue": "^3.2.25"
}
},
"node_modules/@vue/compiler-core": {
+1 -1
View File
@@ -21,7 +21,7 @@
},
"devDependencies": {
"@element-plus/icons": "0.0.11",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue": "5.2.1",
"dotenv": "^10.0.0",
"qs": "^6.10.2",
"sass": "^1.43.4",