Skip to content

Commit 20799a8

Browse files
Merge pull request #391 from technote-space/release/next-v5.2.21
release: v5.2.22
2 parents 1a91edc + 4adf357 commit 20799a8

File tree

2 files changed

+822
-836
lines changed

2 files changed

+822
-836
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.21",
3+
"version": "5.2.22",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -39,28 +39,28 @@
3939
"dependencies": {
4040
"@actions/core": "^1.6.0",
4141
"@actions/github": "^5.0.0",
42-
"@octokit/openapi-types": "^11.1.0",
43-
"@octokit/plugin-rest-endpoint-methods": "^5.12.1",
42+
"@octokit/openapi-types": "^11.2.0",
43+
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
4444
"@technote-space/github-action-log-helper": "^0.1.40",
4545
"shell-escape": "^0.2.0",
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
49-
"@commitlint/cli": "^13.2.1",
50-
"@commitlint/config-conventional": "^13.2.0",
49+
"@commitlint/cli": "^14.1.0",
50+
"@commitlint/config-conventional": "^14.1.0",
5151
"@technote-space/github-action-test-helper": "^0.7.27",
5252
"@types/jest": "^27.0.2",
53-
"@types/node": "^16.10.3",
54-
"@typescript-eslint/eslint-plugin": "^4.33.0",
55-
"@typescript-eslint/parser": "^4.33.0",
56-
"eslint": "^7.32.0",
57-
"husky": "^7.0.2",
58-
"jest": "^27.2.5",
59-
"jest-circus": "^27.2.5",
60-
"lint-staged": "^11.2.1",
61-
"nock": "^13.1.3",
62-
"ts-jest": "^27.0.5",
63-
"typescript": "^4.4.3"
53+
"@types/node": "^16.11.6",
54+
"@typescript-eslint/eslint-plugin": "^5.3.0",
55+
"@typescript-eslint/parser": "^5.3.0",
56+
"eslint": "^8.2.0",
57+
"husky": "^7.0.4",
58+
"jest": "^27.3.1",
59+
"jest-circus": "^27.3.1",
60+
"lint-staged": "^11.2.6",
61+
"nock": "^13.1.4",
62+
"ts-jest": "^27.0.7",
63+
"typescript": "^4.4.4"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)