@zvoove/unity-ui 2.30.0 → 2.32.2

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,11 +1,12 @@
1
1
  {
2
2
  "name": "@zvoove/unity-ui",
3
- "version": "2.30.0",
3
+ "version": "2.32.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/zvoove-org/unity-ui.git"
7
7
  },
8
8
  "license": "ISC",
9
+ "packageManager": "pnpm@10.30.0",
9
10
  "main": "dist/unity-ui.cjs.js",
10
11
  "module": "dist/unity-ui.es.js",
11
12
  "exports": {
@@ -33,23 +34,35 @@
33
34
  "!**/*.md",
34
35
  "dist/bin/templates"
35
36
  ],
37
+ "scripts": {
38
+ "build": "tsc && vite build && pnpm run build:cli",
39
+ "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",
40
+ "test": "vitest",
41
+ "storybook": "cross-env VITE_CJS_IGNORE_WARNING=true storybook dev -p 6006",
42
+ "build-storybook": "storybook build",
43
+ "prepare": "husky",
44
+ "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
45
+ "create": "node bin/cli.mjs create --",
46
+ "commit": "cz",
47
+ "generate-skills": "node bin/cli.mjs skills"
48
+ },
36
49
  "peerDependencies": {
37
50
  "react": ">=18.0.0",
38
51
  "react-dom": ">=18.0.0"
39
52
  },
40
53
  "devDependencies": {
41
- "@chromatic-com/storybook": "^5.0.1",
42
- "@commitlint/cli": "^20.4.3",
43
- "@commitlint/config-conventional": "^20.5.0",
44
- "@eslint/compat": "^2.0.5",
54
+ "@chromatic-com/storybook": "^5.2.1",
55
+ "@commitlint/cli": "^21.0.1",
56
+ "@commitlint/config-conventional": "^21.0.1",
57
+ "@eslint/compat": "^2.1.0",
45
58
  "@eslint/eslintrc": "^3.3.5",
46
59
  "@eslint/js": "^10.0.1",
47
60
  "@phosphor-icons/react": "^2.1.10",
48
- "@storybook/addon-a11y": "^10.3.5",
49
- "@storybook/addon-docs": "^10.3.5",
50
- "@storybook/addon-links": "^10.3.5",
51
- "@storybook/addon-themes": "^10.3.5",
52
- "@storybook/react-vite": "^10.3.5",
61
+ "@storybook/addon-a11y": "^10.4.0",
62
+ "@storybook/addon-docs": "^10.4.0",
63
+ "@storybook/addon-links": "^10.4.0",
64
+ "@storybook/addon-themes": "^10.4.0",
65
+ "@storybook/react-vite": "^10.4.0",
53
66
  "@tailwindcss/postcss": "^4.2.1",
54
67
  "@tailwindcss/vite": "^4.2.2",
55
68
  "@testing-library/dom": "^10.4.1",
@@ -58,16 +71,16 @@
58
71
  "@testing-library/user-event": "^14.6.1",
59
72
  "@trivago/prettier-plugin-sort-imports": "^6.0.2",
60
73
  "@types/enzyme": "^3.10.19",
61
- "@types/node": "^25.5.0",
74
+ "@types/node": "^25.9.0",
62
75
  "@types/react": "^19.2.14",
63
76
  "@types/react-dom": "^19.2.3",
64
77
  "@types/react-syntax-highlighter": "^15.5.13",
65
- "@typescript-eslint/eslint-plugin": "^8.59.1",
66
- "@typescript-eslint/parser": "^8.59.1",
78
+ "@typescript-eslint/eslint-plugin": "^8.59.3",
79
+ "@typescript-eslint/parser": "^8.59.3",
67
80
  "@vitejs/plugin-react": "^6.0.1",
68
- "@vitest/coverage-v8": "^4.0.18",
69
- "@vitest/ui": "^4.0.7",
70
- "chromatic": "^16.6.1",
81
+ "@vitest/coverage-v8": "^4.1.6",
82
+ "@vitest/ui": "^4.1.6",
83
+ "chromatic": "^16.10.1",
71
84
  "commander": "^14.0.3",
72
85
  "commitizen": "^4.3.1",
73
86
  "cross-env": "^10.1.0",
@@ -80,7 +93,7 @@
80
93
  "eslint-plugin-prettier": "^5.5.5",
81
94
  "eslint-plugin-react-hooks": "^7.1.1",
82
95
  "eslint-plugin-react-refresh": "^0.5.2",
83
- "eslint-plugin-storybook": "^10.3.5",
96
+ "eslint-plugin-storybook": "^10.4.0",
84
97
  "globals": "^17.6.0",
85
98
  "husky": "^9.1.7",
86
99
  "jsdom": "^29.1.1",
@@ -91,16 +104,29 @@
91
104
  "react-syntax-highlighter": "^16.1.1",
92
105
  "resize-observer-polyfill": "^1.5.1",
93
106
  "rollup-plugin-visualizer": "^7.0.1",
94
- "storybook": "^10.3.5",
107
+ "storybook": "^10.4.0",
95
108
  "tailwind-merge": "^3.5.0",
96
109
  "tailwind-variants": "^3.2.2",
97
110
  "tailwindcss": "^4.2.1",
98
- "terser": "^5.46.2",
111
+ "terser": "^5.47.1",
99
112
  "typescript": "^5.9.3",
100
- "vite": "^8.0.10",
113
+ "vite": "^8.0.12",
101
114
  "vite-plugin-dts": "^4.5.4",
102
115
  "vite-plugin-static-copy": "^4.1.0",
103
- "vitest": "^4.0.7"
116
+ "vitest": "^4.1.6"
117
+ },
118
+ "pnpm": {
119
+ "overrides": {
120
+ "esbuild": "0.28.0",
121
+ "storybook": "$storybook",
122
+ "@microsoft/api-extractor>typescript": "$typescript",
123
+ "@microsoft/api-extractor>minimatch": ">=10.2.3",
124
+ "lodash": ">=4.17.23",
125
+ "tmp": ">=0.2.4"
126
+ },
127
+ "onlyBuiltDependencies": [
128
+ "esbuild"
129
+ ]
104
130
  },
105
131
  "config": {
106
132
  "commitizen": {
@@ -116,16 +142,5 @@
116
142
  "prettier --write"
117
143
  ],
118
144
  "*.{json,css,md,mdx,html}": "prettier --write"
119
- },
120
- "scripts": {
121
- "build": "tsc && vite build && pnpm run build:cli",
122
- "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",
123
- "test": "vitest",
124
- "storybook": "cross-env VITE_CJS_IGNORE_WARNING=true storybook dev -p 6006",
125
- "build-storybook": "storybook build",
126
- "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
127
- "create": "node bin/cli.mjs create --",
128
- "commit": "cz",
129
- "generate-skills": "node bin/cli.mjs skills"
130
145
  }
131
- }
146
+ }