Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgn committed Jul 14, 2019
1 parent ed6c076 commit 397e38b
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 94 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"rules": {
"semi": "error",
"no-tabs": "error",
"no-console": "off"
"no-console": "off",
"require-atomic-updates": "off"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"lint": "eslint ."
},
"dependencies": {
"@octokit/rest": "^16.28.1",
"@octokit/rest": "^16.28.4",
"diff": "^4.0.1",
"globrex": "^0.1.2"
},
"devDependencies": {
"dotenv": "^8.0.0",
"eslint": "^5.16.0",
"eslint": "^6.0.1",
"tmp": "^0.1.0"
}
}

0 comments on commit 397e38b

Please sign in to comment.