Skip to content

Commit

Permalink
chore: add @types/github-script for better DX regarding GHA types for…
Browse files Browse the repository at this point in the history
… programatical scripts
  • Loading branch information
Hotell committed Jan 8, 2025
1 parent 87f7dcb commit e45098d
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 51 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"scrub": "node ./scripts/executors/src/scrub.js"
},
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.3",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@babel/core": "7.24.6",
"@babel/generator": "7.24.6",
"@babel/parser": "7.24.6",
Expand Down Expand Up @@ -136,6 +136,7 @@
"@types/eslint": "8.56.10",
"@types/express": "4.17.21",
"@types/fs-extra": "8.0.1",
"@types/github-script": "github:actions/github-script#v7.0.1",
"@types/glob": "7.1.1",
"@types/graphviz": "0.0.34",
"@types/gulp": "4.0.9",
Expand Down
Loading

0 comments on commit e45098d

Please sign in to comment.