@mittwald/flow-react-components 0.2.0-alpha.482 → 0.2.0-alpha.483

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.2.0-alpha.482",
3
+ "version": "0.2.0-alpha.483",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.482",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.483",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.1.0",
64
64
  "@react-aria/live-announcer": "^3.4.4",
@@ -101,7 +101,7 @@
101
101
  "@faker-js/faker": "^9.9.0",
102
102
  "@internationalized/date": "^3.8.2",
103
103
  "@mittwald/flow-core": "",
104
- "@mittwald/flow-design-tokens": "0.2.0-alpha.482",
104
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.483",
105
105
  "@mittwald/react-use-promise": "^3.0.4",
106
106
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
107
107
  "@mittwald/typescript-config": "",
@@ -161,7 +161,7 @@
161
161
  "next": "*",
162
162
  "react": "^19",
163
163
  "react-dom": "^19",
164
- "react-hook-form": "*"
164
+ "react-hook-form": "^7.55.0"
165
165
  },
166
166
  "peerDependenciesMeta": {
167
167
  "@internationalized/date": {
@@ -174,5 +174,5 @@
174
174
  "optional": true
175
175
  }
176
176
  },
177
- "gitHead": "399ed9ce370de7f29c145ca71ebf6c69299de0a0"
177
+ "gitHead": "2c0c7b7f38ff98a4b0135efbf3a077c3239004f8"
178
178
  }