Fix markdoc version (#6450)

This commit is contained in:
Matthew Phillips 2023-03-07 14:38:23 -05:00 committed by GitHub
parent a82157b317
commit 1e6559ab70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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