Fix smoke test markdoc CI (#7131)
This commit is contained in:
parent
530fb9ebee
commit
2b9a25beaf
2 changed files with 3 additions and 20 deletions
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdoc": "^0.1.2",
|
"@astrojs/markdoc": "^0.2.0",
|
||||||
"astro": "^2.4.1",
|
"astro": "^2.4.1",
|
||||||
"kleur": "^4.1.5"
|
"kleur": "^4.1.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -409,8 +409,8 @@ importers:
|
||||||
examples/with-markdoc:
|
examples/with-markdoc:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/markdoc':
|
'@astrojs/markdoc':
|
||||||
specifier: ^0.1.2
|
specifier: ^0.2.0
|
||||||
version: 0.1.2(astro@packages+astro)
|
version: link:../../packages/integrations/markdoc
|
||||||
astro:
|
astro:
|
||||||
specifier: ^2.4.1
|
specifier: ^2.4.1
|
||||||
version: link:../../packages/astro
|
version: link:../../packages/astro
|
||||||
|
@ -5521,23 +5521,6 @@ packages:
|
||||||
vscode-uri: 3.0.7
|
vscode-uri: 3.0.7
|
||||||
dev: false
|
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:
|
/@babel/code-frame@7.21.4:
|
||||||
resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==}
|
resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
Loading…
Reference in a new issue