Skip to content

Commit c7998db

Browse files
committedAug 31, 2024··
fix: @shikijs/twoslash version specifier, close #763
1 parent 5488d3c commit c7998db

File tree

5 files changed

+16
-241
lines changed

5 files changed

+16
-241
lines changed
 

‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@iconify-json/svg-spinners": "catalog:",
1515
"@shikijs/transformers": "workspace:*",
16-
"@shikijs/twoslash": "catalog:",
16+
"@shikijs/twoslash": "workspace:*",
1717
"@unocss/reset": "catalog:",
1818
"@vueuse/core": "catalog:",
1919
"floating-vue": "catalog:",

‎packages/twoslash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@iconify-json/carbon": "catalog:",
6363
"@iconify-json/codicon": "catalog:",
64-
"@shikijs/twoslash": "catalog:",
64+
"@shikijs/twoslash": "workspace:*",
6565
"hast-util-from-html": "catalog:",
6666
"typescript": "catalog:"
6767
}

‎packages/vitepress-twoslash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prepublishOnly": "nr build"
5454
},
5555
"dependencies": {
56-
"@shikijs/twoslash": "catalog:",
56+
"@shikijs/twoslash": "workspace:",
5757
"floating-vue": "catalog:",
5858
"mdast-util-from-markdown": "catalog:",
5959
"mdast-util-gfm": "catalog:",

‎pnpm-lock.yaml

+13-237
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pnpm-workspace.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ catalog:
1919
'@rollup/plugin-node-resolve': ^15.2.3
2020
'@rollup/plugin-replace': ^5.0.7
2121
'@rollup/plugin-terser': ^0.4.4
22-
'@shikijs/twoslash': ^3.1.2
2322
'@types/fs-extra': ^11.0.4
2423
'@types/hast': ^3.0.4
2524
'@types/markdown-it': ^14.1.2

0 commit comments

Comments
 (0)
Please sign in to comment.