Skip to content

Commit e60dd0d

Browse files
renovate-botacezard
authored andcommittedJun 3, 2022
fix(deps): update dependency @types/react-native to v0.67.7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎packages/cozy-device-helper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/cli": "7.16.8",
1414
"@babel/core": "7.16.12",
15-
"@types/react-native": "^0.67.5",
15+
"@types/react-native": "0.67.7",
1616
"babel-jest": "26.6.3",
1717
"babel-preset-cozy-app": "^2.0.2",
1818
"jest": "26.6.3"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5170,10 +5170,10 @@
51705170
dependencies:
51715171
"@types/react" "*"
51725172

5173-
"@types/react-native@^0.67.5":
5174-
version "0.67.5"
5175-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.67.5.tgz#cc80b3d50872980e925e83538f86ebd1517b0817"
5176-
integrity sha512-x/rAJSH4N/ZT4plkRHgWgEJ4Y2x8y+ssC5EwEgSEOZagS6lQcyjOsC7dID+xTwJke07fSYCl6DL833QbLOxWIg==
5173+
"@types/react-native@0.67.7":
5174+
version "0.67.7"
5175+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.67.7.tgz#903b7d56fb6a95ca0de897f2925c04ee0d4adee3"
5176+
integrity sha512-G7vi9vE226diNNXVNbIa8HH/wPxMWHTHkn9iQtQSezaWzO5WNsKZZW2/TOzCehtBDVx4MZieTs6GsdtpBBttMA==
51775177
dependencies:
51785178
"@types/react" "*"
51795179

0 commit comments

Comments
 (0)
Please sign in to comment.