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 25, 2024
1 parent fcdbcb7 commit ff72429
Show file tree
Hide file tree
Showing 17 changed files with 634 additions and 901 deletions.
6 changes: 3 additions & 3 deletions e2e/fixtures/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@rspress/plugin-playground": "workspace:*",
"@rspress/plugin-preview": "workspace:*",
"@rspress/shared": "workspace:*",
"react": "^18",
"react-dom": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "4.4.5",
"rspress": "workspace:*",
"solid-js": "^1.8.12"
"solid-js": "^1.8.16"
},
"devDependencies": {
"@types/node": "^14"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@manypkg/get-packages": "^2.2.0",
"@manypkg/get-packages": "^2.2.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",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"cross-spawn": "^7.0.3",
"cross-env": "^7.0.3",
"execa": "8.0.1",
"fs-extra": "^11.1.1",
"get-port": "5.0.0",
"husky": "^8.0.0",
"husky": "^8.0.3",
"lint-staged": "~13.1.0",
"playwright": "1.33.0",
"tree-kill": "^1.2.2",
"ts-node": "^10.9.1",
"vitest": "0.34.1",
"ts-node": "^10.9.2",
"vitest": "0.34.6",
"nx": "17.0.2",
"prettier": "3.2.2"
"prettier": "3.2.5"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -49,7 +49,7 @@
"@types/node": "~16.11.7",
"@types/react": "~18.0.26",
"rimraf": "~3.0.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "~5.0.4"
},
"sideEffects": [],
Expand Down
42 changes: 21 additions & 21 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 @@ -69,55 +69,55 @@
"flexsearch": "0.6.32",
"fs-extra": "10.1.0",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^1.0.0",
"hast-util-from-html": "^1.0.2",
"hast-util-heading-rank": "^3.0.0",
"html-to-text": "^9.0.3",
"html-to-text": "^9.0.5",
"htmr": "^1.0.2",
"is-html": "^3.0.0",
"lodash-es": "^4.17.21",
"mdast-util-mdxjs-esm": "^1.3.0",
"node-fetch": "3.3.0",
"mdast-util-mdxjs-esm": "^1.3.1",
"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",
"react-lazy-with-preload": "^2.2.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-external-links": "^2.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"rehype-stringify": "^9.0.4",
"remark": "^14.0.3",
"remark-gfm": "3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"rspack-plugin-virtual-module": "0.1.12",
"source-map": "0.7.4",
"string-replace-loader": "^3.1.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"unist-util-visit-children": "^2.0.1",
"unist-util-visit": "^4.1.2",
"unist-util-visit-children": "^2.0.2",
"yaml-front-matter": "^4.1.1"
},
"devDependencies": {
"tailwindcss": "^3.2.7",
"@modern-js/plugin-tailwindcss": "2.48.3",
"@modern-js/tsconfig": "2.48.3",
"@types/body-scroll-lock": "^3.1.0",
"@types/body-scroll-lock": "^3.1.2",
"@types/fs-extra": "^9.0.13",
"@types/hast": "^2.3.4",
"@types/hast": "^2.3.10",
"@types/html-to-text": "^8.1.1",
"@types/jest": "^26.0.9",
"@types/lodash-es": "^4.17.6",
"@types/mdast": "^3.0.10",
"@types/jest": "^26.0.24",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^3.0.15",
"@types/node": "^14",
"@types/nprogress": "^0.2.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/yaml-front-matter": "^4.1.0",
"@types/yaml-front-matter": "^4.1.3",
"rimraf": "^3.0.2",
"typescript": "^5",
"vite": "^4.0.5",
"vite": "^4.5.3",
"vitest": "0.33.0",
"webpack": "^5.88.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"devDependencies": {
"@types/jest": "~29.2.4",
"@types/node": "~16.11.7",
"@types/prompts": "^2.4.4",
"@types/prompts": "^2.4.9",
"@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",
"ts-node": "^10.9.2",
"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
8 changes: 4 additions & 4 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"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",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"publishConfig": {
Expand All @@ -35,6 +35,6 @@
"docs"
],
"dependencies": {
"rsfamily-nav-icon": "^1.0.1"
"rsfamily-nav-icon": "^1.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
"@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": {
"@rspress/shared": "workspace:*",
"@types/mdast": "^3.0.10",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"mdast-util-mdxjs-esm": "^1.3.0",
"react": "^18",
"react-dom": "^18",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"react": ">=17",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-container-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@rspress/shared": "workspace:*"
},
"devDependencies": {
"@types/mdast": "^3.0.10",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"@types/mdast": "^3.0.15",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
}
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 @@ -39,7 +39,7 @@
"@types/react-dom": "^18",
"typescript": "^5",
"vitest": "0.33.0",
"react": "^17",
"react": "^17.0.2",
"@rspress/shared": "workspace:*"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@
},
"devDependencies": {
"@babel/types": "^7.22.17",
"@types/babel__core": "^7.20.1",
"@types/babel__standalone": "^7.1.4",
"@types/babel__traverse": "^7.20.1",
"@types/mdast": "^3.0.10",
"@types/babel__core": "^7.20.5",
"@types/babel__standalone": "^7.1.7",
"@types/babel__traverse": "^7.20.5",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"mdast-util-mdxjs-esm": "^1.3.0",
"react": "^18",
"react-dom": "^18",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"@rspress/core": "^1.0.2",
Expand Down
18 changes: 9 additions & 9 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 All @@ -44,18 +44,18 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/mdast": "^3.0.10",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/lodash": "4.17.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"mdast-util-mdxjs-esm": "^1.3.0",
"react": "^18",
"react-dom": "^18",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"typescript": "^5",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"react": ">=17",
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/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/react-dom": "^18",
"typescript": "^5",
"vitest": "0.33.0",
"react": "^18"
"react": "^18.2.0"
},
"peerDependencies": {
"rspress": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@modern-js/tsconfig": "2.48.3",
"@types/jest": "^26.0.9",
"@types/jest": "^26.0.24",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
10 changes: 5 additions & 5 deletions 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 All @@ -60,15 +60,15 @@
},
"devDependencies": {
"lodash-es": "^4.17.21",
"@types/interpret": "^1.1.1",
"@types/interpret": "^1.1.3",
"@types/jest": "~29.2.4",
"@types/lodash": "^4.14.197",
"@types/lodash-es": "^4.17.8",
"@types/lodash-es": "^4.17.12",
"@types/node": "~16.11.7",
"@types/react": "~18.0.26",
"@types/rechoir": "^0.6.1",
"@types/rechoir": "^0.6.4",
"rimraf": "~3.0.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "~5.0.4",
"medium-zoom": "1.0.8",
"@types/fs-extra": "11.0.4"
Expand Down
Loading

0 comments on commit ff72429

Please sign in to comment.