@mittwald/flow-react-components 0.1.0-alpha.96 → 0.1.0-alpha.97

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.96",
3
+ "version": "0.1.0-alpha.97",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -243,7 +243,7 @@
243
243
  },
244
244
  "dependencies": {
245
245
  "@chakra-ui/live-region": "^2.1.0",
246
- "@mittwald/react-tunnel": "^0.1.0-alpha.96",
246
+ "@mittwald/react-tunnel": "^0.1.0-alpha.97",
247
247
  "@mittwald/react-use-promise": "^2.3.13",
248
248
  "@react-aria/utils": "^3.24.0",
249
249
  "@react-types/shared": "^3.23.0",
@@ -267,7 +267,7 @@
267
267
  },
268
268
  "devDependencies": {
269
269
  "@faker-js/faker": "^8.4.1",
270
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.96",
270
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.97",
271
271
  "@mittwald/react-use-promise": "^2.3.13",
272
272
  "@nx/storybook": "^18.3.4",
273
273
  "@storybook/addon-a11y": "^8.0.9",
@@ -342,5 +342,5 @@
342
342
  "optional": true
343
343
  }
344
344
  },
345
- "gitHead": "84245bb39970f0fc05deabacd2928912f794e465"
345
+ "gitHead": "548a050873f3b7f8e4f8f202763990eac2610bf7"
346
346
  }