upgrade dependencies

master
David Kebler 2018-05-28 13:47:37 -07:00
parent ec2e1451a6
commit f146f6be9a
1 changed files with 7 additions and 7 deletions

View File

@ -26,15 +26,15 @@
},
"homepage": "https://github.com/uCOMmandIt/i2c#readme",
"dependencies": {
"@uci/base": "^0.1.1",
"@uci/logger": "^0.0.2"
"@uci/base": "^0.1.6",
"@uci/logger": "0.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"codecov": "^1.0.1",
"esm": "^3.0.21",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"codecov": "^3.0.2",
"esm": "^3.0.38",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
"mocha": "^5.2.0"
}
}