mirror of https://github.com/probot/probot.git
Merge branch 'master' into full-esm
This commit is contained in:
commit
413d0b0f59
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
@ -37,15 +37,15 @@
|
|||
"author": "Brandon Keepers",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@octokit/core": "^6.1.2",
|
||||
"@octokit/plugin-enterprise-compatibility": "^5.0.0",
|
||||
"@octokit/plugin-paginate-rest": "^11.3.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^13.2.1",
|
||||
"@octokit/plugin-retry": "^7.1.1",
|
||||
"@octokit/plugin-throttling": "^9.3.0",
|
||||
"@octokit/request": "^9.1.1",
|
||||
"@octokit/types": "^13.5.0",
|
||||
"@octokit/webhooks": "^13.2.6",
|
||||
"@octokit/core": "^6.1.4",
|
||||
"@octokit/plugin-enterprise-compatibility": "^5.0.1",
|
||||
"@octokit/plugin-paginate-rest": "^11.4.2",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
|
||||
"@octokit/plugin-retry": "^7.1.4",
|
||||
"@octokit/plugin-throttling": "^9.4.0",
|
||||
"@octokit/request": "^9.2.2",
|
||||
"@octokit/types": "^13.8.0",
|
||||
"@octokit/webhooks": "^13.6.1",
|
||||
"@probot/get-private-key": "^2.0.0",
|
||||
"@probot/octokit-plugin-config": "^3.0.2",
|
||||
"@probot/pino": "^4.0.0",
|
||||
|
|
Loading…
Reference in New Issue