@datametria/vue-components 2.3.0 → 2.3.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 +5 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datametria/vue-components",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "DATAMETRIA Vue.js 3 Component Library with Multi-Brand Theming - 51 components + 10 composables with theming support, WCAG 2.2 AA, dark mode, responsive system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"axios": "^1.12.2",
|
|
44
|
-
"vue": "^3.
|
|
44
|
+
"vue": "^3.5.25"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@eslint/config-array": "^0.19.0",
|
|
@@ -56,18 +56,15 @@
|
|
|
56
56
|
"@vue/test-utils": "^2.4.0",
|
|
57
57
|
"@vue/tsconfig": "^0.5.0",
|
|
58
58
|
"eslint": "^9.17.0",
|
|
59
|
-
"eslint-plugin-vue": "^
|
|
59
|
+
"eslint-plugin-vue": "^10.0.0",
|
|
60
60
|
"jsdom": "^25.0.0",
|
|
61
|
-
"prettier": "^3.
|
|
62
|
-
"typescript": "
|
|
61
|
+
"prettier": "^3.7.0",
|
|
62
|
+
"typescript": "^5.9.3",
|
|
63
63
|
"vite": "^6.0.0",
|
|
64
64
|
"vite-plugin-dts": "^4.5.4",
|
|
65
65
|
"vitest": "^2.1.0",
|
|
66
66
|
"vue-tsc": "^2.2.0"
|
|
67
67
|
},
|
|
68
|
-
"peerDependencies": {
|
|
69
|
-
"vue": "^3.4.0"
|
|
70
|
-
},
|
|
71
68
|
"keywords": [
|
|
72
69
|
"vue",
|
|
73
70
|
"vue3",
|