shadcn-nuxt 0.11.2 → 0.11.4

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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +4 -4
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shadcn",
3
3
  "configKey": "shadcn",
4
- "version": "0.11.2",
4
+ "version": "0.11.4",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shadcn-nuxt",
3
3
  "type": "module",
4
- "version": "0.11.2",
4
+ "version": "0.11.4",
5
5
  "description": "Add shadcn-vue module to Nuxt",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@nuxt/kit": "^3.12.4",
29
- "@oxc-parser/wasm": "^0.29.0",
30
- "typescript": "^5.6.3"
29
+ "@oxc-parser/wasm": "^0.50.0",
30
+ "typescript": "5.6.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@nuxt/eslint-config": "^0.5.0",
@@ -47,6 +47,6 @@
47
47
  "test": "vitest run",
48
48
  "test:watch": "vitest watch",
49
49
  "release": "pnpm run prepack && pnpm publish && git push --follow-tags",
50
- "pub:release": "pnpm prepack && pnpm publish --no-git-checks --access public"
50
+ "pub:release": "pnpm prepack && pnpm publish --no-git-checks --access public --tag radix"
51
51
  }
52
52
  }