diff options
author | 2023-03-07 14:42:00 -0500 | |
---|---|---|
committer | 2023-03-07 14:42:00 -0500 | |
commit | 5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752 (patch) | |
tree | 17207e4497519814e00b7325a06eef28b6b56c4f | |
parent | 1e6559ab701b5df3d97d010ac39aff9928f8a0d6 (diff) | |
download | astro-5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752.tar.gz astro-5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752.tar.zst astro-5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752.zip |
Set performance package markdoc version
-rw-r--r-- | packages/astro/performance/fixtures/mdoc/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json index b49f4194a..05f9053be 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.0", + "@astrojs/markdoc": "^0.0.0-markdoc-20230302210326", "@astrojs/react": "^2.0.2", "@performance/utils": "^0.0.0", "@types/react": "^18.0.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 592d9616a..e53efa390 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1189,7 +1189,7 @@ importers: packages/astro/performance/fixtures/mdoc: specifiers: - '@astrojs/markdoc': ^0.0.0 + '@astrojs/markdoc': ^0.0.0-markdoc-20230302210326 '@astrojs/react': ^2.0.2 '@performance/utils': ^0.0.0 '@types/react': ^18.0.21 |