Skip to content

Commit 7bff4bb

Browse files
Merge pull request #212 from technote-space/release/next-v1.5.3
release: v1.5.4
2 parents 316af20 + 6745821 commit 7bff4bb

File tree

2 files changed

+697
-660
lines changed

2 files changed

+697
-660
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/assign-author",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"keywords": [
66
"github",
@@ -37,27 +37,27 @@
3737
"dependencies": {
3838
"@actions/core": "^1.2.6",
3939
"@actions/github": "^4.0.0",
40-
"@technote-space/filter-github-action": "^0.5.5",
41-
"@technote-space/github-action-helper": "^4.0.4",
42-
"@technote-space/github-action-log-helper": "^0.1.5"
40+
"@technote-space/filter-github-action": "^0.5.7",
41+
"@technote-space/github-action-helper": "^4.2.7",
42+
"@technote-space/github-action-log-helper": "^0.1.8"
4343
},
4444
"devDependencies": {
4545
"@commitlint/cli": "^11.0.0",
4646
"@commitlint/config-conventional": "^11.0.0",
47-
"@technote-space/github-action-test-helper": "^0.6.1",
48-
"@technote-space/release-github-actions-cli": "^1.7.1",
47+
"@technote-space/github-action-test-helper": "^0.6.4",
48+
"@technote-space/release-github-actions-cli": "^1.7.2",
4949
"@types/jest": "^26.0.15",
50-
"@types/node": "^14.14.6",
51-
"@typescript-eslint/eslint-plugin": "^4.6.0",
52-
"@typescript-eslint/parser": "^4.6.0",
53-
"eslint": "^7.12.1",
50+
"@types/node": "^14.14.9",
51+
"@typescript-eslint/eslint-plugin": "^4.8.1",
52+
"@typescript-eslint/parser": "^4.8.1",
53+
"eslint": "^7.14.0",
5454
"husky": "^4.3.0",
55-
"jest": "^26.6.1",
56-
"jest-circus": "^26.6.1",
57-
"lint-staged": "^10.5.0",
58-
"nock": "^13.0.4",
59-
"ts-jest": "^26.4.3",
60-
"typescript": "^4.0.5"
55+
"jest": "^26.6.3",
56+
"jest-circus": "^26.6.3",
57+
"lint-staged": "^10.5.1",
58+
"nock": "^13.0.5",
59+
"ts-jest": "^26.4.4",
60+
"typescript": "^4.1.2"
6161
},
6262
"publishConfig": {
6363
"access": "public"

0 commit comments

Comments
 (0)