Skip to content

Commit

Permalink
chore(deps): update rsbuild (#183)
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 Dec 3, 2024
1 parent 8b3b040 commit d6b666a
Show file tree
Hide file tree
Showing 13 changed files with 191 additions and 312 deletions.
2 changes: 1 addition & 1 deletion packages/addon-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepare": "pnpm run build"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.7",
"@rslib/core": "^0.1.2",
"@types/node": "^18.0.0",
"storybook": "8.5.0-alpha.6",
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.0.1",
"@rsbuild/plugin-type-check": "^1.1.0",
"@storybook/addon-docs": "^8.2.1",
"@storybook/core-webpack": "^8.2.1",
"browser-assert": "^1.2.1",
Expand All @@ -79,7 +79,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.7",
"@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 @@ -47,7 +47,7 @@
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.3",
"@rsbuild/core": "^1.1.7",
"@storybook/types": "8.5.0-alpha.6",
"@types/resolve": "^1.20.6",
"storybook": "8.5.0-alpha.6",
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.3",
"@rsbuild/core": "^1.1.7",
"@storybook/types": "8.5.0-alpha.6",
"@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.3",
"@rsbuild/core": "^1.1.7",
"@types/node": "^18.0.0",
"storybook": "8.5.0-alpha.6",
"typescript": "^5.7.2"
Expand Down
Loading

0 comments on commit d6b666a

Please sign in to comment.