diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index f1907004d..ccdb3e8f0 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.1.2", + "@astrojs/markdoc": "^0.2.0", "astro": "^2.4.1", "kleur": "^4.1.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e38d5fba4..d75e43cba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -409,8 +409,8 @@ importers: examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.1.2 - version: 0.1.2(astro@packages+astro) + specifier: ^0.2.0 + version: link:../../packages/integrations/markdoc astro: specifier: ^2.4.1 version: link:../../packages/astro @@ -5521,23 +5521,6 @@ packages: vscode-uri: 3.0.7 dev: false - /@astrojs/markdoc@0.1.2(astro@packages+astro): - resolution: {integrity: sha512-pOHMGQ/az9UOw+3X21cViPlZBwtxYXZpF8bv9pBQquVJGsfrBv4VZhdJkiXkwp2sq+SXa/Bxk02EXhevUVogCQ==} - engines: {node: '>=16.12.0'} - peerDependencies: - astro: '*' - dependencies: - '@markdoc/markdoc': 0.2.2 - astro: link:packages/astro - esbuild: 0.17.18 - gray-matter: 4.0.3 - kleur: 4.1.5 - zod: 3.20.6 - transitivePeerDependencies: - - '@types/react' - - react - dev: false - /@babel/code-frame@7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'}