Skip to content

Commit

Permalink
chore(deps): update dependency @rsbuild/plugin-react to v0.6.14 (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed May 13, 2024
1 parent 2b630d9 commit a40b612
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 85 deletions.
2 changes: 1 addition & 1 deletion clo/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@rsbuild/core": "0.6.13",
"@rsbuild/plugin-react": "0.6.13",
"@rsbuild/plugin-react": "0.6.14",
"@rspack/core": "0.6.5"
}
}
2 changes: 1 addition & 1 deletion clo/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@rsbuild/core": "0.6.13",
"@rsbuild/plugin-react": "0.6.13",
"@rsbuild/plugin-react": "0.6.14",
"@rspack/core": "0.6.5"
}
}
2 changes: 1 addition & 1 deletion cra/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@rsbuild/core": "0.6.13",
"@rsbuild/plugin-react": "0.6.13",
"@rsbuild/plugin-react": "0.6.14",
"@rspack/core": "0.6.5"
}
}
2 changes: 1 addition & 1 deletion cra/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@rsbuild/core": "0.6.13",
"@rsbuild/plugin-react": "0.6.13",
"@rsbuild/plugin-react": "0.6.14",
"@rspack/core": "0.6.5"
}
}
147 changes: 80 additions & 67 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-manifest-example/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@rsbuild/core": "0.6.13",
"@rsbuild/plugin-react": "0.6.13",
"@rsbuild/plugin-react": "0.6.14",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5"
Expand Down
35 changes: 24 additions & 11 deletions react-manifest-example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-manifest-example/remote1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@rsbuild/core": "0.6.13",
"@rsbuild/plugin-react": "0.6.13",
"@rsbuild/plugin-react": "0.6.14",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion react-manifest-example/remote2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@rsbuild/core": "0.6.13",
"@rsbuild/plugin-react": "0.6.13",
"@rsbuild/plugin-react": "0.6.14",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5"
Expand Down

0 comments on commit a40b612

Please sign in to comment.