diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-31 17:01:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-31 17:01:56 +0900 |
| commit | 379079ee42355ae1b1982bc092e06e863a901d09 (patch) | |
| tree | 24f90f7bf91d11b5ef5470647ef3181d0a306ba6 /packages | |
| parent | chore: use @misskey-dev/eslint-plugin (#12860) (diff) | |
| download | misskey-379079ee42355ae1b1982bc092e06e863a901d09.tar.gz misskey-379079ee42355ae1b1982bc092e06e863a901d09.tar.bz2 misskey-379079ee42355ae1b1982bc092e06e863a901d09.zip | |
chore(frontend): update vue to 3.4
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/frontend/package.json b/packages/frontend/package.json index eabb4a9255..3b944046b7 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -26,8 +26,8 @@ "@syuilo/aiscript": "0.16.0", "@tabler/icons-webfont": "2.44.0", "@twemoji/parser": "15.0.0", - "@vitejs/plugin-vue": "4.5.2", - "@vue/compiler-sfc": "3.3.12", + "@vitejs/plugin-vue": "5.0.2", + "@vue/compiler-sfc": "3.4.3", "aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.0.6", "astring": "1.8.6", "broadcast-channel": "7.0.0", @@ -70,7 +70,7 @@ "uuid": "9.0.1", "v-code-diff": "1.7.2", "vite": "5.0.10", - "vue": "3.3.12", + "vue": "3.4.3", "vuedraggable": "next" }, "devDependencies": { @@ -109,7 +109,7 @@ "@typescript-eslint/eslint-plugin": "6.14.0", "@typescript-eslint/parser": "6.14.0", "@vitest/coverage-v8": "0.34.6", - "@vue/runtime-core": "3.3.12", + "@vue/runtime-core": "3.4.3", "acorn": "8.11.2", "cross-env": "7.0.3", "cypress": "13.6.1", @@ -133,6 +133,6 @@ "vitest": "0.34.6", "vitest-fetch-mock": "0.2.2", "vue-eslint-parser": "9.3.2", - "vue-tsc": "1.8.25" + "vue-tsc": "1.8.27" } } |