Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed May 22, 2019
1 parent bc09da7 commit 2cc0e0d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 41 deletions.
53 changes: 17 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lint-staged": "^8.1.7",
"npm-watch": "^0.6.0",
"prettier": "^1.17.1",
"semver": "^6.0.0"
"semver": "^6.1.0"
},
"auto-changelog": {
"commitLimit": false,
Expand All @@ -80,10 +80,10 @@
"coverageDirectory": "../reports/coverage",
"coverageThreshold": {
"global": {
"statements": 52.38,
"branches": 50.7,
"functions": 43.28,
"lines": 52.42
"statements": 50,
"branches": 50,
"functions": 40,
"lines": 50
}
},
"reporters": [
Expand Down

0 comments on commit 2cc0e0d

Please sign in to comment.