Skip to content

Commit 23e6424

Browse files
Merge pull request #249 from technote-space/release/next-v1.6.0
release: v1.6.1
2 parents 288b253 + 259c50f commit 23e6424

File tree

3 files changed

+783
-687
lines changed

3 files changed

+783
-687
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/assign-author",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"keywords": [
66
"github",
@@ -37,32 +37,32 @@
3737
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
3838
},
3939
"devDependencies": {
40-
"@actions/core": "^1.9.0",
41-
"@actions/github": "^5.0.3",
42-
"@commitlint/cli": "^17.0.2",
43-
"@commitlint/config-conventional": "^17.0.2",
44-
"@rollup/plugin-commonjs": "^22.0.0",
45-
"@rollup/plugin-json": "^4.1.0",
46-
"@rollup/plugin-node-resolve": "^13.3.0",
47-
"@rollup/plugin-typescript": "^8.3.3",
40+
"@actions/core": "^1.10.0",
41+
"@actions/github": "^5.1.1",
42+
"@commitlint/cli": "^17.2.0",
43+
"@commitlint/config-conventional": "^17.2.0",
44+
"@rollup/plugin-commonjs": "^23.0.2",
45+
"@rollup/plugin-json": "^5.0.1",
46+
"@rollup/plugin-node-resolve": "^15.0.1",
47+
"@rollup/plugin-typescript": "^9.0.2",
4848
"@sindresorhus/tsconfig": "^3.0.1",
49-
"@technote-space/filter-github-action": "^0.6.2",
50-
"@technote-space/github-action-helper": "^5.3.7",
51-
"@technote-space/github-action-log-helper": "^0.2.6",
52-
"@technote-space/github-action-test-helper": "^0.9.8",
53-
"@technote-space/release-github-actions-cli": "^1.9.0",
54-
"@types/node": "^18.0.0",
55-
"@typescript-eslint/eslint-plugin": "^5.28.0",
56-
"@typescript-eslint/parser": "^5.28.0",
57-
"c8": "^7.11.3",
58-
"eslint": "^8.18.0",
49+
"@technote-space/filter-github-action": "^0.6.4",
50+
"@technote-space/github-action-helper": "^5.3.9",
51+
"@technote-space/github-action-log-helper": "^0.2.8",
52+
"@technote-space/github-action-test-helper": "^0.11.0",
53+
"@technote-space/release-github-actions-cli": "^1.9.3",
54+
"@types/node": "^18.11.9",
55+
"@typescript-eslint/eslint-plugin": "^5.42.0",
56+
"@typescript-eslint/parser": "^5.42.0",
57+
"@vitest/coverage-c8": "^0.24.5",
58+
"eslint": "^8.26.0",
5959
"eslint-plugin-import": "^2.26.0",
6060
"husky": "^8.0.1",
61-
"lint-staged": "^13.0.2",
62-
"nock": "^13.2.7",
63-
"rollup": "^2.75.6",
64-
"typescript": "^4.7.4",
65-
"vitest": "^0.15.1"
61+
"lint-staged": "^13.0.3",
62+
"nock": "^13.2.9",
63+
"rollup": "^3.2.5",
64+
"typescript": "^4.8.4",
65+
"vitest": "^0.24.5"
6666
},
6767
"publishConfig": {
6868
"access": "public"
File renamed without changes.

0 commit comments

Comments
 (0)