Skip to content

Commit

Permalink
fix: response type fixes (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Sep 13, 2021
1 parent 1438c22 commit 6cd2368
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 74 deletions.
144 changes: 72 additions & 72 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 @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^10.1.4"
"@octokit/openapi-types": "^10.1.5"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "5.1.2"
"openapi-version": "5.1.3"
},
"renovate": {
"extends": [
Expand Down

0 comments on commit 6cd2368

Please sign in to comment.