Skip to content

Commit 3993b18

Browse files
Bump react from 16.6.3 to 16.7.0
Bumps [react](https://github.com/facebook/react) from 16.6.3 to 16.7.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](facebook/react@v16.6.3...v16.7.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecc2b0f commit 3993b18

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"lint-staged": "^8.1.0",
108108
"mocha": "^5.0.1",
109109
"octicons": "^8.2.0",
110-
"react": "^16.6.3",
110+
"react": "^16.7.0",
111111
"react-dom": "^16.6.3",
112112
"react-test-renderer": "^16.6.3",
113113
"recompose": "^0.29.0",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9915,14 +9915,15 @@ [email protected]:
99159915
prop-types "^15.0.0"
99169916
react-is "^16.6.3"
99179917

9918-
react@^16.6.3:
9919-
version "16.6.3"
9920-
resolved "https://registry.yarnpkg.com/react/-/react-16.6.3.tgz#25d77c91911d6bbdd23db41e70fb094cc1e0871c"
9918+
react@^16.7.0:
9919+
version "16.7.0"
9920+
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381"
9921+
integrity sha512-StCz3QY8lxTb5cl2HJxjwLFOXPIFQp+p+hxQfc8WE0QiLfCtIlKj8/+5tjjKm8uSTlAW+fCPaavGFS06V9Ar3A==
99219922
dependencies:
99229923
loose-envify "^1.1.0"
99239924
object-assign "^4.1.1"
99249925
prop-types "^15.6.2"
9925-
scheduler "^0.11.2"
9926+
scheduler "^0.12.0"
99269927

99279928
read-chunk@^2.1.0:
99289929
version "2.1.0"
@@ -10627,6 +10628,14 @@ scheduler@^0.11.2:
1062710628
loose-envify "^1.1.0"
1062810629
object-assign "^4.1.1"
1062910630

10631+
scheduler@^0.12.0:
10632+
version "0.12.0"
10633+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b"
10634+
integrity sha512-t7MBR28Akcp4Jm+QoR63XgAi9YgCUmgvDHqf5otgAj4QvdoBE4ImCX0ffehefePPG+aitiYHp0g/mW6s4Tp+dw==
10635+
dependencies:
10636+
loose-envify "^1.1.0"
10637+
object-assign "^4.1.1"
10638+
1063010639
schema-utils@^1.0.0:
1063110640
version "1.0.0"
1063210641
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"

0 commit comments

Comments
 (0)