@amboss/design-system 3.20.2 → 3.20.4
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": "@amboss/design-system",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.4",
|
|
4
4
|
"description": "the design system for AMBOSS products",
|
|
5
5
|
"author": "AMBOSS",
|
|
6
6
|
"license": "ISC",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"npm": ">=8.10.0",
|
|
77
|
-
"node": "
|
|
77
|
+
"node": "24.9.0"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"prepare": "husky",
|
|
@@ -148,11 +148,11 @@
|
|
|
148
148
|
"@auto-it/npm": "^11.1.6",
|
|
149
149
|
"@auto-it/released": "^10.13.2",
|
|
150
150
|
"@emotion/jest": "^11.11.0",
|
|
151
|
-
"@storybook/addon-a11y": "^
|
|
152
|
-
"@storybook/addon-docs": "^
|
|
153
|
-
"@storybook/addon-links": "^
|
|
154
|
-
"@storybook/addon-vitest": "^
|
|
155
|
-
"@storybook/react-vite": "^
|
|
151
|
+
"@storybook/addon-a11y": "^10.0.8",
|
|
152
|
+
"@storybook/addon-docs": "^10.0.8",
|
|
153
|
+
"@storybook/addon-links": "^10.0.8",
|
|
154
|
+
"@storybook/addon-vitest": "^10.0.8",
|
|
155
|
+
"@storybook/react-vite": "^10.0.8",
|
|
156
156
|
"@swc/cli": "^0.1.65",
|
|
157
157
|
"@swc/core": "^1.11.8",
|
|
158
158
|
"@swc/plugin-emotion": "^9.0.0",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"auto": "^11.1.6",
|
|
170
170
|
"browserslist": "^4.22.2",
|
|
171
171
|
"chokidar-cli": "^3.0.0",
|
|
172
|
-
"chromatic": "^
|
|
172
|
+
"chromatic": "^13.3.3",
|
|
173
173
|
"copyfiles": "^2.4.1",
|
|
174
174
|
"csstype": "^3.1.3",
|
|
175
175
|
"eslint": "^8.57.1",
|
|
@@ -192,11 +192,11 @@
|
|
|
192
192
|
"lint-staged": "^13.2.2",
|
|
193
193
|
"lodash": "^4.17.21",
|
|
194
194
|
"pdfkit": "^0.15.0",
|
|
195
|
-
"playwright": "^1.
|
|
195
|
+
"playwright": "^1.56.1",
|
|
196
196
|
"prettier": "^2.2.1",
|
|
197
197
|
"react": "^18.3.1",
|
|
198
198
|
"react-dom": "^18.3.1",
|
|
199
|
-
"storybook": "^
|
|
199
|
+
"storybook": "^10.0.8",
|
|
200
200
|
"style-dictionary": "^3.8.0",
|
|
201
201
|
"svg-to-pdfkit": "^0.1.8",
|
|
202
202
|
"tinycolor2": "^1.6.0",
|