summaryrefslogtreecommitdiff
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
parenta82157b3177a9364ba671fd7e554952ce1f863d5 (diff)
downloadastro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.tar.gz
astro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.tar.zst
astro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.zip
Fix markdoc version (#6450)
-rw-r--r--packages/astro/performance/fixtures/mdoc/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--pnpm-lock.yaml4
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json
index 576d0673b..b49f4194a 100644
--- a/packages/astro/performance/fixtures/mdoc/package.json
+++ b/packages/astro/performance/fixtures/mdoc/package.json
@@ -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",
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index bccfb530f..d41ca0ef1 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -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",
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