Commit a9bb8cb
committed
fix: sync docs-site/yarn.lock with narrowed react/react-dom peerDependencies
The docs-site lockfile (separate from the root yarn.lock) still cached
the old '^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc' peerDependencies
range for the portal:../ react-datepicker package after 7812b53
narrowed it in root package.json. CI's 'yarn --cwd docs-site install'
runs in hardened mode on public PRs and refuses to auto-fix a stale
lockfile, causing the Install docs dependencies job to fail.1 parent 7812b53 commit a9bb8cb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4697 | 4697 | | |
4698 | 4698 | | |
4699 | 4699 | | |
4700 | | - | |
4701 | | - | |
| 4700 | + | |
| 4701 | + | |
4702 | 4702 | | |
4703 | 4703 | | |
4704 | 4704 | | |
| |||
0 commit comments