Skip to content

Commit 6df8482

Browse files
Merge remote-tracking branch 'origin/master' into chore/chore-sync-workflows
2 parents 5ef4aa6 + 2df5f54 commit 6df8482

File tree

2 files changed

+632
-513
lines changed

2 files changed

+632
-513
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.3.4",
3+
"version": "1.3.5",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"author": {
66
"name": "Technote",
@@ -28,25 +28,25 @@
2828
"dependencies": {
2929
"@actions/core": "^1.2.3",
3030
"@actions/github": "^2.1.1",
31-
"@technote-space/filter-github-action": "^0.2.9",
32-
"@technote-space/github-action-helper": "^2.0.4"
31+
"@technote-space/filter-github-action": "^0.2.11",
32+
"@technote-space/github-action-helper": "^2.0.7"
3333
},
3434
"devDependencies": {
3535
"@commitlint/cli": "^8.3.5",
3636
"@commitlint/config-conventional": "^8.3.4",
37-
"@technote-space/github-action-test-helper": "^0.3.5",
37+
"@technote-space/github-action-test-helper": "^0.3.6",
3838
"@technote-space/release-github-actions-cli": "^1.6.0",
3939
"@types/jest": "^25.2.1",
40-
"@types/node": "^13.11.0",
41-
"@typescript-eslint/eslint-plugin": "^2.27.0",
42-
"@typescript-eslint/parser": "^2.27.0",
40+
"@types/node": "^13.13.4",
41+
"@typescript-eslint/eslint-plugin": "^2.30.0",
42+
"@typescript-eslint/parser": "^2.30.0",
4343
"eslint": "^6.8.0",
44-
"husky": "^4.2.3",
45-
"jest": "^25.2.7",
46-
"jest-circus": "^25.2.7",
47-
"lint-staged": "^10.1.2",
44+
"husky": "^4.2.5",
45+
"jest": "^25.4.0",
46+
"jest-circus": "^25.4.0",
47+
"lint-staged": "^10.1.7",
4848
"nock": "^12.0.3",
49-
"ts-jest": "^25.3.1",
49+
"ts-jest": "^25.4.0",
5050
"typescript": "^3.8.3"
5151
},
5252
"publishConfig": {

0 commit comments

Comments
 (0)