Skip to content

Commit 1c1aeb7

Browse files
chore(deps): update all patch dependencies (#363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f23ae2d commit 1c1aeb7

File tree

9 files changed

+147
-147
lines changed

9 files changed

+147
-147
lines changed

examples/module-federation/mf-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.6.14",
15+
"@module-federation/rsbuild-plugin": "^0.6.15",
1616
"@rsbuild/core": "~1.0.19",
1717
"@rsbuild/plugin-react": "^1.0.6",
1818
"@types/react": "^18.3.12",

examples/module-federation/mf-react-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"serve": "pnpm build && http-server -p 3001 ./dist/ --cors"
1717
},
1818
"devDependencies": {
19-
"@module-federation/enhanced": "^0.6.14",
20-
"@module-federation/rsbuild-plugin": "^0.6.14",
19+
"@module-federation/enhanced": "^0.6.15",
20+
"@module-federation/rsbuild-plugin": "^0.6.15",
2121
"@rsbuild/plugin-react": "^1.0.6",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^18.3.12",

examples/module-federation/mf-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.6.14",
15+
"@module-federation/rsbuild-plugin": "^0.6.15",
1616
"@rsbuild/core": "~1.0.19",
1717
"@rsbuild/plugin-react": "^1.0.6",
1818
"@types/react": "^18.3.12",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"cspell-ban-words": "^0.0.4",
5050
"fs-extra": "^11.2.0",
5151
"nano-staged": "^0.8.0",
52-
"nx": "^20.0.7",
52+
"nx": "^20.0.8",
5353
"prettier": "^3.3.3",
5454
"prettier-plugin-packagejson": "^2.5.3",
5555
"simple-git-hooks": "^2.11.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"fs-extra": "^11.2.0",
5050
"memfs": "^4.14.0",
5151
"picocolors": "1.1.1",
52-
"prebundle": "1.2.2",
52+
"prebundle": "1.2.5",
5353
"rslib": "npm:@rslib/[email protected]",
5454
"rslog": "^1.2.3",
5555
"tsconfck": "3.1.4",

pnpm-lock.yaml

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

tests/integration/auto-external/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "auto-external-default-test",
33
"private": true,
44
"dependencies": {
5-
"ora": "8.1.0",
5+
"ora": "8.1.1",
66
"react": "^18.3.1"
77
}
88
}

tests/integration/auto-external/false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "auto-external-false-test",
33
"private": true,
44
"dependencies": {
5-
"ora": "8.1.0",
5+
"ora": "8.1.1",
66
"react": "^18.3.1"
77
}
88
}

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@codspeed/vitest-plugin": "^3.1.1",
15-
"@module-federation/rsbuild-plugin": "^0.6.14",
15+
"@module-federation/rsbuild-plugin": "^0.6.15",
1616
"@playwright/test": "1.48.2",
1717
"@rsbuild/core": "~1.0.19",
1818
"@rsbuild/plugin-less": "^1.1.0",

0 commit comments

Comments
 (0)