chore(frontend): update vue to 3.4

This commit is contained in:
syuilo 2023-12-31 17:01:56 +09:00
parent 1d5a0d0777
commit 379079ee42
2 changed files with 123 additions and 112 deletions

View file

@ -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"
}
}