Fix markdoc version (#6450)
This commit is contained in:
parent
a82157b317
commit
1e6559ab70
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
"author": "",
|
||||
"license": "unlicensed",
|
||||
"dependencies": {
|
||||
"@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",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/markdoc",
|
||||
"description": "Use Markdoc within Astro",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue