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
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.