Skip to content

Commit 6730631

Browse files
Merge pull request #398 from technote-space/release/next-v5.2.26
release: v5.2.27
2 parents 78610b2 + 89b3f50 commit 6730631

File tree

2 files changed

+446
-404
lines changed

2 files changed

+446
-404
lines changed

package.json

Lines changed: 11 additions & 11 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.26",
3+
"version": "5.2.27",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -41,23 +41,23 @@
4141
"@actions/github": "^5.0.0",
4242
"@octokit/openapi-types": "^11.2.0",
4343
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
44-
"@technote-space/github-action-log-helper": "^0.1.44",
44+
"@technote-space/github-action-log-helper": "^0.1.46",
4545
"shell-escape": "^0.2.0",
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
49-
"@commitlint/cli": "^15.0.0",
50-
"@commitlint/config-conventional": "^15.0.0",
51-
"@technote-space/github-action-test-helper": "^0.7.31",
52-
"@types/jest": "^27.0.3",
53-
"@types/node": "^17.0.0",
54-
"@typescript-eslint/eslint-plugin": "^5.7.0",
55-
"@typescript-eslint/parser": "^5.7.0",
56-
"eslint": "^8.5.0",
49+
"@commitlint/cli": "^16.0.1",
50+
"@commitlint/config-conventional": "^16.0.0",
51+
"@technote-space/github-action-test-helper": "^0.7.34",
52+
"@types/jest": "^27.4.0",
53+
"@types/node": "^17.0.5",
54+
"@typescript-eslint/eslint-plugin": "^5.8.1",
55+
"@typescript-eslint/parser": "^5.8.1",
56+
"eslint": "^8.6.0",
5757
"husky": "^7.0.4",
5858
"jest": "^27.4.5",
5959
"jest-circus": "^27.4.5",
60-
"lint-staged": "^12.1.3",
60+
"lint-staged": "^12.1.4",
6161
"nock": "^13.2.1",
6262
"ts-jest": "^27.1.2",
6363
"typescript": "^4.5.4"

0 commit comments

Comments
 (0)