Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Mar 6, 2025
1 parent b8866f9 commit 448aeb2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
26 changes: 20 additions & 6 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@github/local-action",
"description": "Local Debugging for GitHub Actions",
"version": "3.0.3",
"version": "3.0.4",
"type": "module",
"author": "Nick Alteen <[email protected]>",
"private": false,
Expand Down Expand Up @@ -44,10 +44,12 @@
"dependencies": {
"@actions/artifact": "^2.2.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.3",
"@octokit/core": "^6.1.3",
"@octokit/plugin-paginate-rest": "^11.4.3",
"@octokit/plugin-request-log": "^5.3.1",
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
"@octokit/plugin-retry": "^7.1.2",
"archiver": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/stubs/github/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

import { Octokit } from '@octokit/core'
import { OctokitOptions } from '@octokit/core/types'
import type { OctokitOptions } from '@octokit/core/types'
import { paginateRest } from '@octokit/plugin-paginate-rest'
import { restEndpointMethods } from '@octokit/plugin-rest-endpoint-methods'
import * as Utils from './internal/utils.js'
Expand Down

0 comments on commit 448aeb2

Please sign in to comment.