Skip to content

Commit 97773db

Browse files
committed
Update react monorepo to v16.9.0
1 parent 37d83a4 commit 97773db

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"expo": "^33.0.0",
1212
"expo-image-picker": "~5.0.2",
1313
"expo-linear-gradient": "~5.0.1",
14-
"react": "16.8.3",
15-
"react-dom": "^16.8.6",
14+
"react": "16.9.0",
15+
"react-dom": "16.9.0",
1616
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
1717
"react-native-web": "^0.11.4",
1818
"react-navigation": "^3.11.0"

yarn.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4433,15 +4433,15 @@ react-devtools-core@^3.6.0:
44334433
shell-quote "^1.6.1"
44344434
ws "^3.3.1"
44354435

4436-
react-dom@^16.8.6:
4437-
version "16.8.6"
4438-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
4439-
integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
4436+
react-dom@16.9.0:
4437+
version "16.9.0"
4438+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
4439+
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
44404440
dependencies:
44414441
loose-envify "^1.1.0"
44424442
object-assign "^4.1.1"
44434443
prop-types "^15.6.2"
4444-
scheduler "^0.13.6"
4444+
scheduler "^0.15.0"
44454445

44464446
react-google-maps@^9.4.5:
44474447
version "9.4.5"
@@ -4663,15 +4663,14 @@ react-transform-hmr@^1.0.4:
46634663
global "^4.3.0"
46644664
react-proxy "^1.1.7"
46654665

4666-
react@16.8.3:
4667-
version "16.8.3"
4668-
resolved "https://registry.yarnpkg.com/react/-/react-16.8.3.tgz#c6f988a2ce895375de216edcfaedd6b9a76451d9"
4669-
integrity sha512-3UoSIsEq8yTJuSu0luO1QQWYbgGEILm+eJl2QN/VLDi7hL+EN18M3q3oVZwmVzzBJ3DkM7RMdRwBmZZ+b4IzSA==
4666+
react@16.9.0:
4667+
version "16.9.0"
4668+
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
4669+
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
46704670
dependencies:
46714671
loose-envify "^1.1.0"
46724672
object-assign "^4.1.1"
46734673
prop-types "^15.6.2"
4674-
scheduler "^0.13.3"
46754674

46764675
read-pkg-up@^2.0.0:
46774676
version "2.0.0"
@@ -4936,10 +4935,10 @@ sax@~1.1.1:
49364935
resolved "https://registry.yarnpkg.com/sax/-/sax-1.1.6.tgz#5d616be8a5e607d54e114afae55b7eaf2fcc3240"
49374936
integrity sha1-XWFr6KXmB9VOEUr65Vt+ry/MMkA=
49384937

4939-
scheduler@^0.13.3, scheduler@^0.13.6:
4940-
version "0.13.6"
4941-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
4942-
integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==
4938+
scheduler@^0.15.0:
4939+
version "0.15.0"
4940+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
4941+
integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
49434942
dependencies:
49444943
loose-envify "^1.1.0"
49454944
object-assign "^4.1.1"

0 commit comments

Comments
 (0)