diff options
author | 2023-05-19 19:19:34 +0800 | |
---|---|---|
committer | 2023-05-19 19:19:34 +0800 | |
commit | 2b9a25beaf41cd3cceb763e736db8a70f7417de8 (patch) | |
tree | 37997483b765c70014aac22f5f4d07aae489a032 | |
parent | 530fb9ebee77646921ec29d45d9b66484bdfb521 (diff) | |
download | astro-2b9a25beaf41cd3cceb763e736db8a70f7417de8.tar.gz astro-2b9a25beaf41cd3cceb763e736db8a70f7417de8.tar.zst astro-2b9a25beaf41cd3cceb763e736db8a70f7417de8.zip |
Fix smoke test markdoc CI (#7131)
-rw-r--r-- | examples/with-markdoc/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 21 |
2 files changed, 3 insertions, 20 deletions
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'} |