diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-12-19 08:59:17 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 08:59:17 +0900 |
| commit | ac0a59835e7567dfece97ae0240197c9e924d882 (patch) | |
| tree | caa67646cf4779ae48d27a145475dc670e44666d /packages/client/package.json | |
| parent | 12.120.0-alpha.16 (diff) | |
| download | sharkey-ac0a59835e7567dfece97ae0240197c9e924d882.tar.gz sharkey-ac0a59835e7567dfece97ae0240197c9e924d882.tar.bz2 sharkey-ac0a59835e7567dfece97ae0240197c9e924d882.zip | |
wip (#9349)
Diffstat (limited to 'packages/client/package.json')
| -rw-r--r-- | packages/client/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 2c9b3cbb21..1962f0c6ee 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -13,7 +13,7 @@ "@rollup/plugin-json": "5.0.2", "@rollup/pluginutils": "5.0.2", "@syuilo/aiscript": "0.11.1", - "@vitejs/plugin-vue": "3", + "@vitejs/plugin-vue": "4.0.0", "@vue/compiler-sfc": "3.2.45", "autobind-decorator": "2.4.0", "autosize": "5.0.2", @@ -42,6 +42,7 @@ "punycode": "2.1.1", "querystring": "0.2.1", "rndstr": "1.0.0", + "rollup": "3.7.2", "s-age": "1.1.2", "sass": "1.56.2", "seedrandom": "3.0.5", @@ -58,6 +59,7 @@ "typescript": "4.9.4", "uuid": "9.0.0", "vanilla-tilt": "1.7.3", + "vite": "4.0.2", "vue": "3.2.45", "vue-prism-editor": "2.0.0-alpha.2", "vuedraggable": "4.0.1" @@ -83,9 +85,7 @@ "eslint": "8.29.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-vue": "9.8.0", - "rollup": "3.7.2", "start-server-and-test": "1.15.2", - "vite": "3.2.5", "vue-eslint-parser": "^9.1.0", "vue-tsc": "^1.0.13" } |