Skip to content

Commit

Permalink
chore(deps): update dependency @rslib/core to v0.2.2 (#1722)
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 Dec 30, 2024
1 parent 8be8ded commit 5e27a55
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 62 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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.48.1",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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 @@ -25,7 +25,7 @@
},
"dependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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 @@ -31,7 +31,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.2",
"@types/mdast": "^4.0.4",
"@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 @@ -26,7 +26,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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 @@ -29,7 +29,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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 @@ -43,7 +43,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.2",
"@types/mdast": "^4.0.4",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
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 @@ -26,7 +26,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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 @@ -26,7 +26,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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 @@ -26,7 +26,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.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 @@ -25,7 +25,7 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@modern-js/tsconfig": "2.63.3",
"@rslib/core": "0.1.5",
"@rslib/core": "0.2.2",
"@types/node": "^18.11.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
106 changes: 55 additions & 51 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 5e27a55

Please sign in to comment.