mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
Upgrade dependencies
This commit is contained in:
parent
57b9d634be
commit
58c7ff1f1b
43
package.json
43
package.json
@ -32,45 +32,46 @@
|
||||
"windosu": "^0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "~1.9.2",
|
||||
"chai": "^3.0.0",
|
||||
"ent": "^2.2.0",
|
||||
"gulp": "~3.8.9",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-coffee": "^2.2.0",
|
||||
"gulp-coffeelint": "~0.4.0",
|
||||
"gulp-coffeelint": "^0.5.0",
|
||||
"gulp-marked-man": "~0.3.1",
|
||||
"gulp-mocha": "~1.1.1",
|
||||
"gulp-shell": "^0.2.11",
|
||||
"gulp-util": "~3.0.1",
|
||||
"mocha": "~2.0.1",
|
||||
"run-sequence": "~1.0.2",
|
||||
"sinon": "~1.12.1",
|
||||
"sinon-chai": "~2.6.0"
|
||||
"gulp-mocha": "^2.1.3",
|
||||
"gulp-shell": "^0.4.2",
|
||||
"gulp-util": "^3.0.6",
|
||||
"mocha": "^2.2.5",
|
||||
"run-sequence": "^1.1.1",
|
||||
"sinon": "^1.15.4",
|
||||
"sinon-chai": "^2.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~0.9.0",
|
||||
"async": "^1.3.0",
|
||||
"capitano": "~1.6.0",
|
||||
"coffee-script": "~1.8.0",
|
||||
"coffee-script": "^1.9.3",
|
||||
"conf.js": "^0.1.1",
|
||||
"drivelist": "^1.2.2",
|
||||
"fs-extra": "^0.18.3",
|
||||
"lodash": "~2.4.1",
|
||||
"lodash-contrib": "~241.4.14",
|
||||
"fs-extra": "^0.22.1",
|
||||
"lodash": "^3.10.0",
|
||||
"lodash-contrib": "^393.0.1",
|
||||
"mkdirp": "~0.5.0",
|
||||
"nplugm": "^2.2.0",
|
||||
"npm": "^2.6.1",
|
||||
"npm": "^2.13.0",
|
||||
"open": "0.0.5",
|
||||
"resin-cli-visuals": "^0.3.3",
|
||||
"resin-config-inject": "^2.0.0",
|
||||
"resin-image": "^1.1.3",
|
||||
"resin-image-manager": "^1.1.0",
|
||||
"resin-pine": "^1.1.1",
|
||||
"resin-pine": "^1.3.0",
|
||||
"resin-register-device": "^1.0.1",
|
||||
"resin-sdk": "^1.7.4",
|
||||
"resin-settings-client": "^1.2.0",
|
||||
"resin-settings-client": "^1.4.0",
|
||||
"resin-vcs": "^2.0.0",
|
||||
"selfupdate": "^1.1.0",
|
||||
"tmp": "^0.0.25",
|
||||
"underscore.string": "~2.4.0",
|
||||
"update-notifier": "^0.3.1"
|
||||
"through2": "^2.0.0",
|
||||
"tmp": "0.0.26",
|
||||
"underscore.string": "^3.1.1",
|
||||
"update-notifier": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user