Skip to content

Commit

Permalink
chore(deps): update dependency @rsbuild/plugin-react to ^1.1.0 (#536)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent dfcd92c commit f78c4a1
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.1",
"@rsbuild/core": "~1.1.9",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@module-federation/enhanced": "^0.8.1",
"@module-federation/rsbuild-plugin": "^0.8.1",
"@module-federation/storybook-addon": "^3.0.12",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.14",
"http-server": "^14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.1",
"@rsbuild/core": "~1.1.9",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.14",
Expand Down
20 changes: 10 additions & 10 deletions 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 tests/integration/asset/name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"react": "^18.3.1"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7"
"@rsbuild/plugin-react": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion tests/integration/asset/svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-svgr": "^1.0.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/bundle-false/svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-svgr": "^1.0.6"
}
}
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@playwright/test": "1.49.0",
"@rsbuild/core": "~1.1.9",
"@rsbuild/plugin-less": "^1.1.0",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"@rslib/tsconfig": "workspace:*",
Expand Down

0 comments on commit f78c4a1

Please sign in to comment.