Skip to content

Commit 904f3fd

Browse files
authored
feat: bump probot to v8 beta (#83)
1 parent 5755b19 commit 904f3fd

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"all-contributors-cli": "^5.10.1",
2727
"aws-sdk": "^2.391.0",
2828
"compromise": "^11.13.0",
29-
"probot": "^8.0.0-octokit-16-preview"
29+
"probot": "^8.0.0-beta.1"
3030
},
3131
"devDependencies": {
3232
"@tophat/eslint-config": "^0.1.4",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,17 @@
138138
version "1.0.0"
139139
resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.0.0.tgz#46399ad8eed7325bdc14ad6e10ed625226388cc7"
140140

141-
"@octokit/plugin-retry@^2.0.0":
142-
version "2.0.0"
143-
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-2.0.0.tgz#36e9ba610a376fcda7d06082fb49b5bfb3e8d737"
141+
"@octokit/plugin-retry@^2.1.1":
142+
version "2.1.1"
143+
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-2.1.1.tgz#703a0b148a0c3c18554d0ea80cb3145f0cfef2f6"
144144
dependencies:
145-
bottleneck "^2.15.0"
145+
bottleneck "^2.15.3"
146146

147-
"@octokit/plugin-throttling@^2.1.0":
148-
version "2.1.0"
149-
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-2.1.0.tgz#0e831be4585eb77cc566096867ca96e269603ba6"
147+
"@octokit/plugin-throttling@^2.2.1":
148+
version "2.3.0"
149+
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-2.3.0.tgz#27ebf6e2ff161bb44b05ee8db959c6a3cf9be57e"
150150
dependencies:
151-
bottleneck "^2.15.0"
151+
bottleneck "^2.15.3"
152152

153153
"@octokit/[email protected]", "@octokit/request@^2.1.2":
154154
version "2.2.1"
@@ -774,9 +774,9 @@ [email protected], boom@^7.3.0:
774774
dependencies:
775775
hoek "6.x.x"
776776

777-
bottleneck@^2.15.0:
778-
version "2.15.0"
779-
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.15.0.tgz#538ec3a32f0e94a06e934bcb2080eb2c4c901c5a"
777+
bottleneck@^2.15.3:
778+
version "2.15.3"
779+
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.15.3.tgz#64f2fc1a5e4c506fd5b73863ac3f2ab1d2d6a349"
780780

781781
boxen@^1.2.1:
782782
version "1.3.0"
@@ -4574,14 +4574,14 @@ private@^0.1.8:
45744574
version "0.1.8"
45754575
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
45764576

4577-
probot@^8.0.0-octokit-16-preview:
4578-
version "8.0.0-octokit-16-preview"
4579-
resolved "https://registry.yarnpkg.com/probot/-/probot-8.0.0-octokit-16-preview.tgz#3023488939fa01cc6753d85f0ee6ce9d36bf5c4b"
4577+
probot@^8.0.0-beta.1:
4578+
version "8.0.0-beta.1"
4579+
resolved "https://registry.yarnpkg.com/probot/-/probot-8.0.0-beta.1.tgz#a30bf44a7909053ec4b2907897f11e2dbc229822"
45804580
dependencies:
45814581
"@octokit/graphql" "2.0.1"
45824582
"@octokit/plugin-enterprise-compatibility" "^1.0.0"
4583-
"@octokit/plugin-retry" "^2.0.0"
4584-
"@octokit/plugin-throttling" "^2.1.0"
4583+
"@octokit/plugin-retry" "^2.1.1"
4584+
"@octokit/plugin-throttling" "^2.2.1"
45854585
"@octokit/rest" "^16.8.0"
45864586
"@octokit/webhooks" "^5.0.2"
45874587
"@types/supports-color" "^5.3.0"

0 commit comments

Comments
 (0)