Skip to content

Commit 3fd4ab4

Browse files
Merge pull request #384 from technote-space/release/next-v5.2.16
release: v5.2.17
2 parents 41a2b80 + 740a89e commit 3fd4ab4

File tree

2 files changed

+122
-170
lines changed

2 files changed

+122
-170
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "5.2.16",
3+
"version": "5.2.17",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -39,20 +39,20 @@
3939
"dependencies": {
4040
"@actions/core": "^1.4.0",
4141
"@actions/github": "^5.0.0",
42-
"@octokit/openapi-types": "^9.4.0",
43-
"@octokit/plugin-rest-endpoint-methods": "^5.7.0",
44-
"@technote-space/github-action-log-helper": "^0.1.35",
42+
"@octokit/openapi-types": "^9.7.0",
43+
"@octokit/plugin-rest-endpoint-methods": "^5.8.0",
44+
"@technote-space/github-action-log-helper": "^0.1.36",
4545
"shell-escape": "^0.2.0",
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
4949
"@commitlint/cli": "^13.1.0",
5050
"@commitlint/config-conventional": "^13.1.0",
51-
"@technote-space/github-action-test-helper": "^0.7.21",
52-
"@types/jest": "^26.0.24",
53-
"@types/node": "^16.4.13",
54-
"@typescript-eslint/eslint-plugin": "^4.29.0",
55-
"@typescript-eslint/parser": "^4.29.0",
51+
"@technote-space/github-action-test-helper": "^0.7.22",
52+
"@types/jest": "^27.0.1",
53+
"@types/node": "^16.6.1",
54+
"@typescript-eslint/eslint-plugin": "^4.29.1",
55+
"@typescript-eslint/parser": "^4.29.1",
5656
"eslint": "^7.32.0",
5757
"husky": "^7.0.1",
5858
"jest": "^27.0.6",

0 commit comments

Comments
 (0)