Skip to content

Commit 3caf3cf

Browse files
Merge pull request #161 from technote-space/release/v1.2.11
release/v1.2.11
2 parents a5dad1f + bd2ac40 commit 3caf3cf

File tree

2 files changed

+138
-138
lines changed

2 files changed

+138
-138
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.2.10",
3+
"version": "1.2.11",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"author": {
66
"name": "Technote",
@@ -27,22 +27,22 @@
2727
],
2828
"dependencies": {
2929
"@actions/core": "^1.2.2",
30-
"@actions/github": "^2.1.0",
31-
"@technote-space/filter-github-action": "^0.2.2",
32-
"@technote-space/github-action-helper": "^1.1.3"
30+
"@actions/github": "^2.1.1",
31+
"@technote-space/filter-github-action": "^0.2.4",
32+
"@technote-space/github-action-helper": "^1.2.0"
3333
},
3434
"devDependencies": {
35-
"@technote-space/github-action-test-helper": "^0.2.2",
36-
"@types/jest": "^25.1.2",
37-
"@types/node": "^13.7.1",
38-
"@typescript-eslint/eslint-plugin": "^2.19.2",
39-
"@typescript-eslint/parser": "^2.19.2",
35+
"@technote-space/github-action-test-helper": "^0.2.4",
36+
"@types/jest": "^25.1.3",
37+
"@types/node": "^13.7.6",
38+
"@typescript-eslint/eslint-plugin": "^2.21.0",
39+
"@typescript-eslint/parser": "^2.21.0",
4040
"eslint": "^6.8.0",
4141
"jest": "^25.1.0",
4242
"jest-circus": "^25.1.0",
43-
"nock": "^11.8.2",
44-
"ts-jest": "^25.2.0",
45-
"typescript": "^3.7.5"
43+
"nock": "^12.0.1",
44+
"ts-jest": "^25.2.1",
45+
"typescript": "^3.8.2"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)