Skip to content

Commit b693b8f

Browse files
committed
Add game service configuration and broadcast workflows
1 parent 39d291b commit b693b8f

20 files changed

Lines changed: 411 additions & 270 deletions

File tree

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maa-star-resonance",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "A Star Resonance helper powered by Quasar and MAA frameworks",
55
"productName": "MAA Star Resonance",
66
"author": "ParticleG <particle_g@outlook.com>",
@@ -30,10 +30,11 @@
3030
},
3131
"devDependencies": {
3232
"@eslint/js": "^9.39.1",
33-
"@intlify/unplugin-vue-i18n": "^4.0.0",
33+
"@intlify/unplugin-vue-i18n": "^11.0.1",
3434
"@quasar/app-vite": "^2.4.0",
3535
"@types/luxon": "^3.7.1",
3636
"@types/node": "^20.19.24",
37+
"@vitejs/plugin-vue": "5.0.5",
3738
"@vue/eslint-config-prettier": "^10.2.0",
3839
"@vue/eslint-config-typescript": "^14.6.0",
3940
"autoprefixer": "^10.4.21",
@@ -52,5 +53,10 @@
5253
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
5354
"npm": ">= 6.13.4",
5455
"yarn": ">= 1.21.1"
56+
},
57+
"pnpm": {
58+
"overrides": {
59+
"@vitejs/plugin-vue": "5.0.5"
60+
}
5561
}
5662
}

pnpm-lock.yaml

Lines changed: 87 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)