shadcn-nuxt 0.8.7 → 0.10.0
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/dist/module.json +1 -1
- package/dist/types.d.mts +2 -2
- package/package.json +8 -8
package/dist/module.json
CHANGED
package/dist/types.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import type { ModuleOptions } from './module'
|
|
2
|
+
import type { ModuleOptions } from './module.js'
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
declare module '@nuxt/schema' {
|
|
@@ -13,4 +13,4 @@ declare module 'nuxt/schema' {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
export type { ModuleOptions, default } from './module'
|
|
16
|
+
export type { ModuleOptions, default } from './module.js'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shadcn-nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.10.0",
|
|
5
5
|
"description": "Add shadcn-vue module to Nuxt",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@nuxt/kit": "^3.
|
|
29
|
-
"oxc-parser": "^0.
|
|
28
|
+
"@nuxt/kit": "^3.10.3",
|
|
29
|
+
"oxc-parser": "^0.7.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@nuxt/devtools": "latest",
|
|
33
33
|
"@nuxt/eslint-config": "^0.2.0",
|
|
34
|
-
"@nuxt/module-builder": "^0.5.
|
|
35
|
-
"@nuxt/schema": "^3.
|
|
36
|
-
"@nuxt/test-utils": "^3.
|
|
37
|
-
"@types/node": "^20.
|
|
38
|
-
"nuxt": "^3.
|
|
34
|
+
"@nuxt/module-builder": "^0.5.5",
|
|
35
|
+
"@nuxt/schema": "^3.10.3",
|
|
36
|
+
"@nuxt/test-utils": "^3.11.0",
|
|
37
|
+
"@types/node": "^20.11.24",
|
|
38
|
+
"nuxt": "^3.10.3",
|
|
39
39
|
"vitest": "^0.33.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|