diff -r 64caee7ce38d -r 02e2396bcbbc cms/app-client/bower.json --- a/cms/app-client/bower.json Sat Aug 06 21:27:53 2016 +0700 +++ b/cms/app-client/bower.json Sat Aug 06 21:29:33 2016 +0700 @@ -1,9 +1,8 @@ { "name": "app-client", "dependencies": { - "ember": "~2.6.0-beta.2", + "ember": "~2.7.0", "ember-cli-shims": "0.1.1", - "ember-cli-test-loader": "0.2.2", "ember-qunit-notifications": "0.1.0", "jquery": "^2.2", "qunit": "~1.18.0", @@ -14,6 +13,7 @@ "lodash": "~4.11.1", "Faker": "~3.1.0", "store": "https://github.com/marcuswestin/store.js.git#v1.3.20", - "popcorn-js": "popcornjs#^1.5.11" + "popcorn-js": "popcornjs#^1.5.11", + "ember-qunit-notifications": "0.1.0" } }