@mittwald/flow-react-components 0.2.0-alpha.820 → 0.2.0-alpha.822

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.820",
3
+ "version": "0.2.0-alpha.822",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -60,9 +60,9 @@
60
60
  "@codemirror/lint": "^6.9.5",
61
61
  "@internationalized/string": "^3.2.7",
62
62
  "@lezer/highlight": "^1.2.3",
63
- "@mittwald/flow-icons": "0.2.0-alpha.820",
63
+ "@mittwald/flow-icons": "0.2.0-alpha.822",
64
64
  "@mittwald/password-tools-js": "3.0.0-alpha.29",
65
- "@mittwald/react-tunnel": "0.2.0-alpha.820",
65
+ "@mittwald/react-tunnel": "0.2.0-alpha.822",
66
66
  "@mittwald/react-use-promise": "^4.2.2",
67
67
  "@react-aria/form": "^3.1.3",
68
68
  "@react-aria/i18n": "^3.12.16",
@@ -116,7 +116,7 @@
116
116
  "@lezer/generator": "^1.8.0",
117
117
  "@lezer/lr": "^1.4.8",
118
118
  "@mittwald/flow-core": "",
119
- "@mittwald/flow-design-tokens": "0.2.0-alpha.820",
119
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.822",
120
120
  "@mittwald/flow-icons-base": "",
121
121
  "@mittwald/react-use-promise": "^4.2.2",
122
122
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
@@ -137,10 +137,10 @@
137
137
  "decamelize": "^6.0.1",
138
138
  "fs-jetpack": "^5.1.0",
139
139
  "glob": "^13.0.0",
140
- "happy-dom": "^20.4.0",
141
- "next": "~16.1.6",
140
+ "happy-dom": "^20.8.9",
141
+ "next": "^16.2.3",
142
142
  "nx": "^22.4.4",
143
- "postcss": "^8.5.6",
143
+ "postcss": "^8.5.10",
144
144
  "postcss-nested-import": "^1.3.0",
145
145
  "postcss-nesting": "^13.0.2",
146
146
  "prettier": "^3.8.1",
@@ -151,27 +151,27 @@
151
151
  "react-element-to-jsx-string": "^17.0.1",
152
152
  "react-hook-form": "^7.71.1",
153
153
  "rimraf": "^6.1.2",
154
- "rollup": "~4.57.1",
154
+ "rollup": "^4.59.0",
155
155
  "sass": "^1.97.3",
156
- "storybook": "^10.2.3",
156
+ "storybook": "^10.2.10",
157
157
  "storybook-addon-rtl": "^3.0.1",
158
158
  "tsx": "^4.21.0",
159
159
  "typescript": "^5.9.3",
160
160
  "typescript-plugin-css-modules": "^5.2.0",
161
- "vite": "^7.3.1",
161
+ "vite": "^7.3.2",
162
162
  "vite-plugin-banner": "^0.8.1",
163
163
  "vite-plugin-checker": "^0.12.0",
164
164
  "vite-plugin-dts": "^4.5.4",
165
165
  "vite-plugin-externalize-deps": "^0.10.0",
166
166
  "vitest": "~4.0.18",
167
167
  "vitest-browser-react": "^2.0.2",
168
- "yaml": "^2.8.2"
168
+ "yaml": "^2.8.3"
169
169
  },
170
170
  "peerDependencies": {
171
171
  "@internationalized/date": "^3.10.0",
172
- "@mittwald/flow-icons-pro": "0.2.0-alpha.819",
172
+ "@mittwald/flow-icons-pro": "0.2.0-alpha.821",
173
173
  "@mittwald/react-use-promise": "^4.2.2",
174
- "next": "*",
174
+ "next": "^16.2.3",
175
175
  "react": "^19.2.0",
176
176
  "react-dom": "^19.2.0",
177
177
  "react-hook-form": "^7.65.0"
@@ -190,5 +190,5 @@
190
190
  "optional": true
191
191
  }
192
192
  },
193
- "gitHead": "a113b886bd95adb2482c1c9bf387a0d6158df5b5"
193
+ "gitHead": "a279ffc6597142beaa319e131822ef3bf6ef2eac"
194
194
  }