Skip to content

Commit efd13e8

Browse files
Merge pull request #260 from technote-space/release/next-v1.6.1
release: v1.6.2
2 parents aaaa022 + 92ace34 commit efd13e8

File tree

2 files changed

+1238
-865
lines changed

2 files changed

+1238
-865
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.1",
3+
"version": "1.6.2",
44
"description": "GitHub actions to assign author to issue or PR.",
55
"keywords": [
66
"github",
@@ -39,30 +39,30 @@
3939
"devDependencies": {
4040
"@actions/core": "^1.10.0",
4141
"@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",
42+
"@commitlint/cli": "^17.6.3",
43+
"@commitlint/config-conventional": "^17.6.3",
44+
"@rollup/plugin-commonjs": "^25.0.0",
45+
"@rollup/plugin-json": "^6.0.0",
46+
"@rollup/plugin-node-resolve": "^15.0.2",
47+
"@rollup/plugin-typescript": "^11.1.1",
4848
"@sindresorhus/tsconfig": "^3.0.1",
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",
59-
"eslint-plugin-import": "^2.26.0",
60-
"husky": "^8.0.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"
49+
"@technote-space/filter-github-action": "^0.6.13",
50+
"@technote-space/github-action-helper": "^5.3.16",
51+
"@technote-space/github-action-log-helper": "^0.2.19",
52+
"@technote-space/github-action-test-helper": "^0.11.16",
53+
"@technote-space/release-github-actions-cli": "^1.9.5",
54+
"@types/node": "^20.2.5",
55+
"@typescript-eslint/eslint-plugin": "^5.59.7",
56+
"@typescript-eslint/parser": "^5.59.7",
57+
"@vitest/coverage-c8": "^0.31.1",
58+
"eslint": "^8.41.0",
59+
"eslint-plugin-import": "^2.27.5",
60+
"husky": "^8.0.3",
61+
"lint-staged": "^13.2.2",
62+
"nock": "^13.3.1",
63+
"rollup": "^3.23.0",
64+
"typescript": "^5.0.4",
65+
"vitest": "^0.31.1"
6666
},
6767
"publishConfig": {
6868
"access": "public"

0 commit comments

Comments
 (0)