@module-federation/modern-js 2.6.0 → 2.7.0
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 +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/modern-js",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/",
|
|
6
6
|
"types.d.ts",
|
|
@@ -138,16 +138,17 @@
|
|
|
138
138
|
"node-fetch": "3.3.0",
|
|
139
139
|
"jiti": "2.4.2",
|
|
140
140
|
"react-error-boundary": "4.1.2",
|
|
141
|
-
"@module-federation/rsbuild-plugin": "2.
|
|
142
|
-
"@module-federation/bridge-react": "2.
|
|
143
|
-
"@module-federation/
|
|
144
|
-
"@module-federation/
|
|
145
|
-
"@module-federation/
|
|
146
|
-
"@module-federation/
|
|
147
|
-
"@module-federation/
|
|
141
|
+
"@module-federation/rsbuild-plugin": "2.7.0",
|
|
142
|
+
"@module-federation/bridge-react": "2.7.0",
|
|
143
|
+
"@module-federation/enhanced": "2.7.0",
|
|
144
|
+
"@module-federation/runtime": "2.7.0",
|
|
145
|
+
"@module-federation/sdk": "2.7.0",
|
|
146
|
+
"@module-federation/cli": "2.7.0",
|
|
147
|
+
"@module-federation/node": "2.7.46"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@rsbuild/plugin-react": "1.4.5",
|
|
151
|
+
"@rstest/core": "^0.10.6",
|
|
151
152
|
"@rslib/core": "0.18.5",
|
|
152
153
|
"@rsbuild/core": "1.3.21",
|
|
153
154
|
"@modern-js/app-tools": "2.70.5",
|
|
@@ -157,13 +158,13 @@
|
|
|
157
158
|
"@modern-js/tsconfig": "2.70.5",
|
|
158
159
|
"@types/react": "^18.3.11",
|
|
159
160
|
"@types/react-dom": "^18.3.0",
|
|
160
|
-
"
|
|
161
|
-
"@module-federation/manifest": "2.
|
|
161
|
+
"typescript": "6.0.3",
|
|
162
|
+
"@module-federation/manifest": "2.7.0"
|
|
162
163
|
},
|
|
163
164
|
"peerDependencies": {
|
|
164
165
|
"react": ">=17",
|
|
165
166
|
"react-dom": ">=17",
|
|
166
|
-
"typescript": "^4.9.0 || ^5.0.0",
|
|
167
|
+
"typescript": "^4.9.0 || ^5.0.0 || ^6.0.0",
|
|
167
168
|
"vue-tsc": "^1.0.24",
|
|
168
169
|
"react-router-dom": "^4 || ^5 || ^6 || ^7",
|
|
169
170
|
"react-router": "^7"
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
"scripts": {
|
|
186
187
|
"build": "rslib build",
|
|
187
188
|
"lint": "ESLINT_USE_FLAT_CONFIG=false pnpm exec eslint --ignore-pattern node_modules \"**/*.ts\"",
|
|
188
|
-
"test": "pnpm exec
|
|
189
|
+
"test": "pnpm exec rstest --passWithNoTests",
|
|
189
190
|
"pre-release": "pnpm run test && pnpm run build"
|
|
190
191
|
}
|
|
191
192
|
}
|