From cf24cd8809ec75dc6cffb6190cf61b736a526389 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Wed, 14 Sep 2022 23:39:49 -0400 Subject: [PATCH] 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 --- packages/client/package.json | 1 - yarn.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index b895aca31..94fb20168 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index d2875513d..55aedef4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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