Skip to content

Commit 72e940f

Browse files
Merge pull request #433 from technote-space/release/next-v5.3.13
release: v5.3.14
2 parents 649efaa + 6c95848 commit 72e940f

File tree

2 files changed

+704
-600
lines changed

2 files changed

+704
-600
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.3.13",
3+
"version": "5.3.14",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -45,29 +45,29 @@
4545
"dependencies": {
4646
"@actions/core": "^1.10.0",
4747
"@actions/github": "^5.1.1",
48-
"@technote-space/github-action-log-helper": "^0.2.11",
48+
"@technote-space/github-action-log-helper": "^0.2.17",
4949
"shell-escape": "^0.2.0",
5050
"sprintf-js": "^1.1.2"
5151
},
5252
"devDependencies": {
53-
"@commitlint/cli": "^17.4.4",
54-
"@commitlint/config-conventional": "^17.4.4",
55-
"@rollup/plugin-typescript": "^11.0.0",
53+
"@commitlint/cli": "^17.6.3",
54+
"@commitlint/config-conventional": "^17.6.3",
55+
"@rollup/plugin-typescript": "^11.1.1",
5656
"@sindresorhus/tsconfig": "^3.0.1",
57-
"@technote-space/github-action-test-helper": "^0.11.3",
58-
"@types/node": "^18.14.0",
57+
"@technote-space/github-action-test-helper": "^0.11.14",
58+
"@types/node": "^20.2.1",
5959
"@types/shell-escape": "^0.2.1",
60-
"@typescript-eslint/eslint-plugin": "^5.53.0",
61-
"@typescript-eslint/parser": "^5.53.0",
62-
"@vitest/coverage-c8": "^0.28.5",
63-
"eslint": "^8.34.0",
60+
"@typescript-eslint/eslint-plugin": "^5.59.6",
61+
"@typescript-eslint/parser": "^5.59.6",
62+
"@vitest/coverage-c8": "^0.31.1",
63+
"eslint": "^8.41.0",
6464
"eslint-plugin-import": "^2.27.5",
6565
"husky": "^8.0.3",
66-
"lint-staged": "^13.1.2",
67-
"nock": "^13.3.0",
68-
"rollup": "^3.17.2",
69-
"typescript": "^4.9.5",
70-
"vitest": "^0.28.5"
66+
"lint-staged": "^13.2.2",
67+
"nock": "^13.3.1",
68+
"rollup": "^3.22.0",
69+
"typescript": "^5.0.4",
70+
"vitest": "^0.31.1"
7171
},
7272
"publishConfig": {
7373
"access": "public"

0 commit comments

Comments
 (0)