Skip to content

Commit

Permalink
[BUGFIX release] Update to backburner@1.3.5.
Browse files Browse the repository at this point in the history
Fixes issues with `run.debounce(someFunc, 1000)` in 2.18.
  • Loading branch information
rwjblue committed Jan 5, 2018
1 parent dee84b0 commit 0e049fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,7 +80,7 @@
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-proto-to-assign": "^6.23.0",
"babel-template": "^6.24.1",
"backburner.js": "^1.3.4",
"backburner.js": "^1.3.5",
"broccoli-babel-transpiler": "^6.1.1",
"broccoli-concat": "^3.2.2",
"broccoli-debug": "^0.6.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -877,9 +877,9 @@ backbone@^1.1.2:
dependencies:
underscore ">=1.8.3"

backburner.js@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/backburner.js/-/backburner.js-1.3.4.tgz#42749db763615b3a754a91a863201a5fb4464d10"
backburner.js@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/backburner.js/-/backburner.js-1.3.5.tgz#89ebd637f0ea10828588641ad043003f840e0a90"

backo2@1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 0e049fb

Please sign in to comment.