upgrade: resin-corvus to 1.0.0-beta.25 (#1299)

This version handles better non-error objects sent to Sentry.

Change-Type: patch
Changelog-Entry: Improve error reporting accuracy.
This commit is contained in:
Ștefan Daniel Mihăilă 2017-04-14 17:38:20 +01:00 committed by Juan Cruz Viotti
parent 5535111314
commit 8edc41dee0
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -5846,9 +5846,9 @@
}
},
"resin-corvus": {
"version": "1.0.0-beta.24",
"version": "1.0.0-beta.25",
"from": "resin-corvus@latest",
"resolved": "https://registry.npmjs.org/resin-corvus/-/resin-corvus-1.0.0-beta.24.tgz",
"resolved": "https://registry.npmjs.org/resin-corvus/-/resin-corvus-1.0.0-beta.25.tgz",
"dependencies": {
"lodash": {
"version": "4.17.4",

View File

@ -90,7 +90,7 @@
"redux-localstorage": "^0.4.1",
"resin-cli-form": "^1.4.1",
"resin-cli-visuals": "^1.2.8",
"resin-corvus": "^1.0.0-beta.24",
"resin-corvus": "^1.0.0-beta.25",
"rx": "^4.1.0",
"semver": "^5.1.0",
"sudo-prompt": "^6.1.0",