Skip to content

Commit

Permalink
fix(deps): bump @octokit/app and @octokit/types (#2763)
Browse files Browse the repository at this point in the history
* fix(deps): bump `@octokit/app`

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`

* fix(deps): bump `@octokit/types` to fix Deno compat
  • Loading branch information
wolfy1339 authored Dec 29, 2024
1 parent 5c855e9 commit 33d03d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -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 All @@ -30,7 +30,7 @@
"@octokit/plugin-retry": "^7.0.0",
"@octokit/plugin-throttling": "^9.0.0",
"@octokit/request-error": "^6.0.0",
"@octokit/types": "^13.0.0"
"@octokit/types": "^13.6.2"
},
"devDependencies": {
"@octokit/tsconfig": "^4.0.0",
Expand Down

0 comments on commit 33d03d9

Please sign in to comment.