Skip to content

Commit

Permalink
[BUGFIX release] Update Backburner.js to 1.2.3.
Browse files Browse the repository at this point in the history
Includes fixes for `Ember.run.join` swallowing errors when an
`Ember.onerror` exists.
  • Loading branch information
rwjblue committed Nov 28, 2017
1 parent c797452 commit a7745e4
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.2.2",
"backburner.js": "1.2.3",
"broccoli-babel-transpiler": "^6.1.1",
"broccoli-concat": "^3.2.2",
"broccoli-file-creator": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -876,9 +876,9 @@ backbone@^1.1.2:
dependencies:
underscore ">=1.8.3"

backburner.js@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/backburner.js/-/backburner.js-1.2.2.tgz#0350aae362cf0522e6618f24d4b0a44cda2ec81e"
backburner.js@1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/backburner.js/-/backburner.js-1.2.3.tgz#dbeee1869a09bc4888b2c419110ba85889a1fdf8"

backo2@1.0.2:
version "1.0.2"
Expand Down

0 comments on commit a7745e4

Please sign in to comment.