ui-thing 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-thing",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "CLI used to add Nuxt 3 components to a project",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
package/src/comp.ts CHANGED
@@ -2122,7 +2122,13 @@ export default [
2122
2122
  {
2123
2123
  name: "VeeMultiSelect",
2124
2124
  value: "vee-multi-select",
2125
- deps: ["@vee-validate/nuxt", "radix-vue", "@morev/vue-transitions", "tailwind-variants"],
2125
+ deps: [
2126
+ "@vee-validate/nuxt",
2127
+ "radix-vue",
2128
+ "@morev/vue-transitions",
2129
+ "tailwind-variants",
2130
+ "@vueform/multiselect",
2131
+ ],
2126
2132
  askValidator: true,
2127
2133
  devDeps: ["nuxt-icon"],
2128
2134
  nuxtModules: ["@vee-validate/nuxt", "@morev/vue-transitions/nuxt", "nuxt-icon"],