ADD dependencies to fix linting errors

This commit is contained in:
Norbert de Langen 2018-12-19 16:01:59 +01:00
parent 48fe65d390
commit df58e7642a
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -87,7 +87,9 @@
"mock-fs": "^4.7.0"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0"
"babel-loader": "^7.0.0 || ^8.0.0",
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"publishConfig": {
"access": "public"