@mittwald/flow-remote-react-components 0.2.0-alpha.222 → 0.2.0-alpha.224
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/dist/types/tests/Button.browser.test.d.ts +2 -0
- package/dist/types/tests/Button.browser.test.d.ts.map +1 -0
- package/dist/types/tests/Button.browser.test.remote.d.ts +3 -0
- package/dist/types/tests/Button.browser.test.remote.d.ts.map +1 -0
- package/dist/types/tests/Markdown.browser.test.d.ts +2 -0
- package/dist/types/tests/Markdown.browser.test.d.ts.map +1 -0
- package/dist/types/tests/Markdown.browser.test.remote.d.ts +2 -0
- package/dist/types/tests/Markdown.browser.test.remote.d.ts.map +1 -0
- package/dist/types/tests/renderRemoteTest.d.ts +3 -0
- package/dist/types/tests/renderRemoteTest.d.ts.map +1 -0
- package/package.json +26 -9
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.browser.test.d.ts","sourceRoot":"","sources":["../../../src/tests/Button.browser.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.browser.test.remote.d.ts","sourceRoot":"","sources":["../../../src/tests/Button.browser.test.remote.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ,+CAAuD,CAAC;AAE7E,eAAO,MAAM,YAAY,+CAUxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Markdown.browser.test.d.ts","sourceRoot":"","sources":["../../../src/tests/Markdown.browser.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Markdown.browser.test.remote.d.ts","sourceRoot":"","sources":["../../../src/tests/Markdown.browser.test.remote.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,+CAEpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"renderRemoteTest.d.ts","sourceRoot":"","sources":["../../../src/tests/renderRemoteTest.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB,OAAO,CAAC;AAEzC,eAAO,MAAM,gBAAgB,GAAI,UAAU,MAAM,gDAahD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.224",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -29,23 +29,38 @@
|
|
|
29
29
|
"build": "vite build --config vite.build.config.ts",
|
|
30
30
|
"clean": "rimraf dist",
|
|
31
31
|
"test": "exit 0",
|
|
32
|
-
"test:
|
|
32
|
+
"test:browser": "vitest run --workspace=dev/vitest/remote-test-server/vitest.workspace.ts --browser.headless",
|
|
33
|
+
"test:browser:prepare": "playwright install",
|
|
34
|
+
"test:compile": "tsc --noEmit",
|
|
35
|
+
"test:unit": "exit 0"
|
|
33
36
|
},
|
|
34
37
|
"dependencies": {
|
|
35
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
36
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
37
|
-
"@mittwald/flow-remote-elements": "0.2.0-alpha.
|
|
38
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.224",
|
|
39
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.224",
|
|
40
|
+
"@mittwald/flow-remote-elements": "0.2.0-alpha.224",
|
|
38
41
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
42
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
39
43
|
"@types/react": "^19.1.6",
|
|
40
44
|
"react-error-boundary": "^5.0.0"
|
|
41
45
|
},
|
|
42
46
|
"devDependencies": {
|
|
43
|
-
"@mittwald/ext-bridge": "0.2.0-alpha.
|
|
47
|
+
"@mittwald/ext-bridge": "0.2.0-alpha.224",
|
|
48
|
+
"@mittwald/flow-remote-react-renderer": "0.2.0-alpha.224",
|
|
44
49
|
"@mittwald/typescript-config": "",
|
|
50
|
+
"@testing-library/dom": "^10.4.0",
|
|
51
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
52
|
+
"@testing-library/react": "~16.2.0",
|
|
53
|
+
"@testing-library/user-event": "^14.6.1",
|
|
45
54
|
"@types/node": "^22.15.23",
|
|
55
|
+
"@types/react-dom": "^19.1.5",
|
|
56
|
+
"@vitejs/plugin-react": "^4.5.0",
|
|
57
|
+
"@vitest/browser": "^3.1.4",
|
|
58
|
+
"@vitest/coverage-v8": "~3.0.9",
|
|
46
59
|
"nx": "^20.8.2",
|
|
60
|
+
"playwright": "^1.52.0",
|
|
47
61
|
"prettier": "^3.5.3",
|
|
48
62
|
"react": "^19.1.0",
|
|
63
|
+
"react-dom": "^19.1.0",
|
|
49
64
|
"react-hook-form": "^7.56.4",
|
|
50
65
|
"rimraf": "^6.0.1",
|
|
51
66
|
"rollup-plugin-auto-named-exports": "1.0.0-beta.3",
|
|
@@ -55,11 +70,13 @@
|
|
|
55
70
|
"vite-plugin-banner": "^0.8.1",
|
|
56
71
|
"vite-plugin-checker": "^0.9.3",
|
|
57
72
|
"vite-plugin-dts": "^4.5.4",
|
|
58
|
-
"vite-plugin-externalize-deps": "^0.9.0"
|
|
73
|
+
"vite-plugin-externalize-deps": "^0.9.0",
|
|
74
|
+
"vitest": "~3.1.4",
|
|
75
|
+
"vitest-browser-react": "^0.2.0"
|
|
59
76
|
},
|
|
60
77
|
"peerDependencies": {
|
|
61
78
|
"@mittwald/ext-bridge": "*",
|
|
62
|
-
"react": "^19",
|
|
79
|
+
"react": "^19.1.0",
|
|
63
80
|
"react-hook-form": "*"
|
|
64
81
|
},
|
|
65
82
|
"peerDependenciesMeta": {
|
|
@@ -70,5 +87,5 @@
|
|
|
70
87
|
"optional": true
|
|
71
88
|
}
|
|
72
89
|
},
|
|
73
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "b1dac2f72e68fe3d1cb55dd68882ff7efb9fa9d1"
|
|
74
91
|
}
|