Skip to content

Commit f6e9964

Browse files
Updated dependencies
1 parent 9ddcc39 commit f6e9964

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@
2828
"test": "mocha && npm run lint",
2929
"coverage": "nyc --reporter=text --reporter=lcov mocha",
3030
"upgrade": "npm-check -u",
31-
"bump": "bump --prompt --tag --push --all",
31+
"bump": "bump --tag --push --all",
3232
"release": "npm run upgrade && npm run test && npm run bump"
3333
},
3434
"devDependencies": {
35-
"browserify": "^16.2.3",
35+
"browserify": "^16.5.0",
3636
"chai": "^4.2.0",
37-
"coveralls": "^3.0.2",
38-
"del": "^3.0.0",
39-
"eslint": "^5.10.0",
40-
"eslint-config-modular": "^5.0.0",
37+
"coveralls": "^3.0.6",
38+
"del": "^5.1.0",
39+
"eslint": "^6.2.2",
40+
"eslint-config-modular": "^7.0.1",
4141
"exorcist": "^1.0.0",
42-
"mocha": "^5.2.0",
42+
"mocha": "^6.2.0",
4343
"npm-check": "^5.9.0",
44-
"npm-check-updates": "^2.15.0",
45-
"nyc": "^13.1.0",
46-
"version-bump-prompt": "^4.2.1"
44+
"npm-check-updates": "^3.1.21",
45+
"nyc": "^14.1.1",
46+
"version-bump-prompt": "^5.0.5"
4747
},
4848
"dependencies": {
4949
"through": "^2.3.8"
5050
},
5151
"engines": {
52-
"node": ">=4"
52+
"node": ">=6"
5353
}
5454
}

0 commit comments

Comments
 (0)