Skip to content

Commit

Permalink
Merge pull request #15718 from emberjs/beta-fix-bb-stuff
Browse files Browse the repository at this point in the history
[BUGFIX] bump backburner (fixes clock + autorun interop)
  • Loading branch information
rwjblue authored Oct 9, 2017
2 parents 96d010b + a5f0a9d commit 5dc3a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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.1",
"backburner.js": "^1.2.2",
"broccoli-babel-transpiler": "next",
"broccoli-concat": "^3.2.2",
"broccoli-file-creator": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,9 @@ backbone@^1.1.2:
dependencies:
underscore ">=1.8.3"

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

[email protected]:
version "1.0.2"
Expand Down

0 comments on commit 5dc3a68

Please sign in to comment.