Skip to content

Commit a4b5173

Browse files
Merge pull request #213 from technote-space/release/next-v1.5.4
release: v1.5.5
2 parents 94dd44f + 24b9078 commit a4b5173

File tree

2 files changed

+230
-233
lines changed

2 files changed

+230
-233
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/assign-author",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"keywords": [
66
"github",
@@ -37,24 +37,24 @@
3737
"dependencies": {
3838
"@actions/core": "^1.2.6",
3939
"@actions/github": "^4.0.0",
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"
40+
"@technote-space/filter-github-action": "^0.5.9",
41+
"@technote-space/github-action-helper": "^4.4.4",
42+
"@technote-space/github-action-log-helper": "^0.1.9"
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.4",
48-
"@technote-space/release-github-actions-cli": "^1.7.2",
49-
"@types/jest": "^26.0.15",
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",
47+
"@technote-space/github-action-test-helper": "^0.6.5",
48+
"@technote-space/release-github-actions-cli": "^1.7.3",
49+
"@types/jest": "^26.0.16",
50+
"@types/node": "^14.14.10",
51+
"@typescript-eslint/eslint-plugin": "^4.9.0",
52+
"@typescript-eslint/parser": "^4.9.0",
53+
"eslint": "^7.15.0",
5454
"husky": "^4.3.0",
5555
"jest": "^26.6.3",
5656
"jest-circus": "^26.6.3",
57-
"lint-staged": "^10.5.1",
57+
"lint-staged": "^10.5.3",
5858
"nock": "^13.0.5",
5959
"ts-jest": "^26.4.4",
6060
"typescript": "^4.1.2"

0 commit comments

Comments
 (0)