fix: lock
This commit is contained in:
parent
7d69cbacff
commit
ceb33696b4
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.0.1",
|
"@astrojs/markdoc": "^0.0.0",
|
||||||
"astro": "^2.0.6"
|
"astro": "^2.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -313,7 +313,7 @@ importers:
|
||||||
|
|
||||||
examples/with-markdoc:
|
examples/with-markdoc:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdoc': ^0.0.1
|
'@astrojs/markdoc': ^0.0.0
|
||||||
astro: ^2.0.6
|
astro: ^2.0.6
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
||||||
|
|
Loading…
Reference in a new issue