Skip to content

Commit

Permalink
chore: bump Rsbuild to 1.0.1-rc.2 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Sep 3, 2024
1 parent 09cd950 commit 17d28d2
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 202 deletions.
4 changes: 2 additions & 2 deletions packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prepare": "pnpm run build"
},
"dependencies": {
"@rsbuild/plugin-type-check": "1.0.1-beta.14",
"@rsbuild/plugin-type-check": "1.0.1-rc.2",
"@storybook/addon-docs": "^8.2.1",
"@storybook/core-webpack": "^8.2.1",
"browser-assert": "^1.2.1",
Expand All @@ -80,7 +80,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.14",
"@rsbuild/core": "1.0.1-rc.2",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-rsbuild/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { Stats } from './index'

// Storybook's Stats are optional Webpack related property
type RsbuildStats = {
toJson: () => any
toJson: (...args: any[]) => any
}

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/react-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.14",
"@rsbuild/core": "1.0.1-rc.2",
"@storybook/types": "8.3.0-beta.2",
"@types/resolve": "^1.20.6",
"add": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue-docgen-loader": "^1.5.1"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.14",
"@rsbuild/core": "1.0.1-rc.2",
"@types/node": "^18.0.0",
"storybook": "8.3.0-beta.2",
"typescript": "^5.3.2"
Expand Down
359 changes: 168 additions & 191 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sandboxes/react-16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@rsbuild/core": "1.0.1-beta.14",
"@rsbuild/plugin-react": "1.0.1-beta.14",
"@rsbuild/core": "1.0.1-rc.2",
"@rsbuild/plugin-react": "1.0.1-rc.2",
"@storybook/addon-essentials": "8.3.0-beta.2",
"@storybook/addon-interactions": "8.3.0-beta.2",
"@storybook/addon-links": "8.3.0-beta.2",
Expand Down
4 changes: 2 additions & 2 deletions sandboxes/react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@rsbuild/core": "1.0.1-beta.14",
"@rsbuild/plugin-react": "1.0.1-beta.14",
"@rsbuild/core": "1.0.1-rc.2",
"@rsbuild/plugin-react": "1.0.1-rc.2",
"@storybook/addon-essentials": "8.3.0-beta.2",
"@storybook/addon-interactions": "8.3.0-beta.2",
"@storybook/addon-links": "8.3.0-beta.2",
Expand Down
4 changes: 2 additions & 2 deletions sandboxes/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@rsbuild/core": "1.0.1-beta.14",
"@rsbuild/plugin-vue": "1.0.1-beta.14",
"@rsbuild/core": "1.0.1-rc.2",
"@rsbuild/plugin-vue": "1.0.1-rc.2",
"@storybook/addon-essentials": "8.3.0-beta.2",
"@storybook/addon-interactions": "8.3.0-beta.2",
"@storybook/addon-links": "8.3.0-beta.2",
Expand Down

0 comments on commit 17d28d2

Please sign in to comment.