use remark-tabbed v0.1.0 rather than git dependency (#5374)

* use remark-tabbed v0.1.0 rather than git dependency

* add lock
pull/5375/head
Wenzhuo Liu 2024-01-24 19:30:07 +08:00 committed by GitHub
parent c48c643b70
commit f2be02e320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

2
package.json vendored
View File

@ -54,7 +54,7 @@
"remark-parse": "^10.0.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-stringify": "^10.0.2",
"remark-tabbed": "OI-wiki/remark-tabbed#pre-release",
"remark-tabbed": "^0.1.0",
"ts-node": "^10.8.2",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",

View File

@ -3197,11 +3197,11 @@ remark-stringify@^10.0.0, remark-stringify@^10.0.2:
mdast-util-to-markdown "^1.0.0"
unified "^10.0.0"
remark-tabbed@OI-wiki/remark-tabbed#pre-release:
version "0.0.0"
resolved "https://codeload.github.com/OI-wiki/remark-tabbed/tar.gz/2a648b04d9bda0eb6bbcaa921a796493846e390e"
remark-tabbed@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/remark-tabbed/-/remark-tabbed-0.1.0.tgz#974639fb0b94be5d3cffa09ed6a4014fec8dcc49"
integrity sha512-VPjswnrZSd8xj1aWQgJjAfp9hPO6mLtlS0J3i7iC98i3h5aFTQ3IEEshA+ckSn6fPkia5+Y8GJIdizlQgu1pSg==
dependencies:
hast "^1.0.0"
hastscript "^7.0.2"
mdast-util-from-markdown "^1.0.2"
mdast-util-to-markdown "^1.0.0"