mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
dd0f1e1154
commit
9a0ac354ed
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -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
|
||||
|
@@ -16,6 +16,7 @@
|
||||
"@astrojs/starlight": "^0.35.1",
|
||||
"@iconify-json/fa": "^1.2.1",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"astro": "^5.1.2",
|
||||
"hast-util-from-html": "^2.0.3",
|
||||
"hast-util-to-html": "^9.0.5",
|
||||
@@ -28,7 +29,6 @@
|
||||
"unplugin-icons": "^22.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mdast": "^4.0.4",
|
||||
"remark-cli": "^12.0.1",
|
||||
"remark-frontmatter": "^5.0.0",
|
||||
"remark-lint-fenced-code-flag": "^4.2.0",
|
||||
|
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 425
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (342, 1) # bumped 2025-08-19 to add zstd
|
||||
PROVISION_VERSION = (343, 0) # bumped 2025-08-28 to move @types/mdast away from dev dependencies.
|
||||
|
Reference in New Issue
Block a user