Skip to content

Commit b654466

Browse files
Update dependency prop-types to v15.8.1 (#131)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2be1f76 commit b654466

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"jest": "27.4.7",
5757
"next": "12.0.9",
5858
"prettier": "2.5.1",
59-
"prop-types": "15.7.2",
59+
"prop-types": "15.8.1",
6060
"react": "17.0.2",
6161
"react-dom": "17.0.2",
6262
"react-live": "2.3.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4198,7 +4198,16 @@ prop-types-exact@^1.2.0:
41984198
object.assign "^4.1.0"
41994199
reflect.ownkeys "^0.2.0"
42004200

4201-
[email protected], prop-types@^15.6.2, prop-types@^15.7.2:
4201+
4202+
version "15.8.1"
4203+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
4204+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
4205+
dependencies:
4206+
loose-envify "^1.4.0"
4207+
object-assign "^4.1.1"
4208+
react-is "^16.13.1"
4209+
4210+
prop-types@^15.6.2, prop-types@^15.7.2:
42024211
version "15.7.2"
42034212
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz"
42044213
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==

0 commit comments

Comments
 (0)