Skip to content

Commit 22131d2

Browse files
Merge pull request #400 from technote-space/release/next-v5.2.27
release: v5.2.28
2 parents 1669136 + ee6a521 commit 22131d2

File tree

2 files changed

+884
-869
lines changed

2 files changed

+884
-869
lines changed

package.json

Lines changed: 16 additions & 16 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.27",
3+
"version": "5.2.28",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -41,26 +41,26 @@
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.46",
44+
"@technote-space/github-action-log-helper": "^0.1.50",
4545
"shell-escape": "^0.2.0",
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
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",
49+
"@commitlint/cli": "^16.2.3",
50+
"@commitlint/config-conventional": "^16.2.1",
51+
"@technote-space/github-action-test-helper": "^0.7.40",
52+
"@types/jest": "^27.4.1",
53+
"@types/node": "^17.0.21",
54+
"@typescript-eslint/eslint-plugin": "^5.15.0",
55+
"@typescript-eslint/parser": "^5.15.0",
56+
"eslint": "^8.11.0",
5757
"husky": "^7.0.4",
58-
"jest": "^27.4.5",
59-
"jest-circus": "^27.4.5",
60-
"lint-staged": "^12.1.4",
61-
"nock": "^13.2.1",
62-
"ts-jest": "^27.1.2",
63-
"typescript": "^4.5.4"
58+
"jest": "^27.5.1",
59+
"jest-circus": "^27.5.1",
60+
"lint-staged": "^12.3.7",
61+
"nock": "^13.2.4",
62+
"ts-jest": "^27.1.3",
63+
"typescript": "^4.6.2"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)