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

@ -24,8 +24,10 @@
"tslib": "^2.3.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"react": "*",
"react-dom": "*"
"react-dom": "*",
"webpack": "^5.0.0"
},
"engines": {
"node": ">=14"