Skip to content

Commit

Permalink
chore(deps): update dependency @rslib/core to v0.3.2 (#1755)
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] authored Jan 20, 2025
1 parent 1d4add9 commit c36716a
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/jest": "~29.5.14",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/node": "^18.11.17",
"typescript": "^5.5.3"
},
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 @@ -27,7 +27,7 @@
},
"dependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@rspress/core": "workspace:*",
"@rspress/plugin-api-docgen": "workspace:*",
"@rspress/plugin-preview": "workspace:*",
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
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 @@ -35,7 +35,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-container-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/mdast": "^3.0.15",
"mdast-util-mdx-jsx": "^2.1.4",
"rehype-stringify": "^9.0.4",
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 @@ -35,7 +35,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
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 @@ -35,7 +35,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/hast": "3.0.4",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
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 @@ -36,7 +36,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@modern-js/tsconfig": "2.63.6",
"@rslib/core": "0.2.2",
"@rslib/core": "0.3.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
84 changes: 46 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c36716a

Please sign in to comment.