Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 2eb28ec commit d065561
Show file tree
Hide file tree
Showing 10 changed files with 1,141 additions and 1,409 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"engines": {
"node": ">=16.18.1"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"lint-staged": {
"*.{ts,tsx,js,jsx,mjs,cjs}": [
"biome lint . --diagnostic-level=warn"
Expand Down Expand Up @@ -62,9 +62,9 @@
"playwright": "1.33.0",
"tree-kill": "^1.2.2",
"ts-node": "^10.9.1",
"vitest": "0.34.1",
"vitest": "0.34.6",
"nx": "17.0.2",
"prettier": "3.2.2"
"prettier": "3.2.5"
},
"publishConfig": {
"access": "public",
Expand Down
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": "0.5.1",
"@rsbuild/core": "0.5.2",
"@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 @@ -53,8 +53,8 @@
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@modern-js/utils": "2.48.3",
"@rsbuild/core": "0.5.1",
"@rsbuild/plugin-react": "0.5.1",
"@rsbuild/core": "0.5.2",
"@rsbuild/plugin-react": "0.5.2",
"@rspress/theme-default": "workspace:*",
"@rspress/runtime": "workspace:*",
"@rspress/plugin-medium-zoom": "workspace:*",
Expand All @@ -76,9 +76,9 @@
"is-html": "^3.0.0",
"lodash-es": "^4.17.21",
"mdast-util-mdxjs-esm": "^1.3.0",
"node-fetch": "3.3.0",
"node-fetch": "3.3.2",
"nprogress": "^0.2.0",
"postcss": "8.4.31",
"postcss": "8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@types/node": "~16.11.7",
"@types/prompts": "^2.4.4",
"@types/react": "~18.0.26",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.4",
"rimraf": "~3.0.2",
"ts-node": "^10.9.1",
"typescript": "~5.0.4",
"cac": "6.7.14",
"chalk": "5.3.0",
"fs-extra": "11.1.1",
"prompts": "2.4.1"
"prompts": "2.4.2"
},
"sideEffects": [],
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"license": "MIT",
"devDependencies": {
"@documate/documate": "^0.1.0",
"@documate/react": "0.2.1",
"@types/react": "18.2.0",
"@documate/react": "0.2.2",
"@types/react": "18.2.69",
"framer-motion": "10.16.4",
"rspress": "workspace:*",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@modern-js/utils": "2.48.3",
"react-markdown": "8.0.7",
"react-docgen-typescript": "2.2.2",
"documentation": "14.0.2",
"documentation": "14.0.3",
"remark-gfm": "3.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"dependencies": {
"@mdx-js/mdx": "2.2.1",
"@rsbuild/core": "0.5.1",
"@rsbuild/plugin-solid": "0.5.1",
"@rsbuild/plugin-babel": "0.5.1",
"@rsbuild/plugin-react": "0.5.1",
"@rsbuild/core": "0.5.2",
"@rsbuild/plugin-solid": "0.5.2",
"@rsbuild/plugin-babel": "0.5.2",
"@rsbuild/plugin-react": "0.5.2",
"@rspress/shared": "workspace:*",
"@rspress/theme-default": "workspace:*",
"get-port": "6.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^5",
"vitest": "0.33.0",
"react": "^18.2.0",
"@types/hast": "3.0.3",
"@types/hast": "3.0.4",
"unified": "10.1.2"
},
"sideEffects": [
Expand All @@ -59,7 +59,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"shiki": "0.14.5",
"shiki": "0.14.7",
"unist-util-visit": "5.0.0",
"hast-util-from-html": "2.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": "0.5.1",
"@rsbuild/core": "0.5.2",
"unified": "10.1.2",
"chalk": "4.1.2",
"execa": "5.1.1",
Expand Down
Loading

0 comments on commit d065561

Please sign in to comment.