Use import {Octokit} (#332)

* Use import {Octokit}

* Update @octokit/rest to 16.43.1
This commit is contained in:
Ryo Ota
2020-02-19 05:43:07 +09:00
committed by GitHub
parent f383109dc3
commit fa03eb4d22
3 changed files with 58 additions and 63 deletions

View File

@@ -39,7 +39,7 @@
"dependencies": {
"@actions/http-client": "^1.0.3",
"@octokit/graphql": "^4.3.1",
"@octokit/rest": "^16.15.0"
"@octokit/rest": "^16.43.1"
},
"devDependencies": {
"jest": "^24.7.1",