diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-07 18:28:43 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-07 18:28:43 +0900 |
| commit | 3ffe674e80dc33e13c39ec83daf1954ade2ec46d (patch) | |
| tree | 99314f7aaf21c408f9ca1236faa8dea22e456210 /packages/client/package.json | |
| parent | chore(server): tweak api for admin (diff) | |
| download | sharkey-3ffe674e80dc33e13c39ec83daf1954ade2ec46d.tar.gz sharkey-3ffe674e80dc33e13c39ec83daf1954ade2ec46d.tar.bz2 sharkey-3ffe674e80dc33e13c39ec83daf1954ade2ec46d.zip | |
update deps
Diffstat (limited to 'packages/client/package.json')
| -rw-r--r-- | packages/client/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index a84e9b9b70..f65e70870e 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -15,7 +15,7 @@ "@rollup/plugin-alias": "3.1.9", "@rollup/plugin-json": "4.1.0", "@syuilo/aiscript": "0.11.1", - "@vitejs/plugin-vue": "3.0.0-beta.0", + "@vitejs/plugin-vue": "3.0.0-beta.1", "@vue/compiler-sfc": "3.2.37", "abort-controller": "3.0.0", "autobind-decorator": "2.4.0", @@ -74,7 +74,7 @@ "uuid": "8.3.2", "v-debounce": "0.1.2", "vanilla-tilt": "1.7.2", - "vite": "3.0.0-beta.6", + "vite": "3.0.0-beta.7", "vue": "3.2.37", "vue-prism-editor": "2.0.0-alpha.2", "vuedraggable": "4.0.1", |