Skip to content

Commit 9303139

Browse files
Merge pull request #427 from technote-space/release/next-v5.3.9
release: v5.3.10
2 parents 4f47179 + 8c646fe commit 9303139

File tree

2 files changed

+455
-390
lines changed

2 files changed

+455
-390
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.9",
3+
"version": "5.3.10",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -47,29 +47,29 @@
4747
"@actions/github": "^5.1.1",
4848
"@octokit/openapi-types": "^14.0.0",
4949
"@octokit/plugin-rest-endpoint-methods": "^6.7.0",
50-
"@technote-space/github-action-log-helper": "^0.2.8",
50+
"@technote-space/github-action-log-helper": "^0.2.9",
5151
"shell-escape": "^0.2.0",
5252
"sprintf-js": "^1.1.2"
5353
},
5454
"devDependencies": {
55-
"@commitlint/cli": "^17.1.2",
56-
"@commitlint/config-conventional": "^17.1.0",
57-
"@rollup/plugin-typescript": "^9.0.2",
55+
"@commitlint/cli": "^17.3.0",
56+
"@commitlint/config-conventional": "^17.3.0",
57+
"@rollup/plugin-typescript": "^10.0.1",
5858
"@sindresorhus/tsconfig": "^3.0.1",
59-
"@technote-space/github-action-test-helper": "^0.11.0",
60-
"@types/node": "^18.11.8",
59+
"@technote-space/github-action-test-helper": "^0.11.1",
60+
"@types/node": "^18.11.9",
6161
"@types/shell-escape": "^0.2.1",
62-
"@typescript-eslint/eslint-plugin": "^5.41.0",
63-
"@typescript-eslint/parser": "^5.41.0",
64-
"@vitest/coverage-c8": "^0.24.4",
65-
"eslint": "^8.26.0",
62+
"@typescript-eslint/eslint-plugin": "^5.45.0",
63+
"@typescript-eslint/parser": "^5.45.0",
64+
"@vitest/coverage-c8": "^0.25.3",
65+
"eslint": "^8.28.0",
6666
"eslint-plugin-import": "^2.26.0",
67-
"husky": "^8.0.1",
68-
"lint-staged": "^13.0.3",
67+
"husky": "^8.0.2",
68+
"lint-staged": "^13.0.4",
6969
"nock": "^13.2.9",
70-
"rollup": "^3.2.3",
71-
"typescript": "^4.8.4",
72-
"vitest": "^0.24.4"
70+
"rollup": "^3.5.0",
71+
"typescript": "^4.9.3",
72+
"vitest": "^0.25.3"
7373
},
7474
"publishConfig": {
7575
"access": "public"

0 commit comments

Comments
 (0)