Skip to content

Commit

Permalink
chore(deps): force latest version & audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Jun 9, 2020
1 parent 96a63d6 commit 3c933ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

13 changes: 9 additions & 4 deletions package.json
Expand Up @@ -96,7 +96,7 @@
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jsdoc": "^27.0.4",
"eslint-plugin-jsdoc": "^27.0.5",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-prettier": "^3.1.3",
"generate-changelog": "^1.8.0",
Expand All @@ -119,7 +119,7 @@
"dependencies": {
"@codetanzania/emis-stakeholder": ">=2.8.0",
"@codetanzania/ewea-case": ">=0.4.0",
"@codetanzania/ewea-common": ">=0.20.0",
"@codetanzania/ewea-common": ">=0.21.0",
"@codetanzania/ewea-dispatch": ">=0.6.0",
"@codetanzania/ewea-event": ">=0.11.0",
"@codetanzania/ewea-internals": ">=0.21.0",
Expand Down Expand Up @@ -150,10 +150,15 @@
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"src/**/*.js": ["npm run lint", "git add -A"]
"src/**/*.js": [
"npm run lint",
"git add -A"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 3c933ae

Please sign in to comment.