@antify/ui-module 2.13.13 → 2.13.14
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.d.mts +2 -2
- package/dist/module.d.ts +2 -2
- package/dist/module.json +1 -1
- package/package.json +12 -6
package/dist/module.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
2
|
export * from '../dist/runtime/types.js';
|
|
3
3
|
|
|
4
4
|
type ModuleOptions = {
|
|
5
5
|
tailwindCSSPath?: string;
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
declare const _default:
|
|
8
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
9
9
|
|
|
10
10
|
export { _default as default };
|
package/dist/module.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
2
|
export * from '../dist/runtime/types.js';
|
|
3
3
|
|
|
4
4
|
type ModuleOptions = {
|
|
5
5
|
tailwindCSSPath?: string;
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
declare const _default:
|
|
8
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
9
9
|
|
|
10
10
|
export { _default as default };
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antify/ui-module",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.13.
|
|
4
|
+
"version": "2.13.14",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"type": "module",
|
|
@@ -17,26 +17,32 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@antify/ui": "3.1.
|
|
20
|
+
"@antify/ui": "3.1.25",
|
|
21
21
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
22
|
-
"@nuxt/kit": "
|
|
22
|
+
"@nuxt/kit": "3.16.2",
|
|
23
23
|
"@tailwindcss/vite": "4.0.7",
|
|
24
24
|
"@vueuse/core": "^10.7.2",
|
|
25
25
|
"vue": "^3.4.29"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
+
"@eslint/js": "^9.35.0",
|
|
28
29
|
"@faker-js/faker": "^8.3.1",
|
|
29
30
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
30
31
|
"@nuxt/eslint-config": "^0.4.0",
|
|
32
|
+
"@nuxt/eslint-plugin": "^1.9.0",
|
|
31
33
|
"@nuxt/module-builder": "latest",
|
|
34
|
+
"@stylistic/eslint-plugin": "^5.3.1",
|
|
32
35
|
"autoprefixer": "^10.4.16",
|
|
33
36
|
"defu": "^6.1.4",
|
|
34
37
|
"eslint": "^8.0.0",
|
|
35
|
-
"eslint-plugin-storybook": "^
|
|
36
|
-
"
|
|
38
|
+
"eslint-plugin-storybook": "^9.1.5",
|
|
39
|
+
"eslint-plugin-vue": "^10.4.0",
|
|
40
|
+
"globals": "^16.4.0",
|
|
41
|
+
"nuxt": "3.16.2",
|
|
37
42
|
"ofetch": "^1.3.3",
|
|
38
43
|
"standard-version": "latest",
|
|
39
|
-
"typescript": "^5.5.4"
|
|
44
|
+
"typescript": "^5.5.4",
|
|
45
|
+
"typescript-eslint": "^8.43.0"
|
|
40
46
|
},
|
|
41
47
|
"scripts": {
|
|
42
48
|
"build": "nuxt-module-build build",
|