Upgrade dependecies, fix new linter errors

This commit is contained in:
Miroslav Bajtoš 2018-06-29 17:15:45 +02:00
parent fcaa7adc61
commit ea61dfdb3a
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 59 additions and 59 deletions

View File

@ -27,13 +27,13 @@
},
"devDependencies": {
"async-1.5.2": "file:./test/stub-modules/async-1.5.2",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint": "^3.14.1",
"eslint-config-loopback": "^8.0.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"eslint": "^5.0.1",
"eslint-config-loopback": "^10.0.0",
"loopback": "^3.0.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"mocha": "^5.2.0",
"supertest": "^3.1.0",
"when-3.7.7": "file:./test/stub-modules/when-3.7.7"
}
}