Skip to content

Commit

Permalink
fix: Upgrade scheduler
Browse files Browse the repository at this point in the history
It seems that we have a dep to an old version of
scheduler that doesn't work very well with React Hook

see this issue: facebook/react#15647
  • Loading branch information
Crash-- committed Oct 25, 2019
1 parent 48d2429 commit 3ce7f57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"redux-mock-store": "1.5.3",
"redux-raven-middleware": "1.2.0",
"redux-thunk": "2.3.0",
"scheduler": "^0.17.0",
"url-polyfill": "1.1.7",
"webpack-node-externals": "1.7.2",
"whatwg-fetch": "3.0.0"
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10261,13 +10261,6 @@ minilog@3.1.0:
dependencies:
microee "0.0.6"

"minilog@git+https://github.com/cozy/minilog.git#master":
version "3.1.0"
uid f01f7d9dfe20981177dd34b9662c2f077d818f82
resolved "git+https://github.com/cozy/minilog.git#f01f7d9dfe20981177dd34b9662c2f077d818f82"
dependencies:
microee "0.0.6"

"minilog@https://github.com/cozy/minilog.git#master":
version "3.1.0"
resolved "https://github.com/cozy/minilog.git#f01f7d9dfe20981177dd34b9662c2f077d818f82"
Expand Down Expand Up @@ -14262,6 +14255,14 @@ scheduler@^0.16.2:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.17.0.tgz#7c9c673e4ec781fac853927916d1c426b6f3ddfe"
integrity sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

schema-utils@^0.4.0:
version "0.4.7"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
Expand Down

0 comments on commit 3ce7f57

Please sign in to comment.