Skip to content

Commit 455bd76

Browse files
authored
Merge pull request #24 from ember-cli-deploy/chore/dependency-updates
Update various dependencies and remove unused code.
2 parents 9e212f4 + 0401af6 commit 455bd76

File tree

21 files changed

+23
-186
lines changed

21 files changed

+23
-186
lines changed

package.json

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,13 @@
1919
"license": "MIT",
2020
"devDependencies": {
2121
"broccoli-asset-rev": "^2.0.2",
22-
"chai": "^2.2.0",
23-
"chai-as-promised": "^5.0.0",
24-
"ember-cli": "0.2.3",
25-
"ember-cli-app-version": "0.3.3",
26-
"ember-cli-content-security-policy": "0.4.0",
27-
"ember-cli-dependency-checker": "0.0.8",
28-
"ember-cli-htmlbars": "0.7.4",
29-
"ember-cli-ic-ajax": "0.1.1",
30-
"ember-cli-inject-live-reload": "^1.3.0",
31-
"ember-cli-qunit": "0.3.10",
32-
"ember-cli-release": "0.2.3",
33-
"ember-cli-uglify": "1.0.1",
34-
"ember-data": "1.0.0-beta.16.1",
35-
"ember-disable-prototype-extensions": "^1.0.0",
36-
"ember-export-application-global": "^1.0.2",
37-
"ember-try": "0.0.4",
38-
"github": "^0.2.4",
39-
"glob": "^5.0.5",
40-
"mocha": "^2.2.4",
22+
"chai": "^3.5.0",
23+
"chai-as-promised": "^5.3.0",
24+
"ember-cli": "2.9.1",
25+
"ember-cli-release": "1.0.0-beta.2",
26+
"github": "^2.5.1",
27+
"glob": "^7.0.5",
28+
"mocha": "^3.0.2",
4129
"multiline": "^1.0.2",
4230
"rimraf": "^2.3.4"
4331
},
@@ -46,12 +34,11 @@
4634
"ember-cli-deploy-plugin"
4735
],
4836
"dependencies": {
49-
"chalk": "^1.0.0",
50-
"core-object": "^1.1.0",
51-
"ember-cli-deploy-plugin": "^0.2.2",
52-
"ember-cli-babel": "^5.0.0",
53-
"minimatch": "^3.0.2",
54-
"rsvp": "^3.0.18"
37+
"chalk": "^1.1.3",
38+
"core-object": "^2.0.6",
39+
"ember-cli-deploy-plugin": "^0.2.6",
40+
"minimatch": "^3.0.3",
41+
"rsvp": "^3.2.1"
5542
},
5643
"ember-addon": {
5744
"configPath": "tests/dummy/config"

tests/dummy/app/app.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/dummy/app/components/.gitkeep

Whitespace-only changes.

tests/dummy/app/controllers/.gitkeep

Whitespace-only changes.

tests/dummy/app/helpers/.gitkeep

Whitespace-only changes.

tests/dummy/app/index.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/dummy/app/models/.gitkeep

Whitespace-only changes.

tests/dummy/app/router.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/dummy/app/routes/.gitkeep

Whitespace-only changes.

tests/dummy/app/styles/app.css

Whitespace-only changes.

0 commit comments

Comments
 (0)