We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@shikijs/types
1 parent ba9172d commit 5bce659Copy full SHA for 5bce659
docs/blog/v3.md
@@ -73,6 +73,7 @@ If you are using Shiki indirectly via other packages, like [`vitepress`](https:/
73
"resolutions": {
74
"shiki": "^2",
75
"@shikijs/core": "^2",
76
+ "@shikijs/types": "^2",
77
"@shikijs/transformers": "^2",
78
"@shikijs/markdown-it": "^2",
79
"@shikijs/rehype": "^2"
@@ -87,6 +88,7 @@ Then run the tool to see if it emits any warnings. If they do, please report it
87
88
89
"shiki": "^3",
90
"@shikijs/core": "^3",
91
+ "@shikijs/types": "^3",
92
"@shikijs/transformers": "^3",
93
"@shikijs/markdown-it": "^3",
94
"@shikijs/rehype": "^3"
0 commit comments