@szum-tech/design-system 2.2.0 → 2.3.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.
Files changed (1) hide show
  1. package/package.json +31 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szum-tech/design-system",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Szum-Tech design system with tailwindcss support",
5
5
  "keywords": [
6
6
  "szum-tech",
@@ -91,7 +91,7 @@
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",
@@ -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.0",
107
+ "tailwind-merge": "^3.3.1",
108
108
  "tailwindcss-animate": "^1.0.7"
109
109
  },
110
110
  "devDependencies": {
111
- "@hookform/resolvers": "^5.0.1",
112
- "@storybook/addon-essentials": "^8.6.14",
113
- "@storybook/addon-links": "^8.6.14",
114
- "@storybook/experimental-addon-test": "^8.6.14",
115
- "@storybook/react": "^8.6.14",
116
- "@storybook/react-vite": "^8.6.14",
117
- "@storybook/theming": "^8.6.14",
118
- "@szum-tech/eslint-config": "^2.1.6",
119
- "@szum-tech/prettier-config": "^1.6.1",
120
- "@szum-tech/semantic-release-config": "^2.3.0",
121
- "@tailwindcss/vite": "^4.1.8",
111
+ "@hookform/resolvers": "^5.1.1",
112
+ "@storybook/addon-docs": "^9.0.15",
113
+ "@storybook/addon-links": "^9.0.15",
114
+ "@storybook/addon-vitest": "9.0.15",
115
+ "@storybook/react-vite": "^9.0.15",
116
+ "@szum-tech/eslint-config": "^2.1.7",
117
+ "@szum-tech/prettier-config": "^1.6.2",
118
+ "@szum-tech/semantic-release-config": "^2.3.1",
119
+ "@tailwindcss/vite": "^4.1.11",
122
120
  "@testing-library/dom": "^10.4.0",
123
121
  "@testing-library/jest-dom": "^6.6.3",
124
122
  "@testing-library/react": "^16.3.0",
125
123
  "@testing-library/user-event": "^14.6.1",
126
- "@types/node": "^22.15.24",
127
- "@types/react": "^19.1.6",
128
- "@types/react-dom": "^19.1.5",
129
- "@vitejs/plugin-react": "^4.5.0",
130
- "@vitest/browser": "^3.1.4",
131
- "@vitest/coverage-v8": "^3.1.4",
124
+ "@types/node": "^24.0.10",
125
+ "@types/react": "^19.1.8",
126
+ "@types/react-dom": "^19.1.6",
127
+ "@vitejs/plugin-react": "^4.6.0",
128
+ "@vitest/browser": "^3.2.4",
129
+ "@vitest/coverage-v8": "^3.2.4",
132
130
  "@vitest/ui": "^3.1.4",
133
131
  "cpy-cli": "^5.0.0",
134
- "eslint": "^9.27.0",
135
- "playwright": "^1.52.0",
136
- "prettier": "^3.5.3",
132
+ "eslint": "^9.30.1",
133
+ "eslint-plugin-storybook": "9.0.15",
134
+ "playwright": "^1.53.2",
135
+ "prettier": "^3.6.2",
137
136
  "react": "^19.1.0",
138
137
  "react-docgen": "^8.0.0",
139
- "react-docgen-typescript": "^2.2.2",
138
+ "react-docgen-typescript": "^2.4.0",
140
139
  "react-dom": "^19.1.0",
141
- "react-hook-form": "^7.56.4",
142
- "semantic-release": "^24.2.5",
140
+ "react-hook-form": "^7.59.0",
141
+ "semantic-release": "^24.2.6",
143
142
  "serve": "^14.2.4",
144
- "storybook": "^8.6.14",
145
- "storybook-addon-tag-badges": "^1.4.0",
146
- "storybook-dark-mode": "^4.0.2",
147
- "tailwindcss": "^4.1.8",
143
+ "storybook": "^9.0.15",
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": "^6.3.5",
148
+ "vite": "^7.0.1",
151
149
  "vite-tsconfig-paths": "^5.1.4",
152
- "vitest": "^3.1.4",
153
- "zod": "^3.25.34"
150
+ "vitest": "^3.2.4",
151
+ "zod": "^3.25.71"
154
152
  },
155
153
  "peerDependencies": {
156
154
  "react": ">=19.0.0",