Files
vercel__next.js/test/e2e/multi-zone/app/package.json
Ethan Arrowood 64878739c5 Fix multi-zone test by removing dependency list (#65589)
This test was failing with my changes in
https://github.com/vercel/next.js/pull/64932 because it was using the
new Next.js changes, but not the corresponding react-dom changes.

An alternative solution would be to update the react-dom versions to
match those in the rest of the project (19 beta), but I think this is
better overall.

After removing the dependencies, this test works in my branch.
2024-05-10 08:34:21 -06:00

6 lines
68 B
JSON

{
"name": "with-zones",
"version": "1.0.0",
"private": true
}