@zvoove/unity-ui 2.46.0 → 2.48.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.46.0",
3
+ "version": "2.48.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/zvoove-org/unity-ui.git"
@@ -39,7 +39,7 @@
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 run",
42
+ "test": "node scripts/test.mjs",
43
43
  "test:run": "vitest run",
44
44
  "test:watch": "vitest --watch",
45
45
  "storybook": "cross-env VITE_CJS_IGNORE_WARNING=true storybook dev -p 6006",
@@ -57,51 +57,51 @@
57
57
  "react-dom": ">=18.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@chromatic-com/storybook": "^5.3.0",
60
+ "@chromatic-com/storybook": "^5.3.1",
61
61
  "@commitlint/cli": "^21.2.1",
62
62
  "@commitlint/config-conventional": "^21.2.0",
63
- "@eslint/compat": "^2.1.0",
64
- "@eslint/eslintrc": "^3.3.6",
63
+ "@eslint/compat": "^2.1.1",
64
+ "@eslint/eslintrc": "^3.3.7",
65
65
  "@eslint/js": "^10.0.1",
66
66
  "@phosphor-icons/react": "^2.1.10",
67
- "@storybook/addon-a11y": "^10.5.10",
68
- "@storybook/addon-docs": "^10.5.10",
69
- "@storybook/addon-links": "^10.5.10",
70
- "@storybook/addon-mcp": "^0.7.0",
71
- "@storybook/addon-themes": "^10.5.10",
72
- "@storybook/react-vite": "^10.5.10",
67
+ "@storybook/addon-a11y": "^10.6.0",
68
+ "@storybook/addon-docs": "^10.6.0",
69
+ "@storybook/addon-links": "^10.6.0",
70
+ "@storybook/addon-mcp": "^10.6.0",
71
+ "@storybook/addon-themes": "^10.6.0",
72
+ "@storybook/react-vite": "^10.6.0",
73
73
  "@tailwindcss/postcss": "^4.3.3",
74
74
  "@tailwindcss/vite": "^4.3.3",
75
75
  "@testing-library/dom": "^10.4.1",
76
76
  "@testing-library/jest-dom": "^7.0.1",
77
- "@testing-library/react": "^16.3.2",
78
- "@testing-library/user-event": "^14.6.6",
77
+ "@testing-library/react": "^16.3.3",
78
+ "@testing-library/user-event": "^14.6.7",
79
79
  "@trivago/prettier-plugin-sort-imports": "^6.0.2",
80
80
  "@types/enzyme": "^3.10.19",
81
- "@types/node": "^26.2.0",
81
+ "@types/node": "^26.5.1",
82
82
  "@types/react": "^19.2.14",
83
83
  "@types/react-dom": "^19.2.3",
84
84
  "@types/react-syntax-highlighter": "^15.5.13",
85
- "@typescript-eslint/eslint-plugin": "^8.67.0",
86
- "@typescript-eslint/parser": "^8.67.0",
87
- "@vitejs/plugin-react": "^6.1.0",
85
+ "@typescript-eslint/eslint-plugin": "^8.70.0",
86
+ "@typescript-eslint/parser": "^8.70.0",
87
+ "@vitejs/plugin-react": "^6.1.1",
88
88
  "@vitest/coverage-v8": "^4.1.11",
89
89
  "@vitest/ui": "^4.1.11",
90
- "chromatic": "^18.5.0",
90
+ "chromatic": "^18.7.2",
91
91
  "commander": "^15.0.0",
92
92
  "commitizen": "^4.3.2",
93
93
  "cross-env": "^10.1.0",
94
94
  "cz-conventional-changelog": "^3.3.0",
95
95
  "enzyme": "^3.11.0",
96
96
  "esbuild": "0.28.2",
97
- "eslint": "^10.9.0",
97
+ "eslint": "^10.10.0",
98
98
  "eslint-config-prettier": "^10.1.8",
99
99
  "eslint-plugin-jsx-a11y": "^6.10.2",
100
100
  "eslint-plugin-prettier": "^5.5.6",
101
101
  "eslint-plugin-react-hooks": "^7.1.1",
102
- "eslint-plugin-react-refresh": "^0.5.4",
103
- "eslint-plugin-storybook": "^10.5.10",
104
- "globals": "^17.11.0",
102
+ "eslint-plugin-react-refresh": "^0.5.6",
103
+ "eslint-plugin-storybook": "^10.6.0",
104
+ "globals": "^17.12.0",
105
105
  "husky": "^9.1.7",
106
106
  "jsdom": "^30.0.1",
107
107
  "lint-staged": "^17.3.0",
@@ -114,13 +114,13 @@
114
114
  "remark-gfm": "^4.0.1",
115
115
  "resize-observer-polyfill": "^1.5.1",
116
116
  "rollup-plugin-visualizer": "^7.1.1",
117
- "storybook": "catalog:",
117
+ "storybook": "10.6.0",
118
118
  "tailwind-merge": "^3.6.0",
119
119
  "tailwind-variants": "^3.3.1",
120
120
  "tailwindcss": "^4.3.3",
121
- "terser": "^5.50.0",
121
+ "terser": "^5.51.2",
122
122
  "typescript": "catalog:",
123
- "vite": "^8.2.2",
123
+ "vite": "^8.3.0",
124
124
  "vite-plugin-dts": "^4.5.4",
125
125
  "vite-plugin-static-copy": "^4.1.1",
126
126
  "vitest": "^4.1.11"