docusaurus/admin/test-bad-package/package.json
Sébastien Lorber 419d559fa7
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22.4) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (#10391)
2024-08-12 17:19:36 +02:00

11 lines
180 B
JSON

{
"name": "test-bad-package",
"version": "3.5.1",
"private": true,
"dependencies": {
"react": "16.14.0",
"react-dom": "16.14.0",
"@mdx-js/react": "1.0.1"
}
}