Skip to content

Commit

Permalink
fix: add enum to status property in diff-entry component (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Sep 14, 2021
1 parent 6a3c68a commit bbbc558
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.2.1"
"@octokit/openapi-types": "^10.2.2"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "5.2.1"
"openapi-version": "5.2.2"
},
"renovate": {
"extends": [
Expand Down

0 comments on commit bbbc558

Please sign in to comment.