Skip to content

Commit 3997ca1

Browse files
Merge pull request #100 from technote-space/release/next-v0.5.26
release: v0.5.27
2 parents ab94014 + 35250b5 commit 3997ca1

File tree

2 files changed

+727
-701
lines changed

2 files changed

+727
-701
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-version-helper",
3-
"version": "0.5.26",
3+
"version": "0.5.27",
44
"description": "Version helper for GitHub Actions.",
55
"keywords": [
66
"github",
@@ -40,24 +40,24 @@
4040
"@actions/github": "^5.0.0",
4141
"@octokit/openapi-types": "^11.2.0",
4242
"@technote-space/github-action-helper": "^5.2.27",
43-
"@technote-space/github-action-log-helper": "^0.1.46"
43+
"@technote-space/github-action-log-helper": "^0.1.47"
4444
},
4545
"devDependencies": {
46-
"@commitlint/cli": "^16.1.0",
47-
"@commitlint/config-conventional": "^16.0.0",
46+
"@commitlint/cli": "^16.2.1",
47+
"@commitlint/config-conventional": "^16.2.1",
4848
"@octokit/types": "^6.34.0",
49-
"@technote-space/github-action-test-helper": "^0.7.35",
49+
"@technote-space/github-action-test-helper": "^0.7.36",
5050
"@types/jest": "^27.4.0",
51-
"@types/node": "^17.0.10",
52-
"@typescript-eslint/eslint-plugin": "^5.10.0",
53-
"@typescript-eslint/parser": "^5.10.0",
54-
"eslint": "^8.7.0",
51+
"@types/node": "^17.0.18",
52+
"@typescript-eslint/eslint-plugin": "^5.12.0",
53+
"@typescript-eslint/parser": "^5.12.0",
54+
"eslint": "^8.9.0",
5555
"husky": "^7.0.4",
56-
"jest": "^27.4.7",
57-
"jest-circus": "^27.4.6",
58-
"lint-staged": "^12.3.1",
59-
"nock": "^13.2.2",
60-
"pinst": "^2.1.6",
56+
"jest": "^27.5.1",
57+
"jest-circus": "^27.5.1",
58+
"lint-staged": "^12.3.4",
59+
"nock": "^13.2.4",
60+
"pinst": "^3.0.0",
6161
"ts-jest": "^27.1.3",
6262
"typescript": "^4.5.5"
6363
},

0 commit comments

Comments
 (0)