Skip to content

Commit

Permalink
Update outdated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Jul 7, 2019
1 parent 1db7d5e commit 930149a
Show file tree
Hide file tree
Showing 2 changed files with 858 additions and 838 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Generates swagger doc based on JSDoc",
"main": "index.js",
"scripts": {
"precommit": "lint-staged",
"test:lint": "eslint .",
"test:js": "mocha --timeout 10000 --exit",
"start": "node example/v2/app.js",
Expand Down Expand Up @@ -39,7 +38,7 @@
},
"devDependencies": {
"body-parser": "1.18.3",
"chai": "4.1.2",
"chai": "4.2.0",
"chai-jest-snapshot": "2.0.0",
"eslint": "5.5.0",
"eslint-config-airbnb-base": "13.1.0",
Expand All @@ -48,12 +47,12 @@
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "2.6.2",
"express": "4.16.3",
"husky": "1.0.0-rc.13",
"lint-staged": "7.2.2",
"mocha": "5.2.0",
"npm-run-all": "4.1.3",
"husky": "3.0.0",
"lint-staged": "9.1.0",
"mocha": "6.1.4",
"npm-run-all": "4.1.5",
"prettier": "1.14.2",
"supertest": "3.1.0"
"supertest": "4.0.2"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 930149a

Please sign in to comment.