@zvoove/unity-ui 2.42.0 → 2.44.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zvoove/unity-ui",
3
- "version": "2.42.0",
3
+ "version": "2.44.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/zvoove-org/unity-ui.git"
@@ -39,12 +39,14 @@
39
39
  "build": "tsc && vite build && pnpm run build:cli",
40
40
  "build:watch": "vite build --watch",
41
41
  "build:cli": "esbuild bin/cli.mjs bin/generate-skills.mjs --bundle --platform=node --format=esm --out-extension:.js=.mjs --banner:js='#!/usr/bin/env node\nimport{createRequire}from\"module\";const require=createRequire(import.meta.url);' --outdir=dist/bin",
42
- "test": "vitest",
42
+ "test": "vitest run",
43
+ "test:run": "vitest run",
44
+ "test:watch": "vitest --watch",
43
45
  "storybook": "cross-env VITE_CJS_IGNORE_WARNING=true storybook dev -p 6006",
44
46
  "build-storybook": "storybook build",
45
47
  "prepare": "husky",
46
48
  "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
47
- "create": "node bin/cli.mjs create --",
49
+ "create": "node bin/cli.mjs create",
48
50
  "commit": "cz",
49
51
  "generate-skills": "node bin/cli.mjs skills",
50
52
  "profile:designer": "cp profiles/designer.md CLAUDE.active.md && cp profiles/designer.md AGENTS.md && echo '\\n ✅ Switched to designer profile\\n'",
@@ -62,44 +64,44 @@
62
64
  "@eslint/eslintrc": "^3.3.6",
63
65
  "@eslint/js": "^10.0.1",
64
66
  "@phosphor-icons/react": "^2.1.10",
65
- "@storybook/addon-a11y": "^10.5.7",
66
- "@storybook/addon-docs": "^10.5.7",
67
- "@storybook/addon-links": "^10.5.7",
67
+ "@storybook/addon-a11y": "^10.5.10",
68
+ "@storybook/addon-docs": "^10.5.10",
69
+ "@storybook/addon-links": "^10.5.10",
68
70
  "@storybook/addon-mcp": "^0.7.0",
69
- "@storybook/addon-themes": "^10.5.7",
70
- "@storybook/react-vite": "^10.5.7",
71
+ "@storybook/addon-themes": "^10.5.10",
72
+ "@storybook/react-vite": "^10.5.10",
71
73
  "@tailwindcss/postcss": "^4.3.3",
72
74
  "@tailwindcss/vite": "^4.3.3",
73
75
  "@testing-library/dom": "^10.4.1",
74
- "@testing-library/jest-dom": "^7.0.0",
76
+ "@testing-library/jest-dom": "^7.0.1",
75
77
  "@testing-library/react": "^16.3.2",
76
- "@testing-library/user-event": "^14.6.1",
78
+ "@testing-library/user-event": "^14.6.6",
77
79
  "@trivago/prettier-plugin-sort-imports": "^6.0.2",
78
80
  "@types/enzyme": "^3.10.19",
79
- "@types/node": "^26.1.2",
81
+ "@types/node": "^26.2.0",
80
82
  "@types/react": "^19.2.14",
81
83
  "@types/react-dom": "^19.2.3",
82
84
  "@types/react-syntax-highlighter": "^15.5.13",
83
- "@typescript-eslint/eslint-plugin": "^8.66.0",
84
- "@typescript-eslint/parser": "^8.66.0",
85
- "@vitejs/plugin-react": "^6.0.5",
86
- "@vitest/coverage-v8": "^4.1.10",
87
- "@vitest/ui": "^4.1.10",
88
- "chromatic": "^18.1.0",
85
+ "@typescript-eslint/eslint-plugin": "^8.67.0",
86
+ "@typescript-eslint/parser": "^8.67.0",
87
+ "@vitejs/plugin-react": "^6.1.0",
88
+ "@vitest/coverage-v8": "^4.1.11",
89
+ "@vitest/ui": "^4.1.11",
90
+ "chromatic": "^18.5.0",
89
91
  "commander": "^15.0.0",
90
92
  "commitizen": "^4.3.2",
91
93
  "cross-env": "^10.1.0",
92
94
  "cz-conventional-changelog": "^3.3.0",
93
95
  "enzyme": "^3.11.0",
94
- "esbuild": "0.28.1",
95
- "eslint": "^10.8.1",
96
+ "esbuild": "0.28.2",
97
+ "eslint": "^10.9.0",
96
98
  "eslint-config-prettier": "^10.1.8",
97
99
  "eslint-plugin-jsx-a11y": "^6.10.2",
98
100
  "eslint-plugin-prettier": "^5.5.6",
99
101
  "eslint-plugin-react-hooks": "^7.1.1",
100
- "eslint-plugin-react-refresh": "^0.5.3",
101
- "eslint-plugin-storybook": "^10.5.7",
102
- "globals": "^17.9.0",
102
+ "eslint-plugin-react-refresh": "^0.5.4",
103
+ "eslint-plugin-storybook": "^10.5.10",
104
+ "globals": "^17.11.0",
103
105
  "husky": "^9.1.7",
104
106
  "jsdom": "^30.0.1",
105
107
  "lint-staged": "^17.3.0",
@@ -111,17 +113,17 @@
111
113
  "rehype-sanitize": "^6.0.0",
112
114
  "remark-gfm": "^4.0.1",
113
115
  "resize-observer-polyfill": "^1.5.1",
114
- "rollup-plugin-visualizer": "^7.0.1",
116
+ "rollup-plugin-visualizer": "^7.1.1",
115
117
  "storybook": "catalog:",
116
118
  "tailwind-merge": "^3.6.0",
117
119
  "tailwind-variants": "^3.3.1",
118
120
  "tailwindcss": "^4.3.3",
119
- "terser": "^5.49.0",
121
+ "terser": "^5.50.0",
120
122
  "typescript": "catalog:",
121
- "vite": "^8.2.0",
123
+ "vite": "^8.2.2",
122
124
  "vite-plugin-dts": "^4.5.4",
123
125
  "vite-plugin-static-copy": "^4.1.1",
124
- "vitest": "^4.1.10"
126
+ "vitest": "^4.1.11"
125
127
  },
126
128
  "config": {
127
129
  "commitizen": {