Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Fixed package.json bug with peer dep versions that surfaced on npm v7

Choose a tag to compare

@arzga arzga released this 10 Aug 07:08
· 14 commits to main since this release

Fixed package.json bug with peer dep versions that surfaced on npm v7. The caret (^0.0.20) wildcard did not match later patch versions of react-client like 0.0.21, which caused npm 7 to nag as it now installs the peer deps by default.