Skip to content

Commit

Permalink
chore(deps): update dependency @rsbuild/core to v1.0.11 (#141)
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 Oct 10, 2024
1 parent d0df361 commit 40b9cf9
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@rsbuild/core": "1.0.8",
"@rsbuild/core": "1.0.11",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.0.0",
"@types/pretty-hrtime": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.8",
"@rsbuild/core": "1.0.11",
"@storybook/types": "8.4.0-alpha.5",
"@types/resolve": "^1.20.6",
"storybook": "8.4.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-react/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.8",
"@rsbuild/core": "1.0.11",
"@storybook/types": "8.4.0-alpha.5",
"@types/resolve": "^1.20.6",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-vue3/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.8",
"@rsbuild/core": "1.0.11",
"@types/node": "^18.0.0",
"storybook": "8.4.0-alpha.5",
"typescript": "^5.6.2"
Expand Down
76 changes: 38 additions & 38 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 sandboxes/react-16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@rsbuild/core": "1.0.8",
"@rsbuild/core": "1.0.11",
"@rsbuild/plugin-react": "1.0.3",
"@storybook/addon-essentials": "8.4.0-alpha.5",
"@storybook/addon-interactions": "8.4.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@rsbuild/core": "1.0.8",
"@rsbuild/core": "1.0.11",
"@rsbuild/plugin-react": "1.0.3",
"@storybook/addon-essentials": "8.4.0-alpha.5",
"@storybook/addon-interactions": "8.4.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/react-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@rsbuild/core": "1.0.8",
"@rsbuild/core": "1.0.11",
"@rsbuild/plugin-react": "1.0.3",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-essentials": "8.4.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.11",
"@storybook/addon-essentials": "8.4.0-alpha.5",
"@storybook/addon-interactions": "8.4.0-alpha.5",
"@storybook/addon-links": "8.4.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@rsbuild/core": "1.0.8",
"@rsbuild/core": "1.0.11",
"@rsbuild/plugin-vue": "1.0.1",
"@storybook/addon-essentials": "8.4.0-alpha.5",
"@storybook/addon-interactions": "8.4.0-alpha.5",
Expand Down

0 comments on commit 40b9cf9

Please sign in to comment.