chore(dependencies): update to latest ember-cli and other deps

This commit is contained in:
Vlad Filippov 2014-12-18 00:59:28 -05:00
Родитель 251a0af73e
Коммит 711863c254
2 изменённых файлов: 19 добавлений и 19 удалений

Просмотреть файл

@ -1,5 +1,5 @@
<div class="row login-panel clearfix"> <div class="row login-panel clearfix">
<div class="large-12 small-centered columns panel"> <div class="large-12 small-centered columns">
<h3>FxA OAuth Credential Management</h3> <h3>FxA OAuth Credential Management</h3>
<h4>{{server}}</h4> <h4>{{server}}</h4>
<img src="assets/firefox.png" alt="Firefox Accounts"/> <img src="assets/firefox.png" alt="Firefox Accounts"/>

Просмотреть файл

@ -19,37 +19,37 @@
"author": "Mozilla (https://mozilla.org/)", "author": "Mozilla (https://mozilla.org/)",
"license": "MPL 2.0", "license": "MPL 2.0",
"dependencies": { "dependencies": {
"bluebird": "2.3.4", "bluebird": "2.3.11",
"body-parser": "1.8.1", "body-parser": "1.10.0",
"bower": "1.3.12", "bower": "1.3.12",
"broccoli-asset-rev": "0.3.1", "broccoli-asset-rev": "2.0.0",
"broccoli-ember-hbs-template-compiler": "1.6.1", "broccoli-ember-hbs-template-compiler": "1.7.0",
"broccoli-sass": "0.2.2", "broccoli-sass": "0.3.3",
"client-sessions": "0.7.0", "client-sessions": "0.7.0",
"convict": "0.4.2", "convict": "0.4.2",
"cookie-parser": "1.3.3", "cookie-parser": "1.3.3",
"ember-cli": "0.1.1", "ember-cli": "0.1.4",
"ember-cli-content-security-policy": "0.3.0", "ember-cli-content-security-policy": "0.3.0",
"ember-cli-ic-ajax": "0.1.1", "ember-cli-ic-ajax": "0.1.1",
"ember-cli-simple-auth": "0.6.7", "ember-cli-simple-auth": "0.7.2",
"ember-data": "1.0.0-beta.10", "ember-data": "1.0.0-beta.12",
"express": "4.9.5", "ember-export-application-global": "1.0.1",
"glob": "4.0.5", "express": "4.10.6",
"mozlog": "1.0.0", "glob": "4.3.1",
"request": "2.45.0", "mozlog": "1.0.1",
"ember-export-application-global": "1.0.0" "request": "2.51.0"
}, },
"devDependencies": { "devDependencies": {
"ember-cli": "0.1.2", "ember-cli": "0.1.4",
"ember-cli-qunit": "0.1.0", "ember-cli-qunit": "0.1.1",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-cli": "^0.1.13", "grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0", "grunt-concurrent": "^1.0.0",
"grunt-contrib-jshint": "^0.10.0", "grunt-contrib-jshint": "^0.10.0",
"grunt-copyright": "^0.1.0", "grunt-copyright": "^0.1.0",
"grunt-jscs": "^0.7.1", "grunt-jscs": "^1.0.0",
"intern": "^2.1.1", "intern": "^2.2.2",
"load-grunt-tasks": "^0.6.0", "load-grunt-tasks": "^1.0.0",
"nodemon": "^1.2.1", "nodemon": "^1.2.1",
"opn": "^1.0.0" "opn": "^1.0.0"
}, },