mhz-ui 1.1.47 → 1.1.49

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.
Files changed (2) hide show
  1. package/dist/UiEditor/UiEditor.js +1499 -1480
  2. package/package.json +29 -33
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.47",
4
+ "version": "1.1.49",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -25,69 +25,65 @@
25
25
  "test:cov": "vitest run --coverage"
26
26
  },
27
27
  "dependencies": {
28
- "@tiptap/pm": "2.12.0",
29
- "@tiptap/starter-kit": "2.12.0",
30
- "@tiptap/vue-3": "2.12.0",
28
+ "@tiptap/pm": "2.14.0",
29
+ "@tiptap/starter-kit": "2.14.0",
30
+ "@tiptap/vue-3": "2.14.0",
31
31
  "@vueform/slider": "2.1.10",
32
- "@vueuse/core": "13.2.0",
33
- "@vueuse/integrations": "13.2.0",
32
+ "@vueuse/core": "13.3.0",
33
+ "@vueuse/integrations": "13.3.0",
34
34
  "chart.js": "4.4.9",
35
35
  "mhz-helpers": "*",
36
36
  "perfect-debounce": "1.0.0",
37
- "vue": "3.5.14",
37
+ "vue": "3.5.16",
38
38
  "vue-cal": "5.0.1-rc.25",
39
39
  "vue-chartjs": "5.3.2",
40
40
  "vue-router": "4.5.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@eslint/js": "9.27.0",
44
- "@storybook/addon-essentials": "8.6.14",
45
- "@storybook/addon-interactions": "8.6.14",
46
- "@storybook/addon-links": "8.6.14",
47
- "@storybook/blocks": "8.6.14",
48
- "@storybook/core-events": "8.6.14",
49
- "@storybook/preview-api": "8.6.14",
50
- "@storybook/vue3": "8.6.14",
51
- "@storybook/vue3-vite": "8.6.14",
52
- "@types/node": "22.15.18",
43
+ "@eslint/js": "9.29.0",
44
+ "@storybook/addon-docs": "9.0.9",
45
+ "@storybook/vue3": "9.0.9",
46
+ "@storybook/vue3-vite": "9.0.9",
47
+ "@types/node": "24.0.1",
53
48
  "@vitejs/plugin-vue": "5.2.4",
54
- "@vitest/coverage-istanbul": "3.1.3",
49
+ "@vitest/coverage-istanbul": "3.2.3",
55
50
  "@vue/test-utils": "2.4.6",
56
- "eslint": "9.27.0",
51
+ "eslint": "9.29.0",
57
52
  "eslint-config-prettier": "10.1.5",
58
- "eslint-import-resolver-typescript": "4.3.5",
59
- "eslint-plugin-import-x": "4.12.2",
60
- "eslint-plugin-prettier": "5.4.0",
61
- "eslint-plugin-vue": "10.1.0",
62
- "globals": "16.1.0",
63
- "happy-dom": "17.4.7",
53
+ "eslint-import-resolver-typescript": "4.4.3",
54
+ "eslint-plugin-import-x": "4.15.2",
55
+ "eslint-plugin-prettier": "5.4.1",
56
+ "eslint-plugin-vue": "10.2.0",
57
+ "globals": "16.2.0",
58
+ "happy-dom": "18.0.1",
64
59
  "postcss-html": "1.8.0",
65
60
  "postcss-scss": "4.0.9",
66
61
  "prettier": "3.5.3",
67
- "sass-embedded": "1.89.0",
68
- "storybook": "8.6.14",
69
- "stylelint": "16.19.1",
70
- "stylelint-config-recess-order": "6.0.0",
62
+ "sass-embedded": "1.89.2",
63
+ "storybook": "9.0.9",
64
+ "stylelint": "16.20.0",
65
+ "stylelint-config-recess-order": "7.1.0",
71
66
  "stylelint-config-recommended-scss": "15.0.1",
72
67
  "stylelint-config-recommended-vue": "1.6.0",
68
+ "stylelint-order": "7.0.0",
73
69
  "stylelint-prettier": "5.0.3",
74
70
  "typescript": "5.8.3",
75
- "typescript-eslint": "8.32.1",
71
+ "typescript-eslint": "8.34.0",
76
72
  "vite": "6.3.5",
77
73
  "vite-plugin-dts": "4.5.4",
78
74
  "vite-plugin-static-copy": "3.0.0",
79
75
  "vite-svg-loader": "5.1.0",
80
- "vitest": "3.1.3",
76
+ "vitest": "3.2.3",
81
77
  "vue-eslint-parser": "10.1.3",
82
78
  "vue-linters-config": "0.3.14",
83
79
  "vue-tsc": "2.2.10"
84
80
  },
85
81
  "peerDependencies": {
86
- "vue": "3.5.14",
82
+ "vue": "3.5.16",
87
83
  "vue-router": "4.5.1"
88
84
  },
89
85
  "engines": {
90
86
  "npm": ">=11.3.0",
91
- "node": ">=24.0.1"
87
+ "node": ">=24.2.0"
92
88
  }
93
89
  }