1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Bump dev dependencies

This commit is contained in:
ivaosthu 2017-02-27 10:17:02 +01:00
parent e5a2f58980
commit e1449a10e6

View File

@ -80,16 +80,16 @@
"yargs": "^6.5.0"
},
"devDependencies": {
"@types/node": "^6.0.46",
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"@types/node": "^7.0.5",
"ava": "^0.18.2",
"coveralls": "^2.11.16",
"eslint": "^3.16.1",
"eslint-config-finn": "^1.0.0-beta.1",
"nyc": "^9.0.1",
"proxyquire": "^1.7.10",
"sinon": "^1.17.5",
"superagent": "^2.3.0",
"supertest": "^2.0.1",
"nyc": "^10.1.2",
"proxyquire": "^1.7.11",
"sinon": "^1.17.7",
"superagent": "^3.5.0",
"supertest": "^3.0.0",
"supervisor": "^0.12.0"
}
}