Browse Source

Bumped dependencies

master
Leo Lamprecht 8 years ago
parent
commit
026e2cdf7b
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 2
      bin/now-alias.js
  2. 19
      package.json

2
bin/now-alias.js

@ -295,7 +295,7 @@ function findAlias(alias, list) {
async function realias(alias) { async function realias(alias) {
const path = process.cwd() const path = process.cwd()
const {pkg, name} = await readMetaData(path, { const {pkg, name} = await readMetaData(path, {
deploymentType: 'npm', // FIXME: hard coding settings… deploymentType: 'npm', // hard coding settings…
quiet: true // `quiet` quiet: true // `quiet`
}) })

19
package.json

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

Loading…
Cancel
Save