Skip to content

Commit a9bb8cb

Browse files
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

File tree

docs-site/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4697,8 +4697,8 @@ __metadata:
46974697
date-fns: "npm:^4.1.0"
46984698
peerDependencies:
46994699
date-fns-tz: ^3.0.0
4700-
react: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
4701-
react-dom: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
4700+
react: ^17 || ^18 || ^19 || ^19.0.0-rc
4701+
react-dom: ^17 || ^18 || ^19 || ^19.0.0-rc
47024702
peerDependenciesMeta:
47034703
date-fns-tz:
47044704
optional: true

0 commit comments

Comments
 (0)