Fix smoke test markdoc CI (#7131)

This commit is contained in:
Bjorn Lu 2023-05-19 19:19:34 +08:00 committed by GitHub
parent 530fb9ebee
commit 2b9a25beaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 20 deletions

View file

@ -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"
}

View file

@ -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'}