Skip to content

Commit

Permalink
fix(deps): bump @octokit/types to v8 (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
octokitbot and gr2m authored Oct 13, 2022
1 parent ee132a9 commit 415a601
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 21 deletions.
228 changes: 210 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Simon Grondin (http://github.com/SGrondin)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^7.0.0",
"@octokit/types": "^8.0.0",
"bottleneck": "^2.15.3"
},
"peerDependencies": {
Expand All @@ -37,7 +37,7 @@
"@types/jest": "^29.0.0",
"@types/node": "^16.0.0",
"fetch-mock": "^9.0.0",
"github-openapi-graphql-query": "^2.0.0",
"github-openapi-graphql-query": "^3.0.0",
"jest": "^29.0.0",
"npm-run-all": "^4.1.5",
"prettier": "2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-endpoints/fetch-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const version = process.env.VERSION.replace(/^v/, "");

const QUERY = `
query($version: String) {
endpoints(version: $version) {
endpoints(version: $version, ghecCompatibilityMode: true) {
url
triggersNotification
}
Expand Down
Loading

0 comments on commit 415a601

Please sign in to comment.