@module-federation/bridge-react 0.0.0-next-20250902054534 → 0.0.0-next-20250902065718

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @module-federation/bridge-react
2
2
 
3
- ## 0.0.0-next-20250902054534
3
+ ## 0.0.0-next-20250902065718
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [8061f8c]
8
8
  - Updated dependencies [330fe29]
9
- - @module-federation/sdk@0.0.0-next-20250902054534
10
- - @module-federation/bridge-shared@0.0.0-next-20250902054534
9
+ - @module-federation/sdk@0.0.0-next-20250902065718
10
+ - @module-federation/bridge-shared@0.0.0-next-20250902065718
11
11
 
12
12
  ## 0.18.3
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-20250902054534",
3
+ "version": "0.0.0-next-20250902065718",
4
4
  "sideEffects": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -95,8 +95,8 @@
95
95
  "dependencies": {
96
96
  "react-error-boundary": "^4.1.2",
97
97
  "lru-cache": "^10.4.3",
98
- "@module-federation/bridge-shared": "0.0.0-next-20250902054534",
99
- "@module-federation/sdk": "0.0.0-next-20250902054534"
98
+ "@module-federation/bridge-shared": "0.0.0-next-20250902065718",
99
+ "@module-federation/sdk": "0.0.0-next-20250902065718"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": ">=16.9.0",
@@ -118,8 +118,8 @@
118
118
  "vite": "^5.4.18",
119
119
  "vite-plugin-dts": "^4.3.0",
120
120
  "hono": "3.12.12",
121
- "@module-federation/runtime": "0.0.0-next-20250902054534",
122
- "@module-federation/runtime-core": "0.0.0-next-20250902054534"
121
+ "@module-federation/runtime": "0.0.0-next-20250902065718",
122
+ "@module-federation/runtime-core": "0.0.0-next-20250902065718"
123
123
  },
124
124
  "scripts": {
125
125
  "dev": "vite",