Merge pull request #27 from peter-evans/update-dependencies

Update dependencies
This commit is contained in:
Peter Evans
2020-06-04 15:28:27 +09:00
committed by GitHub
4 changed files with 2031 additions and 18122 deletions

19080
dist/index.js vendored

File diff suppressed because it is too large Load Diff

1049
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,21 +28,21 @@
"homepage": "https://github.com/peter-evans/repository-dispatch#readme",
"dependencies": {
"@actions/core": "1.2.4",
"@actions/github": "2.1.1"
"@actions/github": "3.0.0"
},
"devDependencies": {
"@types/jest": "25.2.1",
"@types/node": "13.13.5",
"@typescript-eslint/parser": "2.31.0",
"@zeit/ncc": "0.22.1",
"eslint": "6.8.0",
"eslint-plugin-github": "3.4.1",
"eslint-plugin-jest": "23.9.0",
"@types/jest": "25.2.3",
"@types/node": "14.0.10",
"@typescript-eslint/parser": "3.1.0",
"@zeit/ncc": "0.22.3",
"eslint": "7.1.0",
"eslint-plugin-github": "4.0.1",
"eslint-plugin-jest": "23.13.2",
"jest": "26.0.1",
"jest-circus": "26.0.1",
"js-yaml": "3.13.1",
"js-yaml": "3.14.0",
"prettier": "2.0.5",
"ts-jest": "25.5.0",
"typescript": "3.8.3"
"ts-jest": "26.1.0",
"typescript": "3.9.3"
}
}

View File

@@ -14,7 +14,7 @@ async function run(): Promise<void> {
const [owner, repo] = inputs.repository.split('/')
const octokit = new github.GitHub(inputs.token)
const octokit = github.getOctokit(inputs.token)
await octokit.repos.createDispatchEvent({
owner: owner,