Skip to content

Commit 82a2422

Browse files
chore(deps): update shiki monorepo to ^3.21.0 (#2994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 935bd88 commit 82a2422

File tree

7 files changed

+88
-58
lines changed

7 files changed

+88
-58
lines changed

e2e/fixtures/code-block-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rspress/core": "workspace:*"
1212
},
1313
"devDependencies": {
14-
"@shikijs/transformers": "^3.20.0",
14+
"@shikijs/transformers": "^3.21.0",
1515
"@types/node": "^22.8.1"
1616
}
1717
}

e2e/fixtures/code-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@rspress/core": "workspace:*",
12-
"@shikijs/transformers": "^3.20.0"
12+
"@shikijs/transformers": "^3.21.0"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^22.8.1"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@rsbuild/plugin-react": "~1.4.2",
7373
"@rspress/mdx-rs": "0.6.6",
7474
"@rspress/shared": "workspace:*",
75-
"@shikijs/rehype": "^3.20.0",
75+
"@shikijs/rehype": "^3.21.0",
7676
"@types/unist": "^3.0.3",
7777
"@unhead/react": "^2.1.2",
7878
"body-scroll-lock": "4.0.0-beta.0",
@@ -102,7 +102,7 @@
102102
"remark-mdx": "^3.1.1",
103103
"remark-stringify": "^11.0.0",
104104
"scroll-into-view-if-needed": "^3.1.0",
105-
"shiki": "^3.20.0",
105+
"shiki": "^3.21.0",
106106
"tinyglobby": "^0.2.15",
107107
"tinypool": "^1.1.1",
108108
"unified": "^11.0.5",

packages/plugin-twoslash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@floating-ui/dom": "^1.7.4",
33-
"@shikijs/twoslash": "^3.20.0",
33+
"@shikijs/twoslash": "^3.21.0",
3434
"mdast-util-from-markdown": "^2.0.2",
3535
"mdast-util-gfm": "^3.1.0",
3636
"mdast-util-to-hast": "^13.2.1",
@@ -41,7 +41,7 @@
4141
"@microsoft/api-extractor": "^7.55.2",
4242
"@rslib/core": "0.19.1",
4343
"@rspress/config": "workspace:*",
44-
"@shikijs/types": "^3.20.0",
44+
"@shikijs/types": "^3.21.0",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdast": "^4.0.4",
4747
"@types/react": "^19.2.8",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@rsbuild/core": "~1.7.2",
42-
"@shikijs/rehype": "^3.20.0",
42+
"@shikijs/rehype": "^3.21.0",
4343
"gray-matter": "4.0.3",
4444
"lodash-es": "^4.17.22",
4545
"unified": "^11.0.5"

pnpm-lock.yaml

Lines changed: 80 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rspress/plugin-sitemap": "workspace:*",
1818
"@rspress/plugin-twoslash": "workspace:*",
1919
"@rstack-dev/doc-ui": "^1.12.2",
20-
"@shikijs/transformers": "^3.20.0",
20+
"@shikijs/transformers": "^3.21.0",
2121
"@types/react": "^19.2.8",
2222
"react": "^19.2.3",
2323
"react-dom": "^19.2.3",

0 commit comments

Comments
 (0)