@szum-tech/design-system 2.3.0 → 2.4.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 +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@szum-tech/design-system",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Szum-Tech design system with tailwindcss support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"szum-tech",
|
|
@@ -95,7 +95,7 @@
|
|
|
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
|
},
|
|
@@ -108,47 +108,47 @@
|
|
|
108
108
|
"tailwindcss-animate": "^1.0.7"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@hookform/resolvers": "^5.
|
|
112
|
-
"@storybook/
|
|
113
|
-
"@storybook/addon-
|
|
114
|
-
"@storybook/addon-
|
|
115
|
-
"@storybook/
|
|
111
|
+
"@hookform/resolvers": "^5.2.1",
|
|
112
|
+
"@storybook-community/storybook-dark-mode": "6.0.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",
|
|
116
117
|
"@szum-tech/eslint-config": "^2.1.7",
|
|
117
118
|
"@szum-tech/prettier-config": "^1.6.2",
|
|
118
119
|
"@szum-tech/semantic-release-config": "^2.3.1",
|
|
119
120
|
"@tailwindcss/vite": "^4.1.11",
|
|
120
|
-
"@testing-library/dom": "^10.4.
|
|
121
|
-
"@testing-library/jest-dom": "^6.6.
|
|
121
|
+
"@testing-library/dom": "^10.4.1",
|
|
122
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
122
123
|
"@testing-library/react": "^16.3.0",
|
|
123
124
|
"@testing-library/user-event": "^14.6.1",
|
|
124
|
-
"@types/node": "^24.0
|
|
125
|
-
"@types/react": "^19.1.
|
|
126
|
-
"@types/react-dom": "^19.1.
|
|
127
|
-
"@vitejs/plugin-react": "^
|
|
125
|
+
"@types/node": "^24.1.0",
|
|
126
|
+
"@types/react": "^19.1.9",
|
|
127
|
+
"@types/react-dom": "^19.1.7",
|
|
128
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
128
129
|
"@vitest/browser": "^3.2.4",
|
|
129
130
|
"@vitest/coverage-v8": "^3.2.4",
|
|
130
131
|
"@vitest/ui": "^3.1.4",
|
|
131
|
-
"cpy-cli": "^
|
|
132
|
-
"eslint": "^9.
|
|
133
|
-
"
|
|
134
|
-
"playwright": "^1.53.2",
|
|
132
|
+
"cpy-cli": "^6.0.0",
|
|
133
|
+
"eslint": "^9.32.0",
|
|
134
|
+
"playwright": "^1.54.1",
|
|
135
135
|
"prettier": "^3.6.2",
|
|
136
|
-
"react": "^19.1.
|
|
136
|
+
"react": "^19.1.1",
|
|
137
137
|
"react-docgen": "^8.0.0",
|
|
138
138
|
"react-docgen-typescript": "^2.4.0",
|
|
139
139
|
"react-dom": "^19.1.0",
|
|
140
|
-
"react-hook-form": "^7.
|
|
141
|
-
"semantic-release": "^24.2.
|
|
140
|
+
"react-hook-form": "^7.61.1",
|
|
141
|
+
"semantic-release": "^24.2.7",
|
|
142
142
|
"serve": "^14.2.4",
|
|
143
|
-
"storybook": "^9.0.
|
|
143
|
+
"storybook": "^9.0.18",
|
|
144
144
|
"storybook-addon-tag-badges": "^2.0.1",
|
|
145
145
|
"tailwindcss": "^4.1.11",
|
|
146
146
|
"tsup": "^8.5.0",
|
|
147
147
|
"typescript": "^5.8.3",
|
|
148
|
-
"vite": "^7.0.
|
|
148
|
+
"vite": "^7.0.6",
|
|
149
149
|
"vite-tsconfig-paths": "^5.1.4",
|
|
150
150
|
"vitest": "^3.2.4",
|
|
151
|
-
"zod": "^
|
|
151
|
+
"zod": "^4.0.14"
|
|
152
152
|
},
|
|
153
153
|
"peerDependencies": {
|
|
154
154
|
"react": ">=19.0.0",
|