Skip to content

Commit

Permalink
chore: bump rsbuild to 1.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Jul 11, 2024
1 parent 4e60d8b commit dfbdb58
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 84 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rsbuild/core": "1.0.0-alpha.6",
"@rsbuild/core": "1.0.0-alpha.8",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@modern-js/utils": "2.54.6",
"@rsbuild/core": "1.0.0-alpha.6",
"@rsbuild/plugin-less": "1.0.0-alpha.6",
"@rsbuild/plugin-react": "1.0.0-alpha.6",
"@rsbuild/plugin-sass": "1.0.0-alpha.6",
"@rsbuild/core": "1.0.0-alpha.8",
"@rsbuild/plugin-less": "1.0.0-alpha.8",
"@rsbuild/plugin-react": "1.0.0-alpha.8",
"@rsbuild/plugin-sass": "1.0.0-alpha.8",
"@rspress/mdx-rs": "0.5.7",
"@rspress/plugin-auto-nav-sidebar": "workspace:*",
"@rspress/plugin-container-syntax": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@mdx-js/mdx": "2.3.0",
"@rsbuild/core": "1.0.0-alpha.6",
"@rsbuild/plugin-babel": "1.0.0-alpha.6",
"@rsbuild/plugin-less": "1.0.0-alpha.6",
"@rsbuild/plugin-react": "1.0.0-alpha.6",
"@rsbuild/plugin-sass": "1.0.0-alpha.6",
"@rsbuild/plugin-solid": "1.0.0-alpha.6",
"@rsbuild/core": "1.0.0-alpha.8",
"@rsbuild/plugin-babel": "1.0.0-alpha.8",
"@rsbuild/plugin-less": "1.0.0-alpha.8",
"@rsbuild/plugin-react": "1.0.0-alpha.8",
"@rsbuild/plugin-sass": "1.0.0-alpha.8",
"@rsbuild/plugin-solid": "1.0.0-alpha.8",
"@rspress/shared": "workspace:*",
"@rspress/theme-default": "workspace:*",
"lodash": "4.17.21",
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin-preview/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
} from '@rspress/shared';
import {
type RsbuildConfig,
type RsbuildPluginAPI,
createRsbuild,
mergeRsbuildConfig,
} from '@rsbuild/core';
Expand Down Expand Up @@ -175,7 +176,7 @@ export function pluginPreview(options?: Options): RspressPlugin {
plugins: [
{
name: 'close-demo-server',
setup: api => {
setup: (api: RsbuildPluginAPI) => {
api.modifyRsbuildConfig(config => {
if (config.output?.target === 'web') {
// client build config
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rsbuild/core": "1.0.0-alpha.6",
"@rsbuild/core": "1.0.0-alpha.8",
"chalk": "4.1.2",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
121 changes: 50 additions & 71 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 dfbdb58

Please sign in to comment.