Skip to content

Commit

Permalink
Merge pull request #205 from ember-cli/kg-update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
kategengler authored Aug 30, 2018
2 parents c630fd0 + f0bf55d commit 2506012
Show file tree
Hide file tree
Showing 3 changed files with 1,533 additions and 1,394 deletions.
2 changes: 1 addition & 1 deletion lib/utils/result-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const CoreObject = require('core-object');
const chalk = require('chalk');
const Table = require('cli-table2');
const Table = require('cli-table3');

module.exports = CoreObject.extend({
print() {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": "ember-cli/ember-try",
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "6.* || >= 7.*"
},
"author": "Katie Gengler",
"license": "MIT",
Expand All @@ -44,14 +44,14 @@
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.0.0",
"ember-source": "~2.18.0",
"eslint": "^4.15.0",
"eslint": "^5.4.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-node": "^7.0.1",
"glob": "^7.0.0",
"loader.js": "^4.2.3",
"mocha": "^4.0.0",
"mocha": "^5.2.0",
"mockery": "^2.1.0",
"nyc": "^11.4.1",
"nyc": "^13.0.1",
"tmp-sync": "^1.1.0"
},
"keywords": [
Expand All @@ -60,11 +60,11 @@
],
"dependencies": {
"chalk": "^2.3.0",
"cli-table3": "^0.4.0",
"cli-table3": "^0.5.1",
"core-object": "^3.1.5",
"debug": "^3.1.0",
"ember-try-config": "^3.0.0",
"execa": "^0.10.0",
"execa": "^1.0.0",
"extend": "^3.0.0",
"fs-extra": "^5.0.0",
"promise-map-series": "^0.2.1",
Expand Down
Loading

0 comments on commit 2506012

Please sign in to comment.