build(package): @octokit/rest v16, @octokit/graphql, octokit-pagination-methods

BREAKING CHANGE: _fill in from https://github.com/probot/probot/pull/774#issue-232419817_
This commit is contained in:
Gregor 2019-01-07 22:37:17 -08:00
parent 22ce38c86a
commit 0f464c00c9
1 changed files with 6 additions and 2 deletions

View File

@ -62,10 +62,13 @@
"author": "Brandon Keepers", "author": "Brandon Keepers",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@octokit/rest": "^15.18.0", "@octokit/graphql": "2.0.1",
"@octokit/plugin-enterprise-compatibility": "^1.0.0",
"@octokit/plugin-retry": "^2.0.0",
"@octokit/plugin-throttling": "^2.1.0",
"@octokit/rest": "^16.8.0",
"@octokit/webhooks": "^5.0.2", "@octokit/webhooks": "^5.0.2",
"@types/supports-color": "^5.3.0", "@types/supports-color": "^5.3.0",
"bottleneck": "^2.8.0",
"bunyan": "^1.8.12", "bunyan": "^1.8.12",
"bunyan-format": "^0.2.1", "bunyan-format": "^0.2.1",
"bunyan-sentry-stream": "^1.1.0", "bunyan-sentry-stream": "^1.1.0",
@ -78,6 +81,7 @@
"is-base64": "0.1.0", "is-base64": "0.1.0",
"js-yaml": "^3.9.1", "js-yaml": "^3.9.1",
"jsonwebtoken": "^8.1.0", "jsonwebtoken": "^8.1.0",
"octokit-pagination-methods": "1.1.0",
"pkg-conf": "^2.0.0", "pkg-conf": "^2.0.0",
"promise-events": "^0.1.3", "promise-events": "^0.1.3",
"qs": "^6.5.2", "qs": "^6.5.2",