Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgn committed Mar 15, 2020
1 parent 079a76a commit 7cd06af
Show file tree
Hide file tree
Showing 4 changed files with 1,333 additions and 1,256 deletions.
2 changes: 1 addition & 1 deletion bin/automerge.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const process = require("process");

const fse = require("fs-extra");
const { ArgumentParser } = require("argparse");
const Octokit = require("@octokit/rest");
const { Octokit } = require("@octokit/rest");

const { ClientError, logger, createConfig } = require("../lib/common");
const { executeLocally, executeGitHubAction } = require("../lib/api");
Expand Down
2 changes: 1 addition & 1 deletion it/it.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Octokit = require("@octokit/rest");
const { Octokit } = require("@octokit/rest");

const { executeLocally } = require("../lib/api");
const { createConfig } = require("../lib/common");
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"prepublish": "yarn lint && yarn test"
},
"dependencies": {
"@octokit/rest": "^16.36.0",
"@octokit/rest": "^17.1.0",
"argparse": "^1.0.7",
"fs-extra": "^8.1.0",
"tmp": "^0.1.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.4.0",
"jest": "^24.9.0",
"eslint-plugin-jest": "^23.8.2",
"jest": "^25.1.0",
"prettier": "^1.19.1"
}
}
Loading

0 comments on commit 7cd06af

Please sign in to comment.