Skip to content

Commit

Permalink
[BUGFIX release] Update backburner.js to 2.3.1.
Browse files Browse the repository at this point in the history
Fixes an issue that occurs when things like `lolex` /
`sinon.useFakeTimers()` / etc.
  • Loading branch information
rwjblue committed Oct 2, 2018
1 parent f91dd13 commit 54415f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -93,7 +93,7 @@
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-template": "^6.26.0",
"backburner.js": "^2.3.0",
"backburner.js": "^2.3.1",
"broccoli-babel-transpiler": "^6.1.4",
"broccoli-concat": "^3.2.2",
"broccoli-debug": "^0.6.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/backburner.js/-/backburner.js-2.3.1.tgz#20b14dd8ed1b4915e16b637378f0c2862e5aee33"
integrity sha512-L7ORRvvFu4c3TWCumcSMRHs8vDb4gfaYYTsjb/54gutOSHTTMlEE5KZ/LlQSdEOblGnQ3aSQg1KtjklGV6GSLQ==

backo2@1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 54415f8

Please sign in to comment.