Skip to content

Commit

Permalink
chore(deps): update Rsbuild to v1.0.1-rc.2 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timeless0911 <[email protected]>
  • Loading branch information
renovate[bot] and Timeless0911 authored Sep 2, 2024
1 parent 74cbcae commit 1bcd189
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 22 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@e2e/helper": "workspace:*",
"@playwright/test": "1.46.1",
"@rsbuild/core": "1.0.1-rc.0",
"@rsbuild/core": "1.0.1-rc.2",
"@rslib/core": "workspace:*",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-react": "1.0.1-rc.0",
"@rsbuild/plugin-react": "1.0.1-rc.2",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.5",
"react": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rsbuild/core": "1.0.1-rc.0",
"@rsbuild/core": "1.0.1-rc.2",
"rsbuild-plugin-dts": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.7",
"@rsbuild/core": "1.0.1-rc.0",
"@rsbuild/core": "1.0.1-rc.2",
"@rslib/tsconfig": "workspace:*",
"rslib": "npm:@rslib/[email protected]",
"typescript": "^5.5.4"
Expand Down
51 changes: 33 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit 1bcd189

Please sign in to comment.