@mittwald/flow-react-components 0.1.0-alpha.52 → 0.1.0-alpha.53

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.52",
3
+ "version": "0.1.0-alpha.53",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -170,13 +170,13 @@
170
170
  "test:unit": "run vitest run"
171
171
  },
172
172
  "dependencies": {
173
- "@mittwald/react-tunnel": "^0.1.0-alpha.51",
174
- "@mittwald/react-use-promise": "^2.3.12",
173
+ "@mittwald/react-tunnel": "^0.1.0-alpha.53",
174
+ "@mittwald/react-use-promise": "^2.3.13",
175
175
  "@preact/signals-react": "^2.0.1",
176
176
  "@react-aria/utils": "^3.23.2",
177
177
  "@react-types/shared": "^3.22.1",
178
178
  "@tabler/icons-react": "^2.47.0",
179
- "@tanstack/react-table": "^8.13.2",
179
+ "@tanstack/react-table": "^8.15.0",
180
180
  "clsx": "^2.1.0",
181
181
  "copy-to-clipboard": "^3.3.3",
182
182
  "dot-prop": "^8.0.2",
@@ -187,13 +187,13 @@
187
187
  "react-aria-components": "^1.1.1",
188
188
  "react-children-utilities": "^2.10.0",
189
189
  "react-stately": "^3.30.1",
190
- "remeda": "^1.51.0"
190
+ "remeda": "^1.56.0"
191
191
  },
192
192
  "devDependencies": {
193
193
  "@faker-js/faker": "^8.4.1",
194
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.50",
195
- "@mittwald/react-use-promise": "^2.3.12",
196
- "@nx/storybook": "^18.1.1",
194
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.53",
195
+ "@mittwald/react-use-promise": "^2.3.13",
196
+ "@nx/storybook": "^18.1.2",
197
197
  "@storybook/addon-a11y": "^7.6.17",
198
198
  "@storybook/addon-actions": "^7.6.17",
199
199
  "@storybook/addon-essentials": "^7.6.17",
@@ -210,21 +210,21 @@
210
210
  "@storybook/testing-library": "^0.2.2",
211
211
  "@storybook/theming": "^7.6.17",
212
212
  "@testing-library/react": "^14.2.2",
213
- "@types/invariant": "^2",
214
- "@types/node": "20.11.28",
213
+ "@types/invariant": "^2.2.37",
214
+ "@types/node": "20.11.30",
215
215
  "@types/prettier": "^3.0.0",
216
- "@types/prop-types": "^15.7.11",
217
- "@types/react": "^18.2.66",
216
+ "@types/prop-types": "^15.7.12",
217
+ "@types/react": "^18.2.69",
218
218
  "@types/react-dom": "^18.2.22",
219
219
  "@types/rollup": "^0.54.0",
220
220
  "@vitejs/plugin-react": "^4.2.1",
221
221
  "@vitest/coverage-v8": "^1.4.0",
222
222
  "decamelize": "^6.0.0",
223
223
  "fs-jetpack": "^5.1.0",
224
- "happy-dom": "^14.2.0",
225
- "next": "^14.1.3",
226
- "nx": "^18.1.1",
227
- "postcss": "^8.4.36",
224
+ "happy-dom": "^14.3.6",
225
+ "next": "^14.1.4",
226
+ "nx": "^18.1.2",
227
+ "postcss": "^8.4.38",
228
228
  "postcss-nested-import": "^1.3.0",
229
229
  "postcss-nesting": "^12.1.0",
230
230
  "prettier": "^3.2.5",
@@ -238,9 +238,9 @@
238
238
  "storybook-addon-dir": "^1.0.6",
239
239
  "storybook-addon-pseudo-states": "^2.2.1",
240
240
  "tsx": "^4.7.1",
241
- "typescript": "^5.4.2",
241
+ "typescript": "^5.4.3",
242
242
  "typescript-plugin-css-modules": "^5.1.0",
243
- "vite": "^5.2.2",
243
+ "vite": "^5.2.6",
244
244
  "vite-plugin-banner": "^0.7.1",
245
245
  "vite-plugin-checker": "^0.6.4",
246
246
  "vite-plugin-dts": "^3.7.3",
@@ -262,5 +262,5 @@
262
262
  "optional": true
263
263
  }
264
264
  },
265
- "gitHead": "7339d3ce93b0fca97688050f6f7959e801a5534e"
265
+ "gitHead": "ef8dc4182179aadf3a2462bc80164ab5be59b4bc"
266
266
  }