mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
prop-types added as a dependencie
This commit is contained in:
parent
912250336f
commit
529f0ac0ab
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue