fix(v2): add missing peer dep (#4424)

This commit is contained in:
Simen Bekkhus 2021-03-15 16:52:09 +01:00 committed by GitHub
parent ae1547c5c8
commit 9a33802970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@
"workbox-window": "^6.1.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
}