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 21, 2024
1 parent 9b13e1a commit cd9af36
Show file tree
Hide file tree
Showing 17 changed files with 1,482 additions and 1,311 deletions.
14 changes: 7 additions & 7 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 All @@ -45,10 +45,10 @@
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@manypkg/get-packages": "^2.2.0",
"@modern-js/generator-utils": "3.3.12",
"@modern-js/module-tools": "2.48.1",
"@modern-js/monorepo-tools": "2.48.1",
"@modern-js/tsconfig": "2.48.1",
"@modern-js/generator-utils": "3.3.14",
"@modern-js/module-tools": "2.48.3",
"@modern-js/monorepo-tools": "2.48.3",
"@modern-js/tsconfig": "2.48.3",
"@playwright/test": "1.33.0",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^11.0.1",
Expand All @@ -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
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"@mdx-js/loader": "2.3.0",
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@modern-js/utils": "2.48.1",
"@rsbuild/core": "0.5.1",
"@rsbuild/plugin-react": "0.5.1",
"@modern-js/utils": "2.48.3",
"@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 All @@ -101,8 +101,8 @@
},
"devDependencies": {
"tailwindcss": "^3.2.7",
"@modern-js/plugin-tailwindcss": "2.48.1",
"@modern-js/tsconfig": "2.48.1",
"@modern-js/plugin-tailwindcss": "2.48.3",
"@modern-js/tsconfig": "2.48.3",
"@types/body-scroll-lock": "^3.1.0",
"@types/fs-extra": "^9.0.13",
"@types/hast": "^2.3.4",
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.67",
"framer-motion": "10.16.4",
"rspress": "workspace:*",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rspress/plugin-api-docgen": "workspace:*"
},
"devDependencies": {
"@modern-js/utils": "2.48.1",
"@modern-js/utils": "2.48.3",
"@types/node": "^14",
"@types/react": "^18",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"node": ">=14.17.6"
},
"dependencies": {
"@modern-js/utils": "2.48.1",
"@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
2 changes: 1 addition & 1 deletion packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.1",
"@modern-js/tsconfig": "2.48.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.1",
"@modern-js/tsconfig": "2.48.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.1",
"@modern-js/tsconfig": "2.48.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
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 @@ -32,10 +32,10 @@
},
"dependencies": {
"@mdx-js/mdx": "2.2.1",
"@rsbuild/core": "0.5.1",
"@rsbuild/core": "0.5.2",
"@rsbuild/plugin-solid": "0.5.1",
"@rsbuild/plugin-babel": "0.5.1",
"@rsbuild/plugin-react": "0.5.1",
"@rsbuild/plugin-react": "0.5.2",
"@rspress/shared": "workspace:*",
"@rspress/theme-default": "workspace:*",
"get-port": "6.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.1",
"@modern-js/tsconfig": "2.48.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"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/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">=14.17.6"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.1",
"@modern-js/tsconfig": "2.48.3",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.1",
"@modern-js/tsconfig": "2.48.3",
"@types/jest": "^26.0.9",
"@types/react": "^18",
"@types/react-dom": "^18",
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
4 changes: 2 additions & 2 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.48.1",
"@modern-js/tsconfig": "2.48.1",
"@modern-js/plugin-tailwindcss": "2.48.3",
"@modern-js/tsconfig": "2.48.3",
"@types/body-scroll-lock": "^3.1.0",
"@types/hast": "^2.3.4",
"@types/html-to-text": "^8.1.1",
Expand Down
Loading

0 comments on commit cd9af36

Please sign in to comment.