Skip to content

Commit 4001381

Browse files
Merge pull request #396 from technote-space/release/next-v5.2.24
release: v5.2.25
2 parents 7257bcb + f1dc305 commit 4001381

File tree

2 files changed

+233
-240
lines changed

2 files changed

+233
-240
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.24",
3+
"version": "5.2.25",
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.41",
44+
"@technote-space/github-action-log-helper": "^0.1.43",
4545
"shell-escape": "^0.2.0",
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
4949
"@commitlint/cli": "^15.0.0",
5050
"@commitlint/config-conventional": "^15.0.0",
51-
"@technote-space/github-action-test-helper": "^0.7.28",
51+
"@technote-space/github-action-test-helper": "^0.7.29",
5252
"@types/jest": "^27.0.3",
53-
"@types/node": "^16.11.11",
54-
"@typescript-eslint/eslint-plugin": "^5.5.0",
55-
"@typescript-eslint/parser": "^5.5.0",
56-
"eslint": "^8.4.0",
53+
"@types/node": "^16.11.12",
54+
"@typescript-eslint/eslint-plugin": "^5.6.0",
55+
"@typescript-eslint/parser": "^5.6.0",
56+
"eslint": "^8.4.1",
5757
"husky": "^7.0.4",
58-
"jest": "^27.4.3",
59-
"jest-circus": "^27.4.2",
58+
"jest": "^27.4.4",
59+
"jest-circus": "^27.4.4",
6060
"lint-staged": "^12.1.2",
6161
"nock": "^13.2.1",
62-
"ts-jest": "^27.0.7",
63-
"typescript": "^4.5.2"
62+
"ts-jest": "^27.1.1",
63+
"typescript": "^4.5.3"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)