@mittwald/flow-react-components 0.1.0-alpha.42 → 0.1.0-alpha.43
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": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.43",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"remeda": "^1.51.0"
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
171
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.43",
|
|
172
172
|
"@nx/storybook": "^18.1.1",
|
|
173
173
|
"@storybook/addon-a11y": "^7.6.17",
|
|
174
174
|
"@storybook/addon-actions": "^7.6.17",
|
|
@@ -232,5 +232,5 @@
|
|
|
232
232
|
"optional": true
|
|
233
233
|
}
|
|
234
234
|
},
|
|
235
|
-
"gitHead": "
|
|
235
|
+
"gitHead": "0acb34aa9700998da745b421b7cf2b8624023890"
|
|
236
236
|
}
|