Skip to content

Commit 542f3ec

Browse files
Merge pull request #235 from technote-space/release/next-v1.5.13
release: v1.5.14
2 parents e0dd36b + 632e2d1 commit 542f3ec

File tree

2 files changed

+1142
-1098
lines changed

2 files changed

+1142
-1098
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/assign-author",
3-
"version": "1.5.13",
3+
"version": "1.5.14",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"keywords": [
66
"github",
@@ -36,29 +36,29 @@
3636
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install"
3737
},
3838
"dependencies": {
39-
"@actions/core": "^1.5.0",
39+
"@actions/core": "^1.6.0",
4040
"@actions/github": "^5.0.0",
41-
"@technote-space/filter-github-action": "^0.5.45",
42-
"@technote-space/github-action-helper": "^5.2.19",
43-
"@technote-space/github-action-log-helper": "^0.1.39"
41+
"@technote-space/filter-github-action": "^0.5.48",
42+
"@technote-space/github-action-helper": "^5.2.23",
43+
"@technote-space/github-action-log-helper": "^0.1.41"
4444
},
4545
"devDependencies": {
46-
"@commitlint/cli": "^13.1.0",
47-
"@commitlint/config-conventional": "^13.1.0",
48-
"@technote-space/github-action-test-helper": "^0.7.25",
49-
"@technote-space/release-github-actions-cli": "^1.8.6",
50-
"@types/jest": "^27.0.1",
51-
"@types/node": "^16.7.5",
52-
"@typescript-eslint/eslint-plugin": "^4.29.3",
53-
"@typescript-eslint/parser": "^4.29.3",
54-
"eslint": "^7.32.0",
55-
"husky": "^7.0.2",
56-
"jest": "^27.1.0",
57-
"jest-circus": "^27.1.0",
58-
"lint-staged": "^11.1.2",
59-
"nock": "^13.1.3",
60-
"ts-jest": "^27.0.5",
61-
"typescript": "^4.4.2"
46+
"@commitlint/cli": "^14.1.0",
47+
"@commitlint/config-conventional": "^14.1.0",
48+
"@technote-space/github-action-test-helper": "^0.7.28",
49+
"@technote-space/release-github-actions-cli": "^1.8.8",
50+
"@types/jest": "^27.0.2",
51+
"@types/node": "^16.11.7",
52+
"@typescript-eslint/eslint-plugin": "^5.3.1",
53+
"@typescript-eslint/parser": "^5.3.1",
54+
"eslint": "^8.2.0",
55+
"husky": "^7.0.4",
56+
"jest": "^27.3.1",
57+
"jest-circus": "^27.3.1",
58+
"lint-staged": "^11.2.6",
59+
"nock": "^13.2.1",
60+
"ts-jest": "^27.0.7",
61+
"typescript": "^4.4.4"
6262
},
6363
"publishConfig": {
6464
"access": "public"

0 commit comments

Comments
 (0)