Skip to content

Commit

Permalink
Merge pull request #199 from technote-space/release/next-v1.4.5
Browse files Browse the repository at this point in the history
release: v1.4.6
  • Loading branch information
technote-space authored Aug 17, 2020
2 parents 07b9ac4 + 3a000a5 commit 59e3bdf
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 796 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.4.5",
"version": "1.4.6",
"description": "GitHub actions to assign author to issue or PR.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -28,25 +28,25 @@
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^4.0.0",
"@technote-space/filter-github-action": "^0.4.0",
"@technote-space/github-action-helper": "^3.2.0"
"@technote-space/filter-github-action": "^0.5.1",
"@technote-space/github-action-helper": "^3.3.1"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@technote-space/github-action-test-helper": "^0.5.5",
"@technote-space/release-github-actions-cli": "^1.6.8",
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@technote-space/github-action-test-helper": "^0.5.6",
"@technote-space/release-github-actions-cli": "^1.6.9",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^7.7.0",
"husky": "^4.2.5",
"jest": "^26.2.2",
"jest-circus": "^26.2.2",
"jest": "^26.4.0",
"jest-circus": "^26.4.0",
"lint-staged": "^10.2.11",
"nock": "^13.0.3",
"ts-jest": "^26.1.4",
"nock": "^13.0.4",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 59e3bdf

Please sign in to comment.