@aures5g/vue-component-library 0.44.0 → 0.45.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aures5g/vue-component-library",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -41,44 +41,44 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@aures5g/style-guide": "^2.0.1",
|
|
44
|
-
"@awesome.me/kit-bccbe657bb": "^1.0.
|
|
45
|
-
"@chromatic-com/storybook": "^3.2.
|
|
44
|
+
"@awesome.me/kit-bccbe657bb": "^1.0.154",
|
|
45
|
+
"@chromatic-com/storybook": "^3.2.4",
|
|
46
46
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
47
|
-
"@storybook/addon-essentials": "^8.
|
|
48
|
-
"@storybook/addon-interactions": "^8.
|
|
49
|
-
"@storybook/addon-links": "^8.
|
|
50
|
-
"@storybook/blocks": "^8.
|
|
51
|
-
"@storybook/test": "^8.
|
|
52
|
-
"@storybook/vue3": "^8.
|
|
53
|
-
"@storybook/vue3-vite": "^8.
|
|
47
|
+
"@storybook/addon-essentials": "^8.5.8",
|
|
48
|
+
"@storybook/addon-interactions": "^8.5.8",
|
|
49
|
+
"@storybook/addon-links": "^8.5.8",
|
|
50
|
+
"@storybook/blocks": "^8.5.8",
|
|
51
|
+
"@storybook/test": "^8.5.8",
|
|
52
|
+
"@storybook/vue3": "^8.5.8",
|
|
53
|
+
"@storybook/vue3-vite": "^8.5.8",
|
|
54
54
|
"@tsconfig/node20": "^20.1.4",
|
|
55
55
|
"@types/jsdom": "^21.1.7",
|
|
56
|
-
"@types/node": "^22.
|
|
56
|
+
"@types/node": "^22.13.4",
|
|
57
57
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
58
58
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
59
|
-
"@vue/eslint-config-prettier": "^10.
|
|
60
|
-
"@vue/eslint-config-typescript": "^14.
|
|
59
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
60
|
+
"@vue/eslint-config-typescript": "^14.4.0",
|
|
61
61
|
"@vue/test-utils": "^2.4.6",
|
|
62
62
|
"@vue/tsconfig": "^0.7.0",
|
|
63
|
-
"@vueuse/components": "^12.
|
|
64
|
-
"@vueuse/core": "^12.
|
|
63
|
+
"@vueuse/components": "^12.7.0",
|
|
64
|
+
"@vueuse/core": "^12.7.0",
|
|
65
65
|
"autoprefixer": "^10.4.20",
|
|
66
|
-
"eslint": "^9.
|
|
67
|
-
"eslint-plugin-storybook": "^0.11.
|
|
66
|
+
"eslint": "^9.20.1",
|
|
67
|
+
"eslint-plugin-storybook": "^0.11.3",
|
|
68
68
|
"eslint-plugin-vue": "^9.32.0",
|
|
69
|
-
"jsdom": "^
|
|
69
|
+
"jsdom": "^26.0.0",
|
|
70
70
|
"npm-run-all2": "^7.0.2",
|
|
71
|
-
"postcss": "^8.
|
|
72
|
-
"prettier": "^3.
|
|
71
|
+
"postcss": "^8.5.2",
|
|
72
|
+
"prettier": "^3.5.1",
|
|
73
73
|
"primevue": "^4.2.5",
|
|
74
|
-
"storybook": "^8.
|
|
75
|
-
"tailwindcss": "^3.4.
|
|
76
|
-
"typescript": "~5.7.
|
|
77
|
-
"vite": "^6.
|
|
78
|
-
"vitest": "^
|
|
74
|
+
"storybook": "^8.5.8",
|
|
75
|
+
"tailwindcss": "^3.4.17",
|
|
76
|
+
"typescript": "~5.7.3",
|
|
77
|
+
"vite": "^6.1.1",
|
|
78
|
+
"vitest": "^3.0.6",
|
|
79
79
|
"vue": "^3.5.13",
|
|
80
80
|
"vue-router": "^4.5.0",
|
|
81
|
-
"vue-tippy": "^6.
|
|
81
|
+
"vue-tippy": "^6.6.0",
|
|
82
82
|
"vue-tsc": "^2.1.10"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|