Skip to content

Commit

Permalink
chore(deps): bump @rsbuild/core 1.2.0-beta.1 (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jan 17, 2025
1 parent 276fd05 commit 16282d4
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test": "vitest run"
},
"dependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-beta.1",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@mdx-js/loader": "2.3.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-beta.1",
"@rsbuild/plugin-less": "~1.1.0",
"@rsbuild/plugin-react": "~1.1.0",
"@rsbuild/plugin-sass": "~1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-beta.1",
"@rsbuild/plugin-babel": "~1.0.3",
"@rsbuild/plugin-less": "~1.1.0",
"@rsbuild/plugin-react": "~1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rsbuild/core": "~1.1.13",
"@rsbuild/core": "1.2.0-beta.1",
"chalk": "5.4.1",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
Loading

0 comments on commit 16282d4

Please sign in to comment.