Commit 927acb5
committed
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-51111 parent a5b79d8 commit 927acb5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments