You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve @types/react-dom to 18.x for web-demo
The root resolutions block still pinned @types/react and
@types/react-dom to 17.x. Yarn deduped both the 17.x pin and
the new ^18.0.0 devDep from web-demo into a single lockfile
entry resolving to 17.0.16. npm then found 17.0.16 in the
tree while web-demo declared ^18.0.0, causing ERESOLVE on
the new npm-install-compatibility CI job.
Bumps the resolutions pins to ^18.0.0 and splits the yarn
lockfile entries so ^18.0.0 resolves to 18.3.7 / 18.3.28.
TICKET: VL-5111
0 commit comments