Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#1419)
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] committed Sep 16, 2024
1 parent eb6939f commit 5fc74b5
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 98 deletions.
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.2",
"@rsbuild/core": "1.0.4",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@modern-js/utils": "2.60.0",
"@rsbuild/core": "1.0.2",
"@rsbuild/core": "1.0.4",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-react": "1.0.1",
"@rsbuild/plugin-react": "1.0.2",
"@rsbuild/plugin-sass": "1.0.1",
"@rspress/mdx-rs": "0.5.7",
"@rspress/plugin-auto-nav-sidebar": "workspace:*",
Expand All @@ -69,7 +69,7 @@
"mdast-util-mdxjs-esm": "^1.3.1",
"node-fetch": "3.3.2",
"nprogress": "^0.2.0",
"postcss": "8.4.45",
"postcss": "8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@rstack-dev/doc-ui": "1.5.0",
"@rstack-dev/doc-ui": "1.5.2",
"@types/react": "^18.3.5",
"framer-motion": "11.5.4",
"rsbuild-plugin-google-analytics": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"@mdx-js/mdx": "2.3.0",
"@rsbuild/core": "1.0.2",
"@rsbuild/core": "1.0.4",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-react": "1.0.1",
"@rsbuild/plugin-react": "1.0.2",
"@rsbuild/plugin-sass": "1.0.1",
"@rsbuild/plugin-solid": "1.0.1",
"@rspress/shared": "workspace:*",
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.2",
"@rsbuild/core": "1.0.4",
"chalk": "5.3.0",
"execa": "5.1.1",
"fs-extra": "11.2.0",
Expand Down
Loading

0 comments on commit 5fc74b5

Please sign in to comment.