@mittwald/flow-remote-react-renderer 0.2.0-alpha.892 → 0.2.0-alpha.894
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/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# @mittwald/flow-remote-react-renderer
|
|
2
2
|
|
|
3
3
|
This package is part of
|
|
4
|
-
[Flow – mittwald design system](https://mittwald.
|
|
5
|
-
|
|
4
|
+
[Flow – mittwald design system](https://flow.mittwald.de/). See the homepage for
|
|
5
|
+
more details.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-react-renderer",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.894",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React rendering for Flow Remote Elements",
|
|
6
|
-
"homepage": "https://mittwald.
|
|
6
|
+
"homepage": "https://flow.mittwald.de",
|
|
7
7
|
"repository": "https://github.com/mittwald/flow",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"test:unit": "vitest run --passWithNoTests"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@mittwald/ext-bridge": "0.2.0-alpha.
|
|
32
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
33
|
-
"@mittwald/flow-remote-elements": "0.2.0-alpha.
|
|
31
|
+
"@mittwald/ext-bridge": "0.2.0-alpha.894",
|
|
32
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.894",
|
|
33
|
+
"@mittwald/flow-remote-elements": "0.2.0-alpha.894",
|
|
34
34
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
35
35
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
36
36
|
"@types/react": "^19.2",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@mittwald/flow-core": "",
|
|
43
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
43
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.894",
|
|
44
44
|
"@mittwald/typescript-config": "",
|
|
45
45
|
"@types/node": "^25.9.3",
|
|
46
46
|
"nx": "^22.7.5",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"vitest": "^4.1.9"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
62
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.893",
|
|
63
63
|
"react": "^19.2.0",
|
|
64
64
|
"react-dom": "^19.2.0",
|
|
65
65
|
"react-hook-form": "*"
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"optional": true
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f1d927b84ace3207f82e2bbafd16625bf0b67ce0"
|
|
73
73
|
}
|