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

@ -28,8 +28,10 @@
"@docusaurus/types": "2.0.0-beta.15"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"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"