@deskhero/dh_ui 2.56.0 → 2.58.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
@@ -5,7 +5,7 @@
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "provenance": false
7
7
  },
8
- "version": "2.56.0",
8
+ "version": "2.58.0",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -28,7 +28,9 @@
28
28
  "scripts": {
29
29
  "dev": "vite",
30
30
  "commit": "cz",
31
- "build": "npm run type-check && npm run build-only",
31
+ "build": "pnpm run type-check && pnpm run build-only",
32
+ "test": "vitest",
33
+ "coverage": "vitest run --coverage",
32
34
  "preview": "vite preview --port 4173",
33
35
  "build-only": "vite build",
34
36
  "type-check": "vue-tsc",
@@ -94,6 +96,7 @@
94
96
  "@vue/compiler-sfc": "^3.2.45",
95
97
  "@vue/eslint-config-prettier": "^7.0.0",
96
98
  "@vue/eslint-config-typescript": "^10.0.0",
99
+ "@vue/test-utils": "^2.4.6",
97
100
  "@vue/tsconfig": "^0.1.3",
98
101
  "chromatic": "^6.24.1",
99
102
  "cz-conventional-changelog": "^3.3.0",
@@ -105,13 +108,15 @@
105
108
  "eslint-plugin-prettier": "^4.0.0",
106
109
  "eslint-plugin-storybook": "9.1.17",
107
110
  "eslint-plugin-vue": "^8.7.1",
111
+ "happy-dom": "^20.5.0",
108
112
  "html-webpack-plugin": "^5.5.0",
109
113
  "prettier": "^2.5.1",
110
114
  "sass": "^1.53.0",
111
115
  "semantic-release": "^23.0.8",
112
116
  "storybook": "9.1.17",
113
117
  "typescript": "5.9.3",
114
- "vite": "^7.3.1",
118
+ "vite": "7.3.1",
119
+ "vitest": "3.0.6",
115
120
  "vue-tsc": "3.2.4"
116
121
  },
117
122
  "engines": {