astro/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json
Nate Moore cf2bba1e4a
P5: fix MDX memory leak (#4939)
* fix(astro): tag jsx vnodes with renderer so errors are properly handled

* chore: fix missing package in test

Co-authored-by: Nate Moore <nate@astro.build>
2022-09-30 17:13:44 -05:00

10 lines
210 B
JSON

{
"name": "@test/mdx-infinite-loop",
"type": "module",
"dependencies": {
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"preact": "^10.7.3",
"astro": "workspace:*"
}
}