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

@ -44,8 +44,11 @@
"fs-extra": "^10.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"prism-react-renderer": "^1.2.1",
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
"react-dom": "^16.8.4 || ^17.0.0",
"webpack": "^5.0.0"
},
"engines": {
"node": ">=14"