Skip to content

Commit

Permalink
chore(deps): update rsbuild (#209)
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 Jan 6, 2025
1 parent 2236d90 commit 63b5fa9
Show file tree
Hide file tree
Showing 15 changed files with 83 additions and 120 deletions.
2 changes: 1 addition & 1 deletion packages/addon-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prepare": "pnpm run build"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rslib/core": "^0.2.2",
"@types/node": "^18.0.0",
"storybook": "8.5.0-alpha.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prepare": "pnpm run build"
},
"dependencies": {
"@rsbuild/plugin-type-check": "^1.1.0",
"@rsbuild/plugin-type-check": "^1.2.0",
"@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.1.12",
"@rsbuild/core": "^1.1.13",
"@types/find-cache-dir": "^5.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.0.0",
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 @@ -47,7 +47,7 @@
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@storybook/types": "8.5.0-alpha.22",
"@types/resolve": "^1.20.6",
"storybook": "8.5.0-alpha.22",
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 @@ -57,7 +57,7 @@
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@storybook/types": "8.5.0-alpha.22",
"@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 @@ -46,7 +46,7 @@
"vue-docgen-loader": "^1.5.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@types/node": "^18.0.0",
"storybook": "8.5.0-alpha.22",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"storybook-builder-rsbuild": "workspace:*"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@types/node": "^18.0.0",
"lit": "^3.2.1",
"storybook": "8.5.0-alpha.22",
Expand Down
173 changes: 68 additions & 105 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandboxes/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-vue": "1.0.5",
"@storybook/addon-essentials": "8.5.0-alpha.22",
"@storybook/addon-interactions": "8.5.0-alpha.22",
Expand Down
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": "^3.2.3",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@storybook/addon-essentials": "8.5.0-alpha.22",
"@storybook/addon-interactions": "8.5.0-alpha.22",
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": "^3.2.3",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@storybook/addon-essentials": "8.5.0-alpha.22",
"@storybook/addon-interactions": "8.5.0-alpha.22",
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": "^3.2.3",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-essentials": "8.5.0-alpha.22",
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/rslib-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/rslib-react-mf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@chromatic-com/storybook": "^3.2.3",
"@module-federation/rsbuild-plugin": "^0.8.7",
"@module-federation/storybook-addon": "3.0.18",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "^0.2.2",
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": "^3.2.3",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@storybook/addon-essentials": "8.5.0-alpha.22",
"@storybook/addon-interactions": "8.5.0-alpha.22",
"@storybook/addon-links": "8.5.0-alpha.22",
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": "^3.2.3",
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-vue": "1.0.5",
"@storybook/addon-essentials": "8.5.0-alpha.22",
"@storybook/addon-interactions": "8.5.0-alpha.22",
Expand Down

0 comments on commit 63b5fa9

Please sign in to comment.