@module-federation/bridge-react 0.0.0-next-20241230034757 → 0.0.0-next-20241230085648

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 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20241230034757
3
+ ## 0.0.0-next-20241230085648
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4102786: feat: support basename passed by remote module props
8
8
  - Updated dependencies [835b09c]
9
+ - Updated dependencies [336f3d8]
9
10
  - Updated dependencies [4fd33fb]
10
- - @module-federation/sdk@0.0.0-next-20241230034757
11
- - @module-federation/bridge-shared@0.0.0-next-20241230034757
11
+ - @module-federation/sdk@0.0.0-next-20241230085648
12
+ - @module-federation/bridge-shared@0.0.0-next-20241230085648
12
13
 
13
14
  ## 0.8.6
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react",
3
- "version": "0.0.0-next-20241230034757",
3
+ "version": "0.0.0-next-20241230085648",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -46,8 +46,8 @@
46
46
  "dependencies": {
47
47
  "@loadable/component": "^5.16.4",
48
48
  "react-error-boundary": "^4.1.2",
49
- "@module-federation/bridge-shared": "0.0.0-next-20241230034757",
50
- "@module-federation/sdk": "0.0.0-next-20241230034757"
49
+ "@module-federation/bridge-shared": "0.0.0-next-20241230085648",
50
+ "@module-federation/sdk": "0.0.0-next-20241230085648"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=16.9.0",
@@ -68,7 +68,7 @@
68
68
  "typescript": "^5.2.2",
69
69
  "vite": "^5.2.14",
70
70
  "vite-plugin-dts": "^4.3.0",
71
- "@module-federation/runtime": "0.0.0-next-20241230034757"
71
+ "@module-federation/runtime": "0.0.0-next-20241230085648"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "vite",