@mittwald/flow-remote-react-components 1.1.0-next.7 → 1.1.0-next.9

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 (2) hide show
  1. package/dist/js/version.mjs +1 -1
  2. package/package.json +10 -10
@@ -3,7 +3,7 @@
3
3
  import { Version } from "@mittwald/flow-remote-core";
4
4
  //#region src/version.ts
5
5
  var communicationVersion = Version.v5;
6
- var packageVersion = "1.1.0-next.7";
6
+ var packageVersion = "1.1.0-next.9";
7
7
  var version = communicationVersion;
8
8
  //#endregion
9
9
  export { communicationVersion, packageVersion, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-react-components",
3
- "version": "1.1.0-next.7",
3
+ "version": "1.1.0-next.9",
4
4
  "type": "module",
5
5
  "description": "React components that can be used in a remote environment",
6
6
  "homepage": "https://flow.mittwald.de",
@@ -51,19 +51,19 @@
51
51
  "test:visual:update": "vitest run --project=visual --browser.headless --update"
52
52
  },
53
53
  "dependencies": {
54
- "@mittwald/flow-react-components": "1.1.0-next.7",
55
- "@mittwald/flow-remote-core": "1.1.0-next.7",
56
- "@mittwald/flow-remote-elements": "1.1.0-next.7",
54
+ "@mittwald/flow-react-components": "1.1.0-next.9",
55
+ "@mittwald/flow-remote-core": "1.1.0-next.9",
56
+ "@mittwald/flow-remote-elements": "1.1.0-next.9",
57
57
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
58
58
  "@types/react": "^19.2",
59
59
  "react-error-boundary": "^6.1.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@internationalized/date": "^3.12.3",
63
- "@mittwald/ext-bridge": "1.1.0-next.7",
64
- "@mittwald/flow-core": "1.1.0-next.7",
65
- "@mittwald/flow-remote-react-renderer": "1.1.0-next.7",
66
- "@mittwald/typescript-config": "1.1.0-next.7",
63
+ "@mittwald/ext-bridge": "1.1.0-next.9",
64
+ "@mittwald/flow-core": "1.1.0-next.9",
65
+ "@mittwald/flow-remote-react-renderer": "1.1.0-next.9",
66
+ "@mittwald/typescript-config": "1.1.0-next.9",
67
67
  "@quilted/threads": "^3.3.1",
68
68
  "@tabler/icons-react": "^3.44.0",
69
69
  "@types/node": "^25.9.3",
@@ -89,7 +89,7 @@
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@internationalized/date": "^3.12.2",
92
- "@mittwald/ext-bridge": "1.1.0-next.7",
92
+ "@mittwald/ext-bridge": "1.1.0-next.9",
93
93
  "react": "^19.2.0",
94
94
  "react-hook-form": "^7.65.0"
95
95
  },
@@ -104,5 +104,5 @@
104
104
  "optional": true
105
105
  }
106
106
  },
107
- "gitHead": "47f64e7c603b96419426a05fed036a61085ae639"
107
+ "gitHead": "5d2639c61d7eb105c2c42bc6b61be8cd068248b2"
108
108
  }