Skip to content

Commit cee2f83

Browse files
authored
Merge pull request #121 from mcthesw/dev
Fix bugs
2 parents 5431880 + 59d9631 commit cee2f83

File tree

4 files changed

+939
-945
lines changed

4 files changed

+939
-945
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@
1313
"portable": "node scripts/portable.mjs"
1414
},
1515
"dependencies": {
16-
"@element-plus/icons-vue": "^2.0.10",
17-
"@tauri-apps/api": "^1.4.0",
18-
"@vueuse/core": "^10.7.2",
19-
"element-plus": "^2.2.31",
20-
"pinia": "^2.0.30",
16+
"@element-plus/icons-vue": "^2.3.1",
17+
"@tauri-apps/api": "^1.5.6",
18+
"@vueuse/core": "^10.10.0",
19+
"element-plus": "^2.7.4",
20+
"pinia": "^2.1.7",
2121
"uuid": "^9.0.1",
22-
"vue": "^3.2.45",
23-
"vue-i18n": "9",
24-
"vue-router": "^4.1.6",
22+
"vue": "^3.4.27",
23+
"vue-i18n": "^9.13.1",
24+
"vue-router": "^4.3.2",
2525
"vuedraggable": "^4.1.0"
2626
},
2727
"devDependencies": {
28-
"@actions/github": "^5.0.3",
29-
"@tauri-apps/cli": "^1.5.6",
30-
"@types/node": "^18.7.10",
28+
"@actions/github": "^5.1.1",
29+
"@tauri-apps/cli": "^1.5.14",
30+
"@types/node": "^18.19.34",
3131
"@types/uuid": "^9.0.8",
32-
"@vitejs/plugin-vue": "^4.0.0",
33-
"adm-zip": "^0.5.9",
34-
"fs-extra": "^10.0.0",
35-
"typescript": "^4.6.4",
36-
"unplugin-auto-import": "^0.14.3",
37-
"unplugin-vue-components": "^0.24.0",
32+
"@vitejs/plugin-vue": "^4.6.2",
33+
"adm-zip": "^0.5.14",
34+
"fs-extra": "^10.1.0",
35+
"typescript": "^5.4.5",
36+
"unplugin-auto-import": "^0.14.4",
37+
"unplugin-vue-components": "^0.24.1",
3838
"vite": "^4.5.3",
39-
"vue-tsc": "^1.0.11"
39+
"vue-tsc": "^1.8.27"
4040
}
4141
}

0 commit comments

Comments
 (0)