Skip to content

Commit 142cc7c

Browse files
Merge remote-tracking branch 'origin/main' into rstest-plugin
# Conflicts: # pnpm-lock.yaml
2 parents 725cadc + 9958086 commit 142cc7c

34 files changed

Lines changed: 975 additions & 767 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@module-federation/sdk": patch
3+
---
4+
5+
Handle Node.js built-in imports in the Node ESM remote loader.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@module-federation/devtools': patch
3+
'@module-federation/treeshake-server': patch
4+
'@module-federation/rspress-plugin': patch
5+
'create-module-federation': patch
6+
'@module-federation/third-party-dts-extractor': patch
7+
---
8+
9+
Bump runtime dependencies: echarts 6.1.0 (devtools), hono 4.12.26 and @hono/node-server 1.19.13 (treeshake-server), lodash-es 4.18.1 (rspress-plugin), handlebars 4.7.9 (create-module-federation), resolve 1.22.12 (third-party-dts-extractor).
209 KB
Loading
6.06 KB
Loading
260 KB
Loading
266 KB
Loading

apps/3000-home/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@ant-design/cssinjs": "^1.21.0",
88
"antd": "5.19.1",
9-
"lodash": "4.17.23",
9+
"lodash": "4.18.1",
1010
"next": "14.2.35",
1111
"react": "18.3.1",
1212
"react-dom": "18.3.1"

apps/3001-shop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@ant-design/cssinjs": "^1.21.0",
88
"antd": "5.19.1",
9-
"lodash": "4.17.23",
9+
"lodash": "4.18.1",
1010
"next": "14.2.35",
1111
"react": "18.3.1",
1212
"react-dom": "18.3.1"

apps/3002-checkout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@ant-design/cssinjs": "^1.21.0",
88
"antd": "5.19.1",
9-
"lodash": "4.17.23",
9+
"lodash": "4.18.1",
1010
"next": "14.2.35",
1111
"react": "18.3.1",
1212
"react-dom": "18.3.1"

apps/manifest-demo/3011-rspack-manifest-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"antd": "4.24.15",
15-
"lodash": "4.17.23",
15+
"lodash": "4.18.1",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"
1818
},

0 commit comments

Comments
 (0)