Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
220e192
chore: update npm dependencies
technote-space Aug 31, 2021
d2cba90
feat: update package version
technote-space Aug 31, 2021
233d569
chore: update npm dependencies
technote-space Sep 4, 2021
6e8c443
chore: update npm dependencies
technote-space Sep 7, 2021
b03c639
chore: update npm dependencies
technote-space Sep 25, 2021
1b2927f
chore: update npm dependencies
technote-space Sep 28, 2021
388a1a4
chore: update npm dependencies
technote-space Oct 2, 2021
f7d321d
chore: update npm dependencies
technote-space Oct 5, 2021
ad4ebac
Merge remote-tracking branch 'origin/main' into release/next-v1.5.13
technote-space Oct 9, 2021
0506f53
chore: update npm dependencies
technote-space Oct 9, 2021
9fd1bfe
chore: update npm dependencies
technote-space Oct 12, 2021
e0b2876
chore: update npm dependencies
technote-space Oct 16, 2021
862998a
chore: update npm dependencies
technote-space Oct 19, 2021
3ce6718
chore: update npm dependencies
technote-space Oct 23, 2021
62729b7
chore: update npm dependencies
technote-space Oct 26, 2021
23222b7
chore: update npm dependencies
technote-space Oct 30, 2021
b5496d7
chore: update npm dependencies
technote-space Nov 2, 2021
7b85161
chore: update npm dependencies
technote-space Nov 6, 2021
7988b7a
chore: update npm dependencies
technote-space Nov 9, 2021
a3c1549
chore: update npm dependencies
technote-space Nov 13, 2021
f19c0a4
Merge branch 'main' into release/next-v1.5.13
technote-space Nov 13, 2021
632e2d1
chore: update packages
technote-space Nov 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.5.13",
"version": "1.5.14",
"description": "GitHub actions to assign author to issue or PR.",
"keywords": [
"github",
Expand Down Expand Up @@ -36,29 +36,29 @@
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install"
},
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@technote-space/filter-github-action": "^0.5.45",
"@technote-space/github-action-helper": "^5.2.19",
"@technote-space/github-action-log-helper": "^0.1.39"
"@technote-space/filter-github-action": "^0.5.48",
"@technote-space/github-action-helper": "^5.2.23",
"@technote-space/github-action-log-helper": "^0.1.41"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@technote-space/github-action-test-helper": "^0.7.25",
"@technote-space/release-github-actions-cli": "^1.8.6",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.5",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"jest": "^27.1.0",
"jest-circus": "^27.1.0",
"lint-staged": "^11.1.2",
"nock": "^13.1.3",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@technote-space/github-action-test-helper": "^0.7.28",
"@technote-space/release-github-actions-cli": "^1.8.8",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"lint-staged": "^11.2.6",
"nock": "^13.2.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading