fix: updating peerDependency fields for yarn berry (#6498)

This commit is contained in:
Matthew Ailes 2022-01-28 21:29:03 -05:00 committed by GitHub
parent f5f598a921
commit d45f96fc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 32 additions and 9 deletions

View file

@ -39,6 +39,7 @@
"escape-string-regexp": "^4.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
},