starlight_help: Move @types/mdast away from dev dependencies.

@types/mdast was in dev dependencies while it shouldn't have been, we
move that away from dev dependencies and bump the version. We need the
package when running the astro build step.
This commit is contained in:
Shubham Padia
2025-08-28 06:04:11 +00:00
committed by Tim Abbott
parent dd0f1e1154
commit 9a0ac354ed
3 changed files with 5 additions and 5 deletions

6
pnpm-lock.yaml generated
View File

@@ -533,6 +533,9 @@ importers:
'@types/hast':
specifier: ^3.0.4
version: 3.0.4
'@types/mdast':
specifier: ^4.0.4
version: 4.0.4
astro:
specifier: ^5.1.2
version: 5.13.0(@types/node@22.17.1)(encoding@0.1.13)(jiti@1.21.7)(rollup@4.46.2)(terser@5.43.1)(typescript@5.9.2)(yaml@2.8.1)
@@ -564,9 +567,6 @@ importers:
specifier: ^22.1.0
version: 22.2.0
devDependencies:
'@types/mdast':
specifier: ^4.0.4
version: 4.0.4
remark-cli:
specifier: ^12.0.1
version: 12.0.1