diff options
author | 2023-03-07 14:21:05 -0500 | |
---|---|---|
committer | 2023-03-07 14:21:20 -0500 | |
commit | 201420439f53e11e6f83ea538192e6594524fc59 (patch) | |
tree | 7f21c600cb256c97d135691655f23482a36cd3da | |
parent | 9ff167c01ffeaef9608a8da839dc2b2c4bf8510f (diff) | |
download | astro-201420439f53e11e6f83ea538192e6594524fc59.tar.gz astro-201420439f53e11e6f83ea538192e6594524fc59.tar.zst astro-201420439f53e11e6f83ea538192e6594524fc59.zip |
chore: bump markdoc package dependents
-rw-r--r-- | packages/astro/performance/fixtures/mdoc/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json index b49f4194a..576d0673b 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.1", "@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 c1c6ded05..b77c7380f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -328,7 +328,7 @@ importers: examples/with-markdoc: specifiers: - '@astrojs/markdoc': ^0.0.0 + '@astrojs/markdoc': ^0.0.1 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.0 + '@astrojs/markdoc': ^0.0.1 '@astrojs/react': ^2.0.2 '@performance/utils': ^0.0.0 '@types/react': ^18.0.21 |