Skip to content

Commit 3470512

Browse files
authored
chore: add @vueuse/shared dependency (#1176)
1 parent ee4a09f commit 3470512

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

knip.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const config: KnipConfig = {
3636
/** Needs to be explicitly installed, even though it is not imported, to avoid type errors. */
3737
'unplugin-vue-router',
3838
'vite-plugin-pwa',
39+
'@vueuse/shared',
3940

4041
/** Some components import types from here, but installing it directly could lead to a version mismatch */
4142
'vue-router',

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export default defineNuxtConfig({
255255
include: [
256256
'@vueuse/core',
257257
'@vueuse/integrations/useFocusTrap',
258+
'@vueuse/integrations/useFocusTrap/component',
258259
'vue-data-ui/vue-ui-sparkline',
259260
'vue-data-ui/vue-ui-xy',
260261
'virtua/vue',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"@vueuse/integrations": "14.2.0",
7878
"@vueuse/nuxt": "14.2.0",
7979
"@vueuse/router": "^14.2.0",
80+
"@vueuse/shared": "14.2.0",
8081
"defu": "6.1.4",
8182
"fast-npm-meta": "1.0.0",
8283
"focus-trap": "^7.8.0",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)