summaryrefslogtreecommitdiff
path: root/pnpm-lock.yaml
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-03-07 14:38:23 -0500
committerGravatar GitHub <noreply@github.com> 2023-03-07 14:38:23 -0500
commit1e6559ab701b5df3d97d010ac39aff9928f8a0d6 (patch)
treebec9da8085685a6912ae99766a7b90c2380fced1 /pnpm-lock.yaml
parenta82157b3177a9364ba671fd7e554952ce1f863d5 (diff)
downloadastro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.tar.gz
astro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.tar.zst
astro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.zip
Fix markdoc version (#6450)
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r--pnpm-lock.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b77c7380f..592d9616a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -328,7 +328,7 @@ importers:
examples/with-markdoc:
specifiers:
- '@astrojs/markdoc': ^0.0.1
+ '@astrojs/markdoc': ^0.0.0-markdoc-20230214163516
astro: ^2.0.6
dependencies:
'@astrojs/markdoc': link:../../packages/integrations/markdoc
@@ -1189,7 +1189,7 @@ importers:
packages/astro/performance/fixtures/mdoc:
specifiers:
- '@astrojs/markdoc': ^0.0.1
+ '@astrojs/markdoc': ^0.0.0
'@astrojs/react': ^2.0.2
'@performance/utils': ^0.0.0
'@types/react': ^18.0.21