@module-federation/bridge-react-webpack-plugin 0.0.0-next-20241014085010 → 0.0.0-next-20241015060033

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/CHANGELOG.md CHANGED
@@ -1,18 +1,11 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
- ## 0.0.0-next-20241014085010
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [32db0ac]
8
- - @module-federation/sdk@0.0.0-next-20241014085010
9
-
10
- ## 0.6.7
3
+ ## 0.0.0-next-20241015060033
11
4
 
12
5
  ### Patch Changes
13
6
 
14
7
  - Updated dependencies [9e32644]
15
- - @module-federation/sdk@0.6.7
8
+ - @module-federation/sdk@0.0.0-next-20241015060033
16
9
 
17
10
  ## 0.6.6
18
11
 
@@ -27,8 +27,8 @@
27
27
  "react-router": "6.22.3"
28
28
  },
29
29
  "devDependencies": {
30
- "react": "^18.3.1",
31
- "react-dom": "^18.3.1"
30
+ "react": "^18.2.0",
31
+ "react-dom": "^18.2.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/bridge-react-webpack-plugin",
3
- "version": "0.0.0-next-20241014085010",
3
+ "version": "0.0.0-next-20241015060033",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "semver": "7.6.3",
21
21
  "@types/semver": "7.5.8",
22
- "@module-federation/sdk": "0.0.0-next-20241014085010"
22
+ "@module-federation/sdk": "0.0.0-next-20241015060033"
23
23
  },
24
24
  "devDependencies": {
25
25
  "typescript": "^5.2.2",
package/project.json CHANGED
@@ -3,7 +3,6 @@
3
3
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
4
  "sourceRoot": "packages/bridge/bridge-react-webpack-plugin/src",
5
5
  "projectType": "library",
6
- "tags": ["type:pkg"],
7
6
  "targets": {
8
7
  "build": {
9
8
  "executor": "nx:run-commands",
@@ -25,5 +24,6 @@
25
24
  ]
26
25
  }
27
26
  }
28
- }
27
+ },
28
+ "tags": ["type:pkg"]
29
29
  }