Skip to content

Commit

Permalink
fix(deps): bump @octokit/app
Browse files Browse the repository at this point in the history
Resolves an issue with types not getting resolved to the proper file
Resolves an issue with esm.sh getting stuck on a previous version of `@octokit/app`
  • Loading branch information
wolfy1339 committed Nov 19, 2024
1 parent 60b50bd commit ac0cfa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --esModuleInterop --module node16 --strict --allowImportingTsExtensions --exactOptionalPropertyTypes test/typescript-validate.ts"
},
"dependencies": {
"@octokit/app": "^15.0.0",
"@octokit/app": "^15.1.1",
"@octokit/core": "^6.0.0",
"@octokit/oauth-app": "^7.0.0",
"@octokit/plugin-paginate-graphql": "^5.0.0",
Expand Down

0 comments on commit ac0cfa3

Please sign in to comment.