Skip to content

Commit 99ccadb

Browse files
Merge pull request #177 from technote-space/release/next-v1.3.1
release: v1.3.2
2 parents e3af51b + 05c7809 commit 99ccadb

File tree

2 files changed

+526
-627
lines changed

2 files changed

+526
-627
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/assign-author",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"author": {
66
"name": "Technote",
@@ -28,23 +28,23 @@
2828
"dependencies": {
2929
"@actions/core": "^1.2.3",
3030
"@actions/github": "^2.1.1",
31-
"@technote-space/filter-github-action": "^0.2.6",
32-
"@technote-space/github-action-helper": "^2.0.0"
31+
"@technote-space/filter-github-action": "^0.2.7",
32+
"@technote-space/github-action-helper": "^2.0.1"
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.1",
38-
"@technote-space/release-github-actions-cli": "^1.5.3",
37+
"@technote-space/github-action-test-helper": "^0.3.2",
38+
"@technote-space/release-github-actions-cli": "^1.5.4",
3939
"@types/jest": "^25.1.4",
40-
"@types/node": "^13.9.2",
41-
"@typescript-eslint/eslint-plugin": "^2.24.0",
42-
"@typescript-eslint/parser": "^2.24.0",
40+
"@types/node": "^13.9.5",
41+
"@typescript-eslint/eslint-plugin": "^2.25.0",
42+
"@typescript-eslint/parser": "^2.25.0",
4343
"eslint": "^6.8.0",
4444
"husky": "^4.2.3",
45-
"jest": "^25.1.0",
46-
"jest-circus": "^25.1.0",
47-
"lint-staged": "^10.0.8",
45+
"jest": "^25.2.3",
46+
"jest-circus": "^25.2.3",
47+
"lint-staged": "^10.0.9",
4848
"nock": "^12.0.3",
4949
"ts-jest": "^25.2.1",
5050
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)