@module-federation/bridge-react 0.0.0-next-20241117185051 → 0.0.0-next-20241117192957

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/CHANGELOG.md +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20241117185051
3
+ ## 0.0.0-next-20241117192957
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 0309fb5: fix: wrap try catch with react-router-dom path resolve
8
- - @module-federation/runtime@0.0.0-next-20241117185051
9
- - @module-federation/sdk@0.0.0-next-20241117185051
10
- - @module-federation/bridge-shared@0.0.0-next-20241117185051
8
+ - @module-federation/runtime@0.0.0-next-20241117192957
9
+ - @module-federation/sdk@0.0.0-next-20241117192957
10
+ - @module-federation/bridge-shared@0.0.0-next-20241117192957
11
11
 
12
12
  ## 0.7.4
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.0.0-next-20241117185051",
3
+ "version": "0.0.0-next-20241117192957",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,9 +41,9 @@
41
41
  "dependencies": {
42
42
  "@loadable/component": "^5.16.4",
43
43
  "react-error-boundary": "^4.0.13",
44
- "@module-federation/bridge-shared": "0.0.0-next-20241117185051",
45
- "@module-federation/sdk": "0.0.0-next-20241117185051",
46
- "@module-federation/runtime": "0.0.0-next-20241117185051"
44
+ "@module-federation/bridge-shared": "0.0.0-next-20241117192957",
45
+ "@module-federation/sdk": "0.0.0-next-20241117192957",
46
+ "@module-federation/runtime": "0.0.0-next-20241117192957"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": ">=16.9.0",