Skip to content

Commit b6d1f2e

Browse files
committed
在package.json中添加了对electron的依赖,同时保持vue-tsc的版本不变,确保项目依赖的完整性。
1 parent 105c878 commit b6d1f2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
"vite": "^5.4.11",
6161
"vite-plugin-electron": "^0.29.0",
6262
"vite-plugin-electron-renderer": "^0.14.6",
63-
"vue-tsc": "^2.0.28"
63+
"vue-tsc": "^2.0.28",
64+
"electron": "^29.4.6"
6465
},
6566
"dependencies": {
6667
"@iarna/toml": "^2.2.5",
6768
"adm-zip": "^0.5.14",
6869
"animate.css": "^4.1.1",
6970
"canvas-confetti": "^1.9.0",
70-
"electron": "^29.4.6",
7171
"electron-dl": "3.5.1",
7272
"electron-log": "^5.4.3",
7373
"element-plus": "^2.11.2",
@@ -88,4 +88,4 @@
8888
"vue-router": "^4.5.1",
8989
"vue-types": "^5.1.1"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)