24d2f7a6e6
* fix(#4209): handle namespaced JSX and MDX * chore: add changeset * chore: update lockfile * fix: throw error when componentExport is unresolved * chore: bump compiler * chore: bump compiler * chore: revert example changes Co-authored-by: Nate Moore <nate@astro.build>
8 lines
160 B
JSON
8 lines
160 B
JSON
{
|
|
"name": "@test/mdx-namespace",
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/mdx": "workspace:*",
|
|
"@astrojs/react": "workspace:*"
|
|
}
|
|
}
|