Skip to content

Commit c0ba38e

Browse files
authored
Merge pull request #87 from GalaxyPay/dev
better error handling in getVersion
2 parents 6d7922e + 17fd3be commit c0ba38e

5 files changed

Lines changed: 379 additions & 378 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [main]
55

66
env:
7-
VERSION: "3.5.7"
7+
VERSION: "3.5.8"
88

99
jobs:
1010
webui:

webui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "func-webui",
3-
"version": "3.5.7",
3+
"version": "3.5.8",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",
@@ -16,18 +16,18 @@
1616
"lute-connect": "^1.6.3",
1717
"pinia": "^3.0.4",
1818
"roboto-fontface": "^0.10.0",
19-
"vue": "^3.5.25",
20-
"vuetify": "^3.11.2"
19+
"vue": "^3.5.26",
20+
"vuetify": "^3.11.6"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^24.10.1",
24-
"@vitejs/plugin-vue": "^6.0.2",
23+
"@types/node": "^25.0.3",
24+
"@vitejs/plugin-vue": "^6.0.3",
2525
"typescript": "^5.9.3",
2626
"unplugin-auto-import": "^20.3.0",
2727
"unplugin-vue-components": "^30.0.0",
28-
"vite": "^7.2.7",
28+
"vite": "^7.3.0",
2929
"vite-plugin-node-polyfills": "^0.24.0",
3030
"vite-plugin-vuetify": "^2.1.2",
31-
"vue-tsc": "^3.1.7"
31+
"vue-tsc": "^3.2.1"
3232
}
3333
}

0 commit comments

Comments
 (0)