forked from FoundKeyGang/FoundKey
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:
parent
4d01ece286
commit
cf24cd8809
2 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
||||||
"@rollup/pluginutils": "^4.2.1",
|
"@rollup/pluginutils": "^4.2.1",
|
||||||
"@syuilo/aiscript": "0.11.1",
|
"@syuilo/aiscript": "0.11.1",
|
||||||
"@vitejs/plugin-vue": "^3.1.0",
|
"@vitejs/plugin-vue": "^3.1.0",
|
||||||
"@vue/compiler-sfc": "3.2.39",
|
|
||||||
"abort-controller": "3.0.0",
|
"abort-controller": "3.0.0",
|
||||||
"autobind-decorator": "2.4.0",
|
"autobind-decorator": "2.4.0",
|
||||||
"autosize": "5.0.1",
|
"autosize": "5.0.1",
|
||||||
|
|
|
@ -4693,7 +4693,6 @@ __metadata:
|
||||||
"@typescript-eslint/eslint-plugin": ^5.36.2
|
"@typescript-eslint/eslint-plugin": ^5.36.2
|
||||||
"@typescript-eslint/parser": ^5.36.2
|
"@typescript-eslint/parser": ^5.36.2
|
||||||
"@vitejs/plugin-vue": ^3.1.0
|
"@vitejs/plugin-vue": ^3.1.0
|
||||||
"@vue/compiler-sfc": 3.2.39
|
|
||||||
abort-controller: 3.0.0
|
abort-controller: 3.0.0
|
||||||
autobind-decorator: 2.4.0
|
autobind-decorator: 2.4.0
|
||||||
autosize: 5.0.1
|
autosize: 5.0.1
|
||||||
|
|
Loading…
Reference in a new issue