Skip to content

Commit b2f4f8a

Browse files
author
Markus Günther
committed
Upgrade: Updates react types to 16.8.1
1 parent b96dba5 commit b2f4f8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@semantic-release/changelog": "^3.0.2",
3333
"@semantic-release/git": "^7.0.7",
3434
"@semantic-release/release-notes-generator": "^7.1.4",
35-
"@types/react": "^16.7.18",
35+
"@types/react": "^16.8.1",
3636
"babel-cli": "^6.26.0",
3737
"babel-core": "^6.26.3",
3838
"babel-eslint": "^10.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -778,10 +778,10 @@
778778
version "15.5.6"
779779
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.6.tgz#9c03d3fed70a8d517c191b7734da2879b50ca26c"
780780

781-
"@types/react@^16.7.18":
782-
version "16.7.18"
783-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.18.tgz#f4ce0d539a893dd61e36cd11ae3a5e54f5a48337"
784-
integrity sha512-Tx4uu3ppK53/iHk6VpamMP3f3ahfDLEVt3ZQc8TFm30a1H3v9lMsCntBREswZIW/SKrvJjkb3Hq8UwO6GREBng==
781+
"@types/react@^16.8.1":
782+
version "16.8.1"
783+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.1.tgz#b431b104ecc6febda170b718caa9f50be66a6750"
784+
integrity sha512-tD1ETKJcuhANOejRc/p7OgQ16DKnbGi0M3LccelKlPnUCDp2a5koVxZFoRN9HN+A+m84HB5VGN7I+r3nNhS3PA==
785785
dependencies:
786786
"@types/prop-types" "*"
787787
csstype "^2.2.0"

0 commit comments

Comments
 (0)