This commit is contained in:
xiaojunnuo
2024-10-23 10:37:06 +08:00
parent b2f8ee3836
commit 3a78cb9929
26 changed files with 138 additions and 39 deletions
+6 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.26.10",
"version": "1.26.11",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -62,8 +62,8 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@certd/lib-iframe": "^1.26.10",
"@certd/pipeline": "^1.26.10",
"@certd/lib-iframe": "^1.26.11",
"@certd/pipeline": "^1.26.11",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",
@@ -78,7 +78,7 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.21",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.18",
"caller-path": "^4.0.0",
"chai": "^5.1.0",
@@ -114,10 +114,9 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-windicss": "^1.9.3",
"vitest": "^2.1.2",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.8",
"@vue/test-utils": "^2.4.6",
"vitest": "^2.1.2"
"vue-tsc": "^1.8.8"
},
"husky": {
"hooks": {