Skip to content

Commit

Permalink
Merge pull request #843 from nwtgck/actions-build/nwtgck-dependabot/n…
Browse files Browse the repository at this point in the history
…pm_and_yarn/typescript-5.4.2

build(deps-dev): bump typescript from 5.0.4 to 5.4.2 with dist update
  • Loading branch information
nwtgck authored Mar 10, 2024
2 parents ab97a17 + 3b8e3c9 commit 81a8016
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async function run() {
context,
githubToken,
octokit,
githubClient,
githubClient, // deprecated (users should use octokit)
execSync: // deprecated (users should use octokit)
child_process_1.execSync,
postComment
Expand Down
16 changes: 8 additions & 8 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 @@ -46,6 +46,6 @@
"jest-circus": "^29.5.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"typescript": "^5.4.2"
}
}

0 comments on commit 81a8016

Please sign in to comment.