Skip to content

Commit 67b395c

Browse files
chore(deps-dev): bump @types/react from 16.9.17 to 17.0.0 (#156)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 6a46f9d commit 67b395c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@expo/webpack-config": "^0.12.22",
3131
"@react-native-community/eslint-config": "^2.0.0",
3232
"@semantic-release/git": "^8.0.0",
33-
"@types/react": "^16.9.17",
33+
"@types/react": "^17.0.0",
3434
"@types/react-native": "^0.62.1",
3535
"babel-eslint": "^10.1.0",
3636
"babel-jest": "^26.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,13 +2427,13 @@
24272427
dependencies:
24282428
"@types/react" "*"
24292429

2430-
"@types/react@*", "@types/react@^16.9.17":
2431-
version "16.9.17"
2432-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
2433-
integrity sha512-UP27In4fp4sWF5JgyV6pwVPAQM83Fj76JOcg02X5BZcpSu5Wx+fP9RMqc2v0ssBoQIFvD5JdKY41gjJJKmw6Bg==
2430+
"@types/react@*", "@types/react@^17.0.0":
2431+
version "17.0.0"
2432+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
2433+
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
24342434
dependencies:
24352435
"@types/prop-types" "*"
2436-
csstype "^2.2.0"
2436+
csstype "^3.0.2"
24372437

24382438
"@types/retry@^0.12.0":
24392439
version "0.12.0"
@@ -4981,10 +4981,10 @@ cssstyle@^2.2.0:
49814981
dependencies:
49824982
cssom "~0.3.6"
49834983

4984-
csstype@^2.2.0:
4985-
version "2.6.8"
4986-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.8.tgz#0fb6fc2417ffd2816a418c9336da74d7f07db431"
4987-
integrity sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA==
4984+
csstype@^3.0.2:
4985+
version "3.0.6"
4986+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.6.tgz#865d0b5833d7d8d40f4e5b8a6d76aea3de4725ef"
4987+
integrity sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==
49884988

49894989
currently-unhandled@^0.4.1:
49904990
version "0.4.1"

0 commit comments

Comments
 (0)