Skip to content

Commit 9026ca7

Browse files
authored
Merge branch 'main' into ci/release-next-summary
2 parents 6182b38 + 1ca63d1 commit 9026ca7

7 files changed

Lines changed: 1815 additions & 1660 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@
165165
]
166166
},
167167
"dependencies": {
168-
"adm-zip": "0.5.16",
168+
"adm-zip": "0.6.0",
169169
"ansi-colors": "4.1.3",
170170
"antd": "5.19.1",
171-
"axios": "1.16.1",
171+
"axios": "1.18.0",
172172
"core-js": "3.36.1",
173173
"encoding": "^0.1.13",
174174
"express": "5.2.1",
@@ -259,7 +259,7 @@
259259
"jest": "29.7.0",
260260
"jest-environment-jsdom": "29.7.0",
261261
"jiti": "2.6.1",
262-
"js-yaml": "4.2.0",
262+
"js-yaml": "4.3.0",
263263
"jsonc-eslint-parser": "^3.1.0",
264264
"kill-port": "^2.0.1",
265265
"mime-types": "2.1.35",
@@ -295,7 +295,7 @@
295295
"url-loader": "4.1.1",
296296
"vite": "7.3.5",
297297
"vite-tsconfig-paths": "4.2.3",
298-
"vitest": "1.6.0",
298+
"vitest": "3.2.6",
299299
"vue-tsc": "^2.2.10",
300300
"wait-on": "^7.2.0",
301301
"webpack": "5.104.1",

packages/chrome-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
"prettier": "~3.3.3",
104104
"typescript": "7.0.2",
105105
"rimraf": "~6.0.1",
106-
"vitest": "1.2.2"
106+
"vitest": "3.2.6"
107107
}
108108
}

packages/dts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@module-federation/managers": "workspace:*",
7070
"@module-federation/sdk": "workspace:*",
7171
"@module-federation/third-party-dts-extractor": "workspace:*",
72-
"adm-zip": "0.5.10",
72+
"adm-zip": "0.6.0",
7373
"isomorphic-ws": "5.0.0",
7474
"undici": "7.28.0",
7575
"ws": "8.21.0"

packages/native-federation-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
},
8888
"license": "MIT",
8989
"dependencies": {
90-
"adm-zip": "^0.5.14",
90+
"adm-zip": "^0.6.0",
9191
"ansi-colors": "^4.1.3",
92-
"axios": "1.16.1",
92+
"axios": "1.18.0",
9393
"rambda": "^9.2.1",
9494
"tsdown": "0.20.3",
9595
"unplugin": "^1.10.1"

packages/native-federation-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
},
8888
"license": "MIT",
8989
"dependencies": {
90-
"adm-zip": "^0.5.14",
90+
"adm-zip": "^0.6.0",
9191
"ansi-colors": "^4.1.3",
92-
"axios": "1.16.1",
92+
"axios": "1.18.0",
9393
"rambda": "^9.2.1",
9494
"unplugin": "^1.10.1"
9595
},

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react-dom": "*"
4444
},
4545
"dependencies": {
46-
"axios": "1.16.1",
46+
"axios": "1.18.0",
4747
"node-fetch": "2.7.0",
4848
"tapable": "2.3.0"
4949
},

pnpm-lock.yaml

Lines changed: 1804 additions & 1649 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)