1
0
mirror of synced 2026-03-22 18:48:34 +08:00

chore: 更新依赖

This commit is contained in:
roymondchen
2024-06-17 15:06:16 +08:00
parent a66ef3273a
commit f4c2cdce2b
19 changed files with 1385 additions and 1520 deletions

View File

@@ -38,7 +38,7 @@
"@tmagic/utils": "workspace:*",
"@tmagic/schema": "workspace:*",
"@tmagic/stage": "workspace:*",
"element-plus": "^2.7.4",
"element-plus": "^2.7.5",
"vue": "^3.4.27"
},
"devDependencies": {
@@ -47,7 +47,7 @@
"@vue/compiler-sfc": "^3.4.27",
"rimraf": "^3.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite": "^5.3.1",
"vue-tsc": "^2.0.19"
}
}

View File

@@ -37,7 +37,7 @@
"rollup": "^4.17.2",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.77.0",
"vite": "^5.2.12",
"vite": "^5.3.1",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue2": "^2.3.1",
"vue-template-compiler": "^2.7.4"

View File

@@ -41,6 +41,6 @@
"sass": "^1.77.0",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"vite": "^5.3.1"
}
}