chore: remove unused fixture dep
This commit is contained in:
parent
ea58fdb926
commit
9d41ea3af3
2 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "workspace:*",
|
"astro": "workspace:*"
|
||||||
"@astrojs/mdx": "workspace:*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1716,10 +1716,8 @@ importers:
|
||||||
|
|
||||||
packages/astro/test/fixtures/content-collections-with-config-mjs:
|
packages/astro/test/fixtures/content-collections-with-config-mjs:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/mdx': workspace:*
|
|
||||||
astro: workspace:*
|
astro: workspace:*
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/mdx': link:../../../../integrations/mdx
|
|
||||||
astro: link:../../..
|
astro: link:../../..
|
||||||
|
|
||||||
packages/astro/test/fixtures/content-ssr-integration:
|
packages/astro/test/fixtures/content-ssr-integration:
|
||||||
|
|
Loading…
Reference in a new issue