Skip to content

Commit 7257bcb

Browse files
Merge pull request #395 from technote-space/release/next-v5.2.23
release: v5.2.24
2 parents 1e35801 + e38367d commit 7257bcb

File tree

2 files changed

+728
-696
lines changed

2 files changed

+728
-696
lines changed

package.json

Lines changed: 13 additions & 13 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.23",
3+
"version": "5.2.24",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -46,21 +46,21 @@
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
49-
"@commitlint/cli": "^14.1.0",
50-
"@commitlint/config-conventional": "^14.1.0",
49+
"@commitlint/cli": "^15.0.0",
50+
"@commitlint/config-conventional": "^15.0.0",
5151
"@technote-space/github-action-test-helper": "^0.7.28",
52-
"@types/jest": "^27.0.2",
53-
"@types/node": "^16.11.7",
54-
"@typescript-eslint/eslint-plugin": "^5.3.1",
55-
"@typescript-eslint/parser": "^5.3.1",
56-
"eslint": "^8.2.0",
52+
"@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",
5757
"husky": "^7.0.4",
58-
"jest": "^27.3.1",
59-
"jest-circus": "^27.3.1",
60-
"lint-staged": "^11.2.6",
61-
"nock": "^13.2.0",
58+
"jest": "^27.4.3",
59+
"jest-circus": "^27.4.2",
60+
"lint-staged": "^12.1.2",
61+
"nock": "^13.2.1",
6262
"ts-jest": "^27.0.7",
63-
"typescript": "^4.4.4"
63+
"typescript": "^4.5.2"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)