Add missing peer dependencies required by react-ga in addons/google-analytics

https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0
This commit is contained in:
Gaëtan Maisse 2020-02-20 13:41:52 +01:00
parent f4fd55ff1b
commit f69396b3e3

View File

@ -28,7 +28,9 @@
"regenerator-runtime": "^0.13.3"
},
"peerDependencies": {
"react-dom": "*"
"react-dom": "*",
"react": "^15.6.2 || ^16.0",
"prop-types": "^15.6.0"
},
"publishConfig": {
"access": "public"