mhz-ui 1.0.39 → 1.0.41
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 +27 -27
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mhz-ui",
|
|
3
3
|
"description": "9000 Mhz ui kit",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.41",
|
|
5
5
|
"author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -28,59 +28,59 @@
|
|
|
28
28
|
"@tiptap/starter-kit": "2.1.16",
|
|
29
29
|
"@tiptap/vue-3": "2.1.16",
|
|
30
30
|
"@vueform/slider": "2.1.10",
|
|
31
|
-
"@vueuse/core": "10.7.
|
|
32
|
-
"@vueuse/integrations": "10.7.
|
|
31
|
+
"@vueuse/core": "10.7.2",
|
|
32
|
+
"@vueuse/integrations": "10.7.2",
|
|
33
33
|
"chart.js": "4.4.1",
|
|
34
34
|
"perfect-debounce": "1.0.0",
|
|
35
|
-
"vue": "3.4.
|
|
35
|
+
"vue": "3.4.15",
|
|
36
36
|
"vue-chartjs": "5.3.0",
|
|
37
37
|
"vue-router": "4.2.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@storybook/addon-essentials": "7.6.
|
|
41
|
-
"@storybook/addon-interactions": "7.6.
|
|
42
|
-
"@storybook/addon-links": "7.6.
|
|
43
|
-
"@storybook/blocks": "7.6.
|
|
44
|
-
"@storybook/core-events": "7.6.
|
|
45
|
-
"@storybook/preview-api": "7.6.
|
|
46
|
-
"@storybook/vue3": "7.6.
|
|
47
|
-
"@storybook/vue3-vite": "7.6.
|
|
48
|
-
"@types/node": "20.11.
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
50
|
-
"@typescript-eslint/parser": "6.
|
|
40
|
+
"@storybook/addon-essentials": "7.6.10",
|
|
41
|
+
"@storybook/addon-interactions": "7.6.10",
|
|
42
|
+
"@storybook/addon-links": "7.6.10",
|
|
43
|
+
"@storybook/blocks": "7.6.10",
|
|
44
|
+
"@storybook/core-events": "7.6.10",
|
|
45
|
+
"@storybook/preview-api": "7.6.10",
|
|
46
|
+
"@storybook/vue3": "7.6.10",
|
|
47
|
+
"@storybook/vue3-vite": "7.6.10",
|
|
48
|
+
"@types/node": "20.11.9",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "6.19.1",
|
|
50
|
+
"@typescript-eslint/parser": "6.19.1",
|
|
51
51
|
"@vitejs/plugin-vue": "5.0.3",
|
|
52
|
-
"@vitest/coverage-v8": "1.2.
|
|
53
|
-
"@vue/test-utils": "2.4.
|
|
52
|
+
"@vitest/coverage-v8": "1.2.2",
|
|
53
|
+
"@vue/test-utils": "2.4.4",
|
|
54
54
|
"eslint": "8.56.0",
|
|
55
55
|
"eslint-config-prettier": "9.1.0",
|
|
56
56
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
57
57
|
"eslint-plugin-import": "2.29.1",
|
|
58
58
|
"eslint-plugin-prettier": "5.1.3",
|
|
59
59
|
"eslint-plugin-vue": "9.20.1",
|
|
60
|
-
"happy-dom": "13.
|
|
60
|
+
"happy-dom": "13.3.1",
|
|
61
61
|
"postcss-html": "1.6.0",
|
|
62
62
|
"postcss-scss": "4.0.9",
|
|
63
|
-
"prettier": "3.2.
|
|
63
|
+
"prettier": "3.2.4",
|
|
64
64
|
"react": "18.2.0",
|
|
65
65
|
"react-dom": "18.2.0",
|
|
66
|
-
"sass": "1.
|
|
67
|
-
"storybook": "7.6.
|
|
68
|
-
"stylelint": "16.
|
|
66
|
+
"sass": "1.70.0",
|
|
67
|
+
"storybook": "7.6.10",
|
|
68
|
+
"stylelint": "16.2.0",
|
|
69
69
|
"stylelint-config-recess-order": "4.4.0",
|
|
70
70
|
"stylelint-config-recommended-scss": "14.0.0",
|
|
71
71
|
"stylelint-config-recommended-vue": "1.5.0",
|
|
72
72
|
"stylelint-prettier": "5.0.0",
|
|
73
73
|
"typescript": "5.3.3",
|
|
74
|
-
"vite": "5.0.
|
|
75
|
-
"vite-plugin-dts": "3.7.
|
|
76
|
-
"vite-plugin-static-copy": "1.0.
|
|
74
|
+
"vite": "5.0.12",
|
|
75
|
+
"vite-plugin-dts": "3.7.2",
|
|
76
|
+
"vite-plugin-static-copy": "1.0.1",
|
|
77
77
|
"vite-svg-loader": "5.1.0",
|
|
78
|
-
"vitest": "1.2.
|
|
78
|
+
"vitest": "1.2.2",
|
|
79
79
|
"vue-linters-config": "0.1.13",
|
|
80
80
|
"vue-tsc": "1.8.27"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"vue": "3.4.
|
|
83
|
+
"vue": "3.4.15",
|
|
84
84
|
"vue-router": "4.2.5"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|