Skip to content

Commit abdaeb8

Browse files
committed
fix(deps): update dependency react-native to v0.59.10
1 parent beb2fc7 commit abdaeb8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-apollo": "2.5.5",
4141
"react-app-polyfill": "0.2.2",
4242
"react-dom": "16.8.6",
43-
"react-native": "0.59.4",
43+
"react-native": "0.59.10",
4444
"react-native-vector-icons": "6.4.2"
4545
},
4646
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"@types/mkdirp": "0.5.2",
5757
"@types/node": "11.13.4",
5858
"@types/react": "16.8.13",
59-
"@types/react-native": "0.57.45",
59+
"@types/react-native": "0.57.65",
6060
"@types/react-native-vector-icons": "6.4.0",
6161
"@types/react-test-renderer": "16.8.1",
6262
"babel-plugin-react-native-web": "0.11.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,10 +1334,10 @@
13341334
"@types/prop-types" "*"
13351335
"@types/react" "*"
13361336

1337-
"@types/[email protected].45":
1338-
version "0.57.45"
1339-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.45.tgz#bc341b2fbe879aec6d52f799f7342f674e045c4f"
1340-
integrity sha512-XHo3buFjgCs5WmycCBoc71QAa+mayQgDf+igRKgt3rle8rxW/fKtQny6quSabR+YcT55PsOE2qBQ4S5ra9ds2g==
1337+
"@types/[email protected].65":
1338+
version "0.57.65"
1339+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.65.tgz#9da4773aaa95924bce42a54a5c19cfd8ffd5022b"
1340+
integrity sha512-7P5ulTb+/cnwbABWaAjzKmSYkRWeK7UCTfUwHhDpnwxdiL2X/KbdN1sPgo0B2E4zxfYE3MEoHv7FhB8Acfvf8A==
13411341
dependencies:
13421342
"@types/prop-types" "*"
13431343
"@types/react" "*"
@@ -10588,10 +10588,10 @@ [email protected], react-native-web@^0.11.2:
1058810588
prop-types "^15.6.0"
1058910589
react-timer-mixin "^0.13.4"
1059010590

10591-
10592-
version "0.59.4"
10593-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.4.tgz#c0725e2e8efdea135533794ce95fea2289fe619a"
10594-
integrity sha512-etnXQp9IZgC8Vj5gsxZEDP4xRjJVNIj5/BSE1WcNAONG6tu6+mDBntx1jxHInwh61WYNgoQJuQGsbN5Na59ZDw==
10591+
10592+
version "0.59.10"
10593+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.10.tgz#352f381e382f93a0403be499c9e384bf51c2591c"
10594+
integrity sha512-guB9YW+pBqS1dnfZ4ntzjINopiCUAbdmshU2wMWD1W32fRczLAopi/7Q2iHKP8LTCdxuYZV3fa9Mew5PSuANAw==
1059510595
dependencies:
1059610596
"@babel/runtime" "^7.0.0"
1059710597
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)