@module-federation/bridge-react-webpack-plugin 0.0.0-next-20241014092946 → 0.0.0-next-20241015065721

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,38 +1,11 @@
1
1
  # @module-federation/bridge-react-webpack-plugin
2
2
 
3
- ## 0.0.0-next-20241014092946
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [d5a3072]
8
- - @module-federation/sdk@0.0.0-next-20241014092946
9
-
10
- ## 0.6.10
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [22a3b83]
15
- - @module-federation/sdk@0.6.10
16
-
17
- ## 0.6.9
18
-
19
- ### Patch Changes
20
-
21
- - @module-federation/sdk@0.6.9
22
-
23
- ## 0.6.8
24
-
25
- ### Patch Changes
26
-
27
- - Updated dependencies [32db0ac]
28
- - @module-federation/sdk@0.6.8
29
-
30
- ## 0.6.7
3
+ ## 0.0.0-next-20241015065721
31
4
 
32
5
  ### Patch Changes
33
6
 
34
7
  - Updated dependencies [9e32644]
35
- - @module-federation/sdk@0.6.7
8
+ - @module-federation/sdk@0.0.0-next-20241015065721
36
9
 
37
10
  ## 0.6.6
38
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-20241014092946",
3
+ "version": "0.0.0-next-20241015065721",
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-20241014092946"
22
+ "@module-federation/sdk": "0.0.0-next-20241015065721"
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
  }