@module-federation/modern-js-v3 0.24.1 → 2.0.1
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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/modern-js-v3",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/",
|
|
6
6
|
"types.d.ts",
|
|
@@ -9,9 +9,6 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "rslib build"
|
|
14
|
-
},
|
|
15
12
|
"repository": {
|
|
16
13
|
"type": "git",
|
|
17
14
|
"url": "git+https://github.com/module-federation/core.git",
|
|
@@ -136,32 +133,32 @@
|
|
|
136
133
|
"author": "hanric <hanric.zhang@gmail.com>",
|
|
137
134
|
"license": "MIT",
|
|
138
135
|
"dependencies": {
|
|
139
|
-
"@module-federation/rsbuild-plugin": "workspace:*",
|
|
140
|
-
"@module-federation/bridge-react": "workspace:*",
|
|
141
136
|
"fs-extra": "11.3.0",
|
|
142
137
|
"lru-cache": "10.4.3",
|
|
143
|
-
"@module-federation/enhanced": "workspace:*",
|
|
144
|
-
"@module-federation/runtime": "workspace:*",
|
|
145
|
-
"@module-federation/node": "workspace:*",
|
|
146
|
-
"@module-federation/sdk": "workspace:*",
|
|
147
|
-
"@module-federation/cli": "workspace:*",
|
|
148
138
|
"@swc/helpers": "^0.5.17",
|
|
149
139
|
"node-fetch": "~3.3.0",
|
|
150
140
|
"jiti": "2.4.2",
|
|
151
|
-
"react-error-boundary": "4.1.2"
|
|
141
|
+
"react-error-boundary": "4.1.2",
|
|
142
|
+
"@module-federation/rsbuild-plugin": "2.0.1",
|
|
143
|
+
"@module-federation/bridge-react": "2.0.1",
|
|
144
|
+
"@module-federation/enhanced": "2.0.1",
|
|
145
|
+
"@module-federation/runtime": "2.0.1",
|
|
146
|
+
"@module-federation/sdk": "2.0.1",
|
|
147
|
+
"@module-federation/cli": "2.0.1",
|
|
148
|
+
"@module-federation/node": "2.7.32"
|
|
152
149
|
},
|
|
153
150
|
"devDependencies": {
|
|
154
|
-
"@rsbuild/plugin-react": "1.4.
|
|
155
|
-
"@module-federation/manifest": "workspace:*",
|
|
151
|
+
"@rsbuild/plugin-react": "1.4.5",
|
|
156
152
|
"@rslib/core": "0.18.5",
|
|
157
|
-
"@rsbuild/core": "2.0.0-
|
|
158
|
-
"@modern-js/app-tools": "3.0.
|
|
159
|
-
"@modern-js/server-runtime": "3.0.
|
|
153
|
+
"@rsbuild/core": "2.0.0-beta.2",
|
|
154
|
+
"@modern-js/app-tools": "3.0.1",
|
|
155
|
+
"@modern-js/server-runtime": "3.0.1",
|
|
160
156
|
"@modern-js/module-tools": "2.70.5",
|
|
161
|
-
"@modern-js/runtime": "3.0.
|
|
162
|
-
"@modern-js/tsconfig": "3.0.
|
|
157
|
+
"@modern-js/runtime": "3.0.1",
|
|
158
|
+
"@modern-js/tsconfig": "3.0.1",
|
|
163
159
|
"@types/react": "^18.3.11",
|
|
164
|
-
"@types/react-dom": "^18.3.0"
|
|
160
|
+
"@types/react-dom": "^18.3.0",
|
|
161
|
+
"@module-federation/manifest": "2.0.1"
|
|
165
162
|
},
|
|
166
163
|
"peerDependencies": {
|
|
167
164
|
"react": ">=17",
|
|
@@ -184,5 +181,8 @@
|
|
|
184
181
|
"react-router": {
|
|
185
182
|
"optional": true
|
|
186
183
|
}
|
|
184
|
+
},
|
|
185
|
+
"scripts": {
|
|
186
|
+
"build": "rslib build"
|
|
187
187
|
}
|
|
188
|
-
}
|
|
188
|
+
}
|