Skip to content

Commit

Permalink
fix(deps): update dependency prop-types to v15.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 13, 2019
1 parent a3fecf8 commit a3a3f02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gatsby-transformer-remark": "2.2.5",
"node-sass": "4.11.0",
"prismjs": "1.15.0",
"prop-types": "15.7.1",
"prop-types": "15.7.2",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-helmet": "5.2.0",
Expand Down
9 changes: 5 additions & 4 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10880,11 +10880,12 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"

[email protected].1:
version "15.7.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.1.tgz#2fa61e0a699d428b40320127733ee2931f05d9d1"
integrity sha512-f8Lku2z9kERjOCcnDOPm68EBJAO2K00Q5mSgPAUE/gJuBgsYLbVy6owSrtcHj90zt8PvW+z0qaIIgsIhHOa1Qw==
[email protected].2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.8.1"

Expand Down

0 comments on commit a3a3f02

Please sign in to comment.