fix: downgrade md lib (#4508)

downgrade mdast-util-gfm-autolink-literal to 2.0.0 to avoid patch
missing
This commit is contained in:
a.e.
2025-04-11 13:31:30 +08:00
committed by GitHub
parent c9e12bb608
commit bc1ca66b66
4 changed files with 9 additions and 90 deletions

View File

@@ -32,6 +32,9 @@
"./**/**/*.{ts,tsx,scss}": "npm run format-code",
"./docSite/**/**/*.md": "npm run format-doc"
},
"resolutions": {
"mdast-util-gfm-autolink-literal": "2.0.0"
},
"engines": {
"node": ">=18.16.0",
"pnpm": ">=9.0.0"