@module-federation/bridge-react
Advanced tools
Comparing version
# @module-federation/bridge-react | ||
## 0.0.0-next-20250415111630 | ||
## 0.0.0-next-20250416043414 | ||
@@ -12,5 +12,14 @@ ### Minor Changes | ||
- d0a11ff: feat(bridge-react): support react v19 in react compat file. | ||
- @module-federation/sdk@0.0.0-next-20250416043414 | ||
- @module-federation/bridge-shared@0.0.0-next-20250416043414 | ||
## 0.12.0 | ||
### Patch Changes | ||
- Updated dependencies [c399b9a] | ||
- Updated dependencies [ef96c4d] | ||
- Updated dependencies [f4fb242] | ||
- @module-federation/sdk@0.0.0-next-20250415111630 | ||
- @module-federation/bridge-shared@0.0.0-next-20250415111630 | ||
- @module-federation/sdk@0.12.0 | ||
- @module-federation/bridge-shared@0.12.0 | ||
@@ -17,0 +26,0 @@ ## 0.11.4 |
{ | ||
"name": "@module-federation/bridge-react", | ||
"version": "0.0.0-next-20250415111630", | ||
"version": "0.0.0-next-20250416043414", | ||
"publishConfig": { | ||
@@ -47,3 +47,3 @@ "access": "public" | ||
"import": "./dist/plugin.es.js", | ||
"require": "./dist/plugin.es.js" | ||
"require": "./dist/plugin.cjs.js" | ||
}, | ||
@@ -64,4 +64,4 @@ "./router-v5": { | ||
"react-error-boundary": "^4.1.2", | ||
"@module-federation/bridge-shared": "0.0.0-next-20250415111630", | ||
"@module-federation/sdk": "0.0.0-next-20250415111630" | ||
"@module-federation/bridge-shared": "0.0.0-next-20250416043414", | ||
"@module-federation/sdk": "0.0.0-next-20250416043414" | ||
}, | ||
@@ -87,3 +87,3 @@ "peerDependencies": { | ||
"vite-plugin-dts": "^4.3.0", | ||
"@module-federation/runtime": "0.0.0-next-20250415111630" | ||
"@module-federation/runtime": "0.0.0-next-20250416043414" | ||
}, | ||
@@ -90,0 +90,0 @@ "scripts": { |
139981
0.13%+ Added
+ Added
- Removed
- Removed
Updated