Skip to content

Commit

Permalink
Merge pull request #121 from mcthesw/dev
Browse files Browse the repository at this point in the history
Fix bugs
  • Loading branch information
mcthesw authored Jun 6, 2024
2 parents 5431880 + 59d9631 commit cee2f83
Show file tree
Hide file tree
Showing 4 changed files with 939 additions and 945 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"portable": "node scripts/portable.mjs"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@tauri-apps/api": "^1.4.0",
"@vueuse/core": "^10.7.2",
"element-plus": "^2.2.31",
"pinia": "^2.0.30",
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^1.5.6",
"@vueuse/core": "^10.10.0",
"element-plus": "^2.7.4",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.2.45",
"vue-i18n": "9",
"vue-router": "^4.1.6",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@actions/github": "^5.0.3",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^18.7.10",
"@actions/github": "^5.1.1",
"@tauri-apps/cli": "^1.5.14",
"@types/node": "^18.19.34",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^4.0.0",
"adm-zip": "^0.5.9",
"fs-extra": "^10.0.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.14.3",
"unplugin-vue-components": "^0.24.0",
"@vitejs/plugin-vue": "^4.6.2",
"adm-zip": "^0.5.14",
"fs-extra": "^10.1.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.5.3",
"vue-tsc": "^1.0.11"
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit cee2f83

Please sign in to comment.