Skip to content

Commit

Permalink
fix(deps): update dependency prop-types to v15.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 5, 2022
1 parent 30194fb commit 2beb6da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/junipero-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@poool/junipero-hooks": "^2.0.0-rc.15",
"@poool/junipero-utils": "^2.0.0-rc.15",
"prop-types": "15.7.2"
"prop-types": "15.8.1"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/junipero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@poool/junipero-hooks": "^2.0.0-rc.15",
"@poool/junipero-utils": "^2.0.0-rc.15",
"core-js": "3.20.2",
"prop-types": "15.7.2"
"prop-types": "15.8.1"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17429,7 +17429,16 @@ prop-types-exact@^1.2.0:
object.assign "^4.1.0"
reflect.ownkeys "^0.2.0"

prop-types@15.7.2, prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
prop-types@15.8.1:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.13.1"

prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
Expand Down

0 comments on commit 2beb6da

Please sign in to comment.