-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX release] Update backburner.js to 2.4.0.
* Fixes an issue that occurs when things like `lolex` / `sinon.useFakeTimers()` / etc. * Add new `getDebugInfo` API to expose timers, counters, scheduled tasks, etc. (cherry picked from commit e98853b)
- Loading branch information
1 parent
9956c06
commit faa9b05
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1169,10 +1169,10 @@ backbone@^1.1.2: | |
dependencies: | ||
underscore ">=1.8.3" | ||
|
||
backburner.js@^2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/backburner.js/-/backburner.js-2.3.0.tgz#074c1c277c5c6f1c7c0087e3b617f92129eef562" | ||
integrity sha512-9WfbgbedI3HHQEaPA6fwy/9YFvCwtRKW95pzirfrMJ4WtIdHQmerGAmHgUzQGRdnVKorIun1aIoL3JxzNV6GgQ== | ||
backburner.js@^2.4.0: | ||
version "2.4.0" | ||
resolved "https://registry.yarnpkg.com/backburner.js/-/backburner.js-2.4.0.tgz#77252984c5ac0139103023fadc1085b768e8155f" | ||
integrity sha512-B9f7QmTOO1ZN8IL0d39Gm4xOL3tg/RumYC+jMSNQDAsxvfHaQZEwI5teFUyZuPptGNdeCtT5z6TsPXp2eWy2og== | ||
|
||
[email protected]: | ||
version "1.0.2" | ||
|