Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Nov 23, 2016
1 parent da3278f commit 026e2cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bin/now-alias.js
Expand Up @@ -295,7 +295,7 @@ function findAlias(alias, list) {
async function realias(alias) {
const path = process.cwd()
const {pkg, name} = await readMetaData(path, {
deploymentType: 'npm', // FIXME: hard coding settings…
deploymentType: 'npm', // hard coding settings…
quiet: true // `quiet`
})

Expand Down
19 changes: 8 additions & 11 deletions package.json
Expand Up @@ -27,10 +27,7 @@
]
},
"greenkeeper": {
"emails": false,
"ignore": [
"babel-runtime"
]
"emails": false
},
"babel": {
"presets": [
Expand Down Expand Up @@ -70,33 +67,33 @@
"arr-flatten": "1.0.1",
"array-unique": "0.3.2",
"async-retry": "0.2.1",
"babel-runtime": "6.5.0",
"babel-runtime": "6.18.0",
"bytes": "2.4.0",
"chalk": "1.1.3",
"copy-paste": "1.3.0",
"cross-spawn": "4.0.2",
"cross-spawn": "5.0.1",
"docker-file-parser": "0.1.0",
"email-prompt": "0.1.8",
"email-validator": "1.0.7",
"fs-promise": "0.5.0",
"fs-promise": "1.0.0",
"glob": "7.1.1",
"graceful-fs": "4.1.11",
"ignore": "3.2.0",
"ini": "1.3.4",
"minimist": "1.2.0",
"ms": "0.7.1",
"ms": "0.7.2",
"node-fetch": "1.6.3",
"progress": "1.1.8",
"resumer": "0.0.0",
"semver-compare": "1.0.0",
"socket.io-client": "1.4.8",
"socket.io-client": "1.6.0",
"spdy": "3.4.4",
"split-array": "1.0.1",
"text-table": "0.2.0"
},
"devDependencies": {
"alpha-sort": "1.0.2",
"ava": "0.16.0",
"ava": "0.17.0",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.18.0",
Expand All @@ -108,6 +105,6 @@
"gulp-ext": "1.0.0",
"gulp-task-listing": "1.0.1",
"pkg": "3.0.0-beta.21",
"xo": "0.17.0"
"xo": "0.17.1"
}
}

0 comments on commit 026e2cd

Please sign in to comment.