Update dependencies (#1060)

This commit is contained in:
Austin Kelleher 2018-06-21 15:31:07 -04:00 committed by Michael Rawlings
parent d9805d0e28
commit 97b4d8a78a
2 changed files with 1257 additions and 2325 deletions

3572
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
"test": "npm run lint -s && npm run mocha -s",
"test-ci": "npm run check-format && npm run test-generate-coverage",
"mocha": "mocha --timeout 10000 --max-old-space-size=768 ./test/*/*.test.js || exit 1",
"test-coverage": "npm run test-generate-coverage && nyc report --reporter=html && open ./coverage/index.html",
"test-coverage": "npm run test-generate-coverage && nyc report --reporter=html && opn ./coverage/index.html",
"test-generate-coverage": "nyc -asc npm test",
"lint": "eslint .",
"format": "prettier \"**/*.{js,json,css,md}\" --write",
@ -70,8 +70,8 @@
"builtins": "^2.0.0",
"caller-path": "^2.0.0",
"chai": "^3.3.0",
"codecov": "^2.3.0",
"coveralls": "^2.13.1",
"codecov": "^3.0.2",
"coveralls": "^3.0.1",
"diffable-html": "^2.1.0",
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.9.0",
@ -89,8 +89,8 @@
"micromatch": "^3.0.4",
"mkdirp": "^0.5.1",
"mocha": "^5.0.1",
"nyc": "^10.3.2",
"open": "0.0.5",
"nyc": "^13.0.0",
"opn-cli": "^3.1.0",
"prettier": "^1.13.5",
"request": "^2.72.0",
"semver": "^5.4.1",