@szum-tech/design-system 2.2.0 → 2.3.1
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 +36 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@szum-tech/design-system",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Szum-Tech design system with tailwindcss support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"szum-tech",
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"storybook:dev": "storybook dev -p 6006",
|
|
92
92
|
"storybook:serve": "serve storybook-static",
|
|
93
93
|
"test": "vitest",
|
|
94
|
-
"test:ci": "CI=true vitest",
|
|
94
|
+
"test:ci": "CI=true vitest --coverage",
|
|
95
95
|
"test:coverage": "vitest --coverage",
|
|
96
96
|
"test:storybook": "vitest --project=storybook --coverage",
|
|
97
97
|
"test:ui": "vitest --ui",
|
|
98
|
-
"test:unit": "vitest --project=unit",
|
|
98
|
+
"test:unit": "vitest --project=unit --coverage",
|
|
99
99
|
"test:watch": "vitest --watch",
|
|
100
100
|
"type-check": "tsc --noEmit"
|
|
101
101
|
},
|
|
@@ -104,53 +104,51 @@
|
|
|
104
104
|
"class-variance-authority": "^0.7.1",
|
|
105
105
|
"clsx": "^2.1.1",
|
|
106
106
|
"radix-ui": "^1.4.2",
|
|
107
|
-
"tailwind-merge": "^3.3.
|
|
107
|
+
"tailwind-merge": "^3.3.1",
|
|
108
108
|
"tailwindcss-animate": "^1.0.7"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@hookform/resolvers": "^5.
|
|
112
|
-
"@storybook/
|
|
113
|
-
"@storybook/addon-
|
|
114
|
-
"@storybook/
|
|
115
|
-
"@storybook/
|
|
116
|
-
"@storybook/react-vite": "^
|
|
117
|
-
"@
|
|
118
|
-
"@szum-tech/
|
|
119
|
-
"@szum-tech/
|
|
120
|
-
"@
|
|
121
|
-
"@
|
|
122
|
-
"@testing-library/dom": "^
|
|
123
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
111
|
+
"@hookform/resolvers": "^5.2.1",
|
|
112
|
+
"@storybook-community/storybook-dark-mode": "^5.6.0",
|
|
113
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
114
|
+
"@storybook/addon-links": "^9.0.18",
|
|
115
|
+
"@storybook/addon-vitest": "^9.0.18",
|
|
116
|
+
"@storybook/react-vite": "^9.0.18",
|
|
117
|
+
"@szum-tech/eslint-config": "^2.1.7",
|
|
118
|
+
"@szum-tech/prettier-config": "^1.6.2",
|
|
119
|
+
"@szum-tech/semantic-release-config": "^2.3.1",
|
|
120
|
+
"@tailwindcss/vite": "^4.1.11",
|
|
121
|
+
"@testing-library/dom": "^10.4.1",
|
|
122
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
124
123
|
"@testing-library/react": "^16.3.0",
|
|
125
124
|
"@testing-library/user-event": "^14.6.1",
|
|
126
|
-
"@types/node": "^
|
|
127
|
-
"@types/react": "^19.1.
|
|
128
|
-
"@types/react-dom": "^19.1.
|
|
129
|
-
"@vitejs/plugin-react": "^4.
|
|
130
|
-
"@vitest/browser": "^3.
|
|
131
|
-
"@vitest/coverage-v8": "^3.
|
|
125
|
+
"@types/node": "^24.1.0",
|
|
126
|
+
"@types/react": "^19.1.9",
|
|
127
|
+
"@types/react-dom": "^19.1.7",
|
|
128
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
129
|
+
"@vitest/browser": "^3.2.4",
|
|
130
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
132
131
|
"@vitest/ui": "^3.1.4",
|
|
133
132
|
"cpy-cli": "^5.0.0",
|
|
134
|
-
"eslint": "^9.
|
|
135
|
-
"playwright": "^1.
|
|
136
|
-
"prettier": "^3.
|
|
137
|
-
"react": "^19.1.
|
|
133
|
+
"eslint": "^9.32.0",
|
|
134
|
+
"playwright": "^1.54.1",
|
|
135
|
+
"prettier": "^3.6.2",
|
|
136
|
+
"react": "^19.1.1",
|
|
138
137
|
"react-docgen": "^8.0.0",
|
|
139
|
-
"react-docgen-typescript": "^2.
|
|
138
|
+
"react-docgen-typescript": "^2.4.0",
|
|
140
139
|
"react-dom": "^19.1.0",
|
|
141
|
-
"react-hook-form": "^7.
|
|
142
|
-
"semantic-release": "^24.2.
|
|
143
|
-
"serve": "^
|
|
144
|
-
"storybook": "^
|
|
145
|
-
"storybook-addon-tag-badges": "^
|
|
146
|
-
"
|
|
147
|
-
"tailwindcss": "^4.1.8",
|
|
140
|
+
"react-hook-form": "^7.61.1",
|
|
141
|
+
"semantic-release": "^24.2.7",
|
|
142
|
+
"serve": "^10.0.2",
|
|
143
|
+
"storybook": "^9.0.18",
|
|
144
|
+
"storybook-addon-tag-badges": "^2.0.1",
|
|
145
|
+
"tailwindcss": "^4.1.11",
|
|
148
146
|
"tsup": "^8.5.0",
|
|
149
147
|
"typescript": "^5.8.3",
|
|
150
|
-
"vite": "^
|
|
148
|
+
"vite": "^7.0.6",
|
|
151
149
|
"vite-tsconfig-paths": "^5.1.4",
|
|
152
|
-
"vitest": "^3.
|
|
153
|
-
"zod": "^
|
|
150
|
+
"vitest": "^3.2.4",
|
|
151
|
+
"zod": "^4.0.14"
|
|
154
152
|
},
|
|
155
153
|
"peerDependencies": {
|
|
156
154
|
"react": ">=19.0.0",
|