Commit 4b0ddeb
perlinson
Fix lerna bootstrap peer dependency conflicts
🔧 Fix lerna bootstrap issues:
- Add --legacy-peer-deps to npx lerna bootstrap commands
- Update both ci.yml and npm-publish.yml workflows
- Resolve ERESOLVE errors during package bootstrapping
📦 Dependencies conflict:
- connected-react-router@6.9.3 requires react@^16.4.0 || ^17.0.0
- modernx requires react@>=18
- Using --legacy-peer-deps to resolve conflicts1 parent 286ee49 commit 4b0ddeb
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments