move type-link processing to build stage
This commit is contained in:
parent
ab2a9ca7ed
commit
6d353e0c6b
15 changed files with 161 additions and 300 deletions
17
yarn.lock
17
yarn.lock
|
@ -138,7 +138,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@astrojs/markdown-remark@npm:5.2.0":
|
||||
"@astrojs/markdown-remark@npm:5.2.0, @astrojs/markdown-remark@npm:^5.1.0":
|
||||
version: 5.2.0
|
||||
resolution: "@astrojs/markdown-remark@npm:5.2.0"
|
||||
dependencies:
|
||||
|
@ -4081,7 +4081,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"hast-util-from-html@npm:^2.0.0, hast-util-from-html@npm:^2.0.1":
|
||||
"hast-util-from-html@npm:^2.0.0, hast-util-from-html@npm:^2.0.1, hast-util-from-html@npm:^2.0.3":
|
||||
version: 2.0.3
|
||||
resolution: "hast-util-from-html@npm:2.0.3"
|
||||
dependencies:
|
||||
|
@ -6302,6 +6302,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@ark-ui/solid": "npm:^3.5.0"
|
||||
"@astrojs/check": "npm:^0.9.3"
|
||||
"@astrojs/markdown-remark": "npm:^5.1.0"
|
||||
"@astrojs/mdx": "npm:^3.1.7"
|
||||
"@astrojs/solid-js": "npm:^4.4.2"
|
||||
"@astrojs/ts-plugin": "npm:^1.10.2"
|
||||
|
@ -6311,17 +6312,15 @@ __metadata:
|
|||
"@types/node": "npm:^20.14.11"
|
||||
astro: "npm:^4.15.9"
|
||||
astro-breadcrumbs: "npm:^2.3.1"
|
||||
hast-util-from-html: "npm:^2.0.3"
|
||||
node: "npm:22.7.0"
|
||||
pagefind: "npm:^1.1.1"
|
||||
rehype-stringify: "npm:^10.0.1"
|
||||
remark-github-blockquote-alert: "npm:^1.2.1"
|
||||
remark-parse: "npm:^11.0.0"
|
||||
remark-rehype: "npm:^11.1.1"
|
||||
shiki: "npm:^1.11.0"
|
||||
solid-devtools: "npm:^0.30.1"
|
||||
solid-js: "npm:^1.8.18"
|
||||
typescript: "npm:^5.5.3"
|
||||
unified: "npm:^11.0.5"
|
||||
unist-util-visit: "npm:^5.0.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -6382,7 +6381,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rehype-stringify@npm:^10.0.0, rehype-stringify@npm:^10.0.1":
|
||||
"rehype-stringify@npm:^10.0.0":
|
||||
version: 10.0.1
|
||||
resolution: "rehype-stringify@npm:10.0.1"
|
||||
dependencies:
|
||||
|
@ -6473,7 +6472,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"remark-rehype@npm:^11.0.0, remark-rehype@npm:^11.1.0, remark-rehype@npm:^11.1.1":
|
||||
"remark-rehype@npm:^11.0.0, remark-rehype@npm:^11.1.0":
|
||||
version: 11.1.1
|
||||
resolution: "remark-rehype@npm:11.1.1"
|
||||
dependencies:
|
||||
|
@ -6830,7 +6829,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"shiki@npm:^1.10.3, shiki@npm:^1.11.0, shiki@npm:^1.16.2":
|
||||
"shiki@npm:^1.10.3, shiki@npm:^1.16.2":
|
||||
version: 1.20.0
|
||||
resolution: "shiki@npm:1.20.0"
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue