[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add `@vueuse/shared` dependency (#1176)

authored by

Joaquín Sánchez and committed by
GitHub
34705129 ee4a09fa

+6
+1
knip.ts
··· 36 36 /** Needs to be explicitly installed, even though it is not imported, to avoid type errors. */ 37 37 'unplugin-vue-router', 38 38 'vite-plugin-pwa', 39 + '@vueuse/shared', 39 40 40 41 /** Some components import types from here, but installing it directly could lead to a version mismatch */ 41 42 'vue-router',
+1
nuxt.config.ts
··· 255 255 include: [ 256 256 '@vueuse/core', 257 257 '@vueuse/integrations/useFocusTrap', 258 + '@vueuse/integrations/useFocusTrap/component', 258 259 'vue-data-ui/vue-ui-sparkline', 259 260 'vue-data-ui/vue-ui-xy', 260 261 'virtua/vue',
+1
package.json
··· 77 77 "@vueuse/integrations": "14.2.0", 78 78 "@vueuse/nuxt": "14.2.0", 79 79 "@vueuse/router": "^14.2.0", 80 + "@vueuse/shared": "14.2.0", 80 81 "defu": "6.1.4", 81 82 "fast-npm-meta": "1.0.0", 82 83 "focus-trap": "^7.8.0",
+3
pnpm-lock.yaml
··· 119 119 '@vueuse/router': 120 120 specifier: ^14.2.0 121 121 version: 14.2.0(vue-router@4.6.4(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3)) 122 + '@vueuse/shared': 123 + specifier: 14.2.0 124 + version: 14.2.0(vue@3.5.27(typescript@5.9.3)) 122 125 defu: 123 126 specifier: 6.1.4 124 127 version: 6.1.4