Skip to content

Commit

Permalink
chore: bump rsbuild 1.0.1-beta.16 (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Aug 26, 2024
1 parent 7de309f commit ef7815e
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 174 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-seals-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rspress/core": patch
---

release
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.1-beta.9",
"@rsbuild/core": "1.0.1-beta.16",
"@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.58.1",
"@rsbuild/core": "1.0.1-beta.9",
"@rsbuild/plugin-less": "1.0.1-beta.9",
"@rsbuild/plugin-react": "1.0.1-beta.9",
"@rsbuild/plugin-sass": "1.0.1-beta.9",
"@rsbuild/core": "1.0.1-beta.16",
"@rsbuild/plugin-less": "1.0.1-beta.16",
"@rsbuild/plugin-react": "1.0.1-beta.16",
"@rsbuild/plugin-sass": "1.0.1-beta.16",
"@rspress/mdx-rs": "0.5.7",
"@rspress/plugin-auto-nav-sidebar": "workspace:*",
"@rspress/plugin-container-syntax": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@rstack-dev/doc-ui": "^1.2.0",
"@types/react": "^18.3.3",
"framer-motion": "11.3.2",
"rsbuild-plugin-google-analytics": "^1.0.0",
"rsbuild-plugin-open-graph": "^1.0.0",
"rsbuild-plugin-google-analytics": "^1.0.2",
"rsbuild-plugin-open-graph": "^1.0.2",
"rspress": "workspace:*",
"rspress-plugin-font-open-sans": "^1.0.0",
"ts-node": "^10.9.1",
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.1-beta.9",
"@rsbuild/plugin-babel": "1.0.1-beta.9",
"@rsbuild/plugin-less": "1.0.1-beta.9",
"@rsbuild/plugin-react": "1.0.1-beta.9",
"@rsbuild/plugin-sass": "1.0.1-beta.9",
"@rsbuild/plugin-solid": "1.0.1-beta.9",
"@rsbuild/core": "1.0.1-beta.16",
"@rsbuild/plugin-babel": "1.0.1-beta.16",
"@rsbuild/plugin-less": "1.0.1-beta.16",
"@rsbuild/plugin-react": "1.0.1-beta.16",
"@rsbuild/plugin-sass": "1.0.1-beta.16",
"@rsbuild/plugin-solid": "1.0.1-beta.16",
"@rspress/shared": "workspace:*",
"@rspress/theme-default": "workspace:*",
"lodash": "4.17.21",
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.1-beta.9",
"@rsbuild/core": "1.0.1-beta.16",
"chalk": "5.3.0",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
Loading

0 comments on commit ef7815e

Please sign in to comment.