client: remove @vue/compiler-sfc from package.json

Per the @vue/compiler-sfc description on npmjs.com[1]:
> Note: as of 3.2.13+, this package is included as a dependency of the
> main vue package and can be accessed as vue/compiler-sfc. This means
> you no longer need to explicitly install this package and ensure its
> version match that of vue's. Just use the main vue/compiler-sfc deep
> import instead.

[1]: https://www.npmjs.com/package/@vue/compiler-sfc
This commit is contained in:
Norm 2022-09-14 23:39:49 -04:00
parent 4d01ece286
commit cf24cd8809
Signed by untrusted user: norm
GPG Key ID: 7123E30E441E80DE
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
"@rollup/pluginutils": "^4.2.1",
"@syuilo/aiscript": "0.11.1",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "3.2.39",
"abort-controller": "3.0.0",
"autobind-decorator": "2.4.0",
"autosize": "5.0.1",

View File

@ -4693,7 +4693,6 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.36.2
"@typescript-eslint/parser": ^5.36.2
"@vitejs/plugin-vue": ^3.1.0
"@vue/compiler-sfc": 3.2.39
abort-controller: 3.0.0
autobind-decorator: 2.4.0
autosize: 5.0.1