mhz-ui 1.1.63 → 1.1.65

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.
@@ -8104,6 +8104,7 @@ const Hc = /* @__PURE__ */ wi("bar", ma), Vc = /* @__PURE__ */ wi("line", _a), N
8104
8104
  labels: [...t.labels],
8105
8105
  datasets: [...t.datasets]
8106
8106
  }, r = {
8107
+ animation: !1,
8107
8108
  responsive: !0,
8108
8109
  aspectRatio: 5 / 3,
8109
8110
  ticks: { precision: 0 },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-ui",
3
3
  "description": "Mhz ui kit",
4
- "version": "1.1.63",
4
+ "version": "1.1.65",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -25,9 +25,9 @@
25
25
  "test:cov": "vitest run --coverage"
26
26
  },
27
27
  "dependencies": {
28
- "@tiptap/pm": "3.0.9",
29
- "@tiptap/starter-kit": "3.0.9",
30
- "@tiptap/vue-3": "3.0.9",
28
+ "@tiptap/pm": "3.1.0",
29
+ "@tiptap/starter-kit": "3.1.0",
30
+ "@tiptap/vue-3": "3.1.0",
31
31
  "@vueform/slider": "2.1.10",
32
32
  "@vueuse/core": "13.6.0",
33
33
  "@vueuse/integrations": "13.6.0",
@@ -40,15 +40,15 @@
40
40
  "vue-router": "4.5.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@eslint/js": "9.32.0",
44
- "@storybook/addon-docs": "9.1.1",
45
- "@storybook/vue3": "9.1.1",
46
- "@storybook/vue3-vite": "9.1.1",
47
- "@types/node": "24.2.0",
43
+ "@eslint/js": "9.33.0",
44
+ "@storybook/addon-docs": "9.1.2",
45
+ "@storybook/vue3": "9.1.2",
46
+ "@storybook/vue3-vite": "9.1.2",
47
+ "@types/node": "24.2.1",
48
48
  "@vitejs/plugin-vue": "6.0.1",
49
49
  "@vitest/coverage-istanbul": "3.2.4",
50
50
  "@vue/test-utils": "2.4.6",
51
- "eslint": "9.32.0",
51
+ "eslint": "9.33.0",
52
52
  "eslint-config-prettier": "10.1.8",
53
53
  "eslint-import-resolver-typescript": "4.4.4",
54
54
  "eslint-plugin-import-x": "4.16.1",
@@ -60,16 +60,16 @@
60
60
  "postcss-scss": "4.0.9",
61
61
  "prettier": "3.6.2",
62
62
  "sass-embedded": "1.90.0",
63
- "storybook": "9.1.1",
63
+ "storybook": "9.1.2",
64
64
  "stylelint": "16.23.1",
65
- "stylelint-config-recess-order": "7.1.0",
65
+ "stylelint-config-recess-order": "7.2.0",
66
66
  "stylelint-config-recommended-scss": "16.0.0",
67
67
  "stylelint-config-recommended-vue": "1.6.1",
68
68
  "stylelint-order": "7.0.0",
69
69
  "stylelint-prettier": "5.0.3",
70
70
  "typescript": "5.9.2",
71
- "typescript-eslint": "8.39.0",
72
- "vite": "7.1.1",
71
+ "typescript-eslint": "8.39.1",
72
+ "vite": "7.1.2",
73
73
  "vite-plugin-dts": "4.5.4",
74
74
  "vite-plugin-static-copy": "3.1.1",
75
75
  "vite-svg-loader": "5.1.0",