prop-types added as a dependencie

This commit is contained in:
NikolaBorislavovHristov 2018-06-04 16:30:33 +03:00
parent 912250336f
commit 529f0ac0ab
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@
"build": "webpack --mode production"
},
"dependencies": {
"prop-types": "15.6.1",
"react": "16.4.0",
"react-dom": "16.4.0"
},
@ -24,4 +25,4 @@
"webpack-cli": "3.0.1",
"webpack-dev-server": "3.1.4"
}
}
}

View file

@ -3356,7 +3356,7 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"
prop-types@^15.6.0:
prop-types@15.6.1, prop-types@^15.6.0:
version "15.6.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
dependencies: