Skip to content

Commit 120bb2c

Browse files
committed
fix(deps): update react monorepo to v16.10.1
1 parent d23f92e commit 120bb2c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"next": "9.0.6-canary.1",
2626
"postcss": "7.0.18",
2727
"ramda": "0.26.1",
28-
"react": "16.9.0",
29-
"react-dom": "16.9.0",
28+
"react": "16.10.1",
29+
"react-dom": "16.10.1",
3030
"react-dropzone": "10.1.8",
3131
"round-to": "4.0.0"
3232
},

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8357,15 +8357,15 @@ react-dom@15.5.4:
83578357
object-assign "^4.1.0"
83588358
prop-types "~15.5.7"
83598359

8360-
react-dom@16.9.0:
8361-
version "16.9.0"
8362-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
8363-
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
8360+
react-dom@16.10.1:
8361+
version "16.10.1"
8362+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.1.tgz#479a6511ba34a429273c213cbc2a9ac4d296dac1"
8363+
integrity sha512-SmM4ZW0uug0rn95U8uqr52I7UdNf6wdGLeXDmNLfg3y5q5H9eAbdjF5ubQc3bjDyRrvdAB2IKG7X0GzSpnn5Mg==
83648364
dependencies:
83658365
loose-envify "^1.1.0"
83668366
object-assign "^4.1.1"
83678367
prop-types "^15.6.2"
8368-
scheduler "^0.15.0"
8368+
scheduler "^0.16.1"
83698369

83708370
react-dropzone@10.1.8:
83718371
version "10.1.8"
@@ -8411,10 +8411,10 @@ react@15.5.4:
84118411
object-assign "^4.1.0"
84128412
prop-types "^15.5.7"
84138413

8414-
react@16.9.0:
8415-
version "16.9.0"
8416-
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
8417-
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
8414+
react@16.10.1:
8415+
version "16.10.1"
8416+
resolved "https://registry.yarnpkg.com/react/-/react-16.10.1.tgz#967c1e71a2767dfa699e6ba702a00483e3b0573f"
8417+
integrity sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA==
84188418
dependencies:
84198419
loose-envify "^1.1.0"
84208420
object-assign "^4.1.1"
@@ -8948,10 +8948,10 @@ saxes@^3.1.9:
89488948
dependencies:
89498949
xmlchars "^2.1.1"
89508950

8951-
scheduler@^0.15.0:
8952-
version "0.15.0"
8953-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
8954-
integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
8951+
scheduler@^0.16.1:
8952+
version "0.16.1"
8953+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.16.1.tgz#a6fb6ddec12dc2119176e6eb54ecfe69a9eba8df"
8954+
integrity sha512-MIuie7SgsqMYOdCXVFZa8SKoNorJZUWHW8dPgto7uEHn1lX3fg2Gu0TzgK8USj76uxV7vB5eRMnZs/cdEHg+cg==
89558955
dependencies:
89568956
loose-envify "^1.1.0"
89578957
object-assign "^4.1.1"

0 commit comments

Comments
 (0)