Skip to content

Commit c052d93

Browse files
author
nyqykk
committed
chore: do not specify rsbuild plugin version
1 parent 696ed9d commit c052d93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0.2",
15+
"@module-federation/rsbuild-plugin": "^0.0.2",
1616
"@rsbuild/core": "~1.0.14",
1717
"@rsbuild/plugin-react": "^1.0.4",
1818
"@types/react": "^18.3.11",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@module-federation/enhanced": "^0.6.11",
20-
"@module-federation/rsbuild-plugin": "0.0.2",
20+
"@module-federation/rsbuild-plugin": "^0.0.2",
2121
"@rsbuild/plugin-react": "^1.0.4",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^18.3.11",

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.0.2",
15+
"@module-federation/rsbuild-plugin": "^0.0.2",
1616
"@rsbuild/core": "~1.0.14",
1717
"@rsbuild/plugin-react": "^1.0.4",
1818
"@types/react": "^18.3.11",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)