Skip to content

Commit 78610b2

Browse files
Merge pull request #397 from technote-space/release/next-v5.2.25
release: v5.2.26
2 parents 4001381 + de27bcf commit 78610b2

File tree

2 files changed

+271
-288
lines changed

2 files changed

+271
-288
lines changed

package.json

Lines changed: 12 additions & 12 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.25",
3+
"version": "5.2.26",
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.43",
44+
"@technote-space/github-action-log-helper": "^0.1.44",
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.29",
51+
"@technote-space/github-action-test-helper": "^0.7.31",
5252
"@types/jest": "^27.0.3",
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",
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",
5757
"husky": "^7.0.4",
58-
"jest": "^27.4.4",
59-
"jest-circus": "^27.4.4",
60-
"lint-staged": "^12.1.2",
58+
"jest": "^27.4.5",
59+
"jest-circus": "^27.4.5",
60+
"lint-staged": "^12.1.3",
6161
"nock": "^13.2.1",
62-
"ts-jest": "^27.1.1",
63-
"typescript": "^4.5.3"
62+
"ts-jest": "^27.1.2",
63+
"typescript": "^4.5.4"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)