Skip to content

Commit 664d39c

Browse files
Merge pull request #200 from technote-space/release/next-v1.4.6
release: v1.4.7
2 parents 9f4ff09 + 0c7ad0e commit 664d39c

File tree

2 files changed

+468
-362
lines changed

2 files changed

+468
-362
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.4.6",
3+
"version": "1.4.7",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"author": {
66
"name": "Technote",
@@ -26,28 +26,28 @@
2626
"action.yml"
2727
],
2828
"dependencies": {
29-
"@actions/core": "^1.2.4",
29+
"@actions/core": "^1.2.5",
3030
"@actions/github": "^4.0.0",
31-
"@technote-space/filter-github-action": "^0.5.1",
32-
"@technote-space/github-action-helper": "^3.3.1"
31+
"@technote-space/filter-github-action": "^0.5.2",
32+
"@technote-space/github-action-helper": "^3.4.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/cli": "^9.1.2",
3636
"@commitlint/config-conventional": "^9.1.2",
37-
"@technote-space/github-action-test-helper": "^0.5.6",
38-
"@technote-space/release-github-actions-cli": "^1.6.9",
39-
"@types/jest": "^26.0.10",
40-
"@types/node": "^14.6.0",
41-
"@typescript-eslint/eslint-plugin": "^3.9.1",
42-
"@typescript-eslint/parser": "^3.9.1",
43-
"eslint": "^7.7.0",
37+
"@technote-space/github-action-test-helper": "^0.5.7",
38+
"@technote-space/release-github-actions-cli": "^1.6.10",
39+
"@types/jest": "^26.0.13",
40+
"@types/node": "^14.6.4",
41+
"@typescript-eslint/eslint-plugin": "^4.0.1",
42+
"@typescript-eslint/parser": "^4.0.1",
43+
"eslint": "^7.8.1",
4444
"husky": "^4.2.5",
45-
"jest": "^26.4.0",
46-
"jest-circus": "^26.4.0",
47-
"lint-staged": "^10.2.11",
45+
"jest": "^26.4.2",
46+
"jest-circus": "^26.4.2",
47+
"lint-staged": "^10.3.0",
4848
"nock": "^13.0.4",
49-
"ts-jest": "^26.2.0",
50-
"typescript": "^3.9.7"
49+
"ts-jest": "^26.3.0",
50+
"typescript": "^4.0.2"
5151
},
5252
"publishConfig": {
5353
"access": "public"

0 commit comments

Comments
 (0)