@prefabs.tech/vue3-layout 0.28.0 → 0.29.1
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prefabs.tech/vue3-layout",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.1",
|
|
4
4
|
"description": "Vue3 Layout Plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@prefabs.tech/eslint-config": "0.2.
|
|
21
|
-
"@prefabs.tech/tsconfig": "0.2.
|
|
22
|
-
"@prefabs.tech/vue3-config": "0.
|
|
23
|
-
"@prefabs.tech/vue3-i18n": "0.
|
|
24
|
-
"@prefabs.tech/vue3-ui": "0.
|
|
20
|
+
"@prefabs.tech/eslint-config": "0.2.1",
|
|
21
|
+
"@prefabs.tech/tsconfig": "0.2.1",
|
|
22
|
+
"@prefabs.tech/vue3-config": "0.29.1",
|
|
23
|
+
"@prefabs.tech/vue3-i18n": "0.29.1",
|
|
24
|
+
"@prefabs.tech/vue3-ui": "0.29.1",
|
|
25
25
|
"@iconify/vue": "4.3.0",
|
|
26
26
|
"@types/node": "24.10.1",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "8.24.1",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"vue-tsc": "1.2.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@prefabs.tech/vue3-config": "0.
|
|
53
|
-
"@prefabs.tech/vue3-i18n": "0.
|
|
54
|
-
"@prefabs.tech/vue3-ui": "0.
|
|
52
|
+
"@prefabs.tech/vue3-config": "0.29.1",
|
|
53
|
+
"@prefabs.tech/vue3-i18n": "0.29.1",
|
|
54
|
+
"@prefabs.tech/vue3-ui": "0.29.1",
|
|
55
55
|
"@vueuse/core": ">=9.4.0",
|
|
56
56
|
"vue": ">=3.2",
|
|
57
57
|
"vue-router": ">=4.0"
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"lint:fix": "eslint . --ext .vue --fix",
|
|
67
67
|
"snapshot:update": "vitest --environment jsdom run --update",
|
|
68
68
|
"sort-package": "npx sort-package-json",
|
|
69
|
-
"test": "vitest --environment jsdom run --coverage",
|
|
70
|
-
"test:component": "vitest --environment jsdom run component/",
|
|
71
|
-
"test:snapshot": "vitest --environment jsdom run snapshot/",
|
|
72
|
-
"test:unit": "vitest --environment jsdom run unit/",
|
|
69
|
+
"test": "vitest --environment jsdom run --coverage --passWithNoTests",
|
|
70
|
+
"test:component": "vitest --environment jsdom run component/ --passWithNoTests",
|
|
71
|
+
"test:snapshot": "vitest --environment jsdom run snapshot/ --passWithNoTests",
|
|
72
|
+
"test:unit": "vitest --environment jsdom run unit/ --passWithNoTests",
|
|
73
73
|
"typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false"
|
|
74
74
|
}
|
|
75
75
|
}
|