Skip to content

Commit 23c3426

Browse files
Merge pull request #193 from technote-space/release/next-v1.4.1
release: v1.4.2
2 parents 1443a67 + 5a6a5db commit 23c3426

File tree

2 files changed

+111
-111
lines changed

2 files changed

+111
-111
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/assign-author",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"author": {
66
"name": "Technote",
@@ -28,26 +28,26 @@
2828
"dependencies": {
2929
"@actions/core": "^1.2.4",
3030
"@actions/github": "^4.0.0",
31-
"@technote-space/filter-github-action": "^0.2.18",
31+
"@technote-space/filter-github-action": "^0.2.19",
3232
"@technote-space/github-action-helper": "^3.0.3"
3333
},
3434
"devDependencies": {
3535
"@commitlint/cli": "^9.0.1",
3636
"@commitlint/config-conventional": "^9.0.1",
3737
"@technote-space/github-action-test-helper": "^0.5.1",
3838
"@technote-space/release-github-actions-cli": "^1.6.8",
39-
"@types/jest": "^26.0.3",
40-
"@types/node": "^14.0.14",
41-
"@typescript-eslint/eslint-plugin": "^3.5.0",
42-
"@typescript-eslint/parser": "^3.5.0",
43-
"eslint": "^7.3.1",
39+
"@types/jest": "^26.0.4",
40+
"@types/node": "^14.0.22",
41+
"@typescript-eslint/eslint-plugin": "^3.6.0",
42+
"@typescript-eslint/parser": "^3.6.0",
43+
"eslint": "^7.4.0",
4444
"husky": "^4.2.5",
4545
"jest": "^26.1.0",
4646
"jest-circus": "^26.1.0",
4747
"lint-staged": "^10.2.11",
48-
"nock": "^13.0.1",
48+
"nock": "^13.0.2",
4949
"ts-jest": "^26.1.1",
50-
"typescript": "^3.9.5"
50+
"typescript": "^3.9.6"
5151
},
5252
"publishConfig": {
5353
"access": "public"

0 commit comments

Comments
 (0)