Skip to content

Commit

Permalink
Merge pull request #260 from technote-space/release/next-v1.6.1
Browse files Browse the repository at this point in the history
release: v1.6.2
  • Loading branch information
technote-space authored May 29, 2023
2 parents aaaa022 + 92ace34 commit efd13e8
Show file tree
Hide file tree
Showing 2 changed files with 1,238 additions and 865 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.6.1",
"version": "1.6.2",
"description": "GitHub actions to assign author to issue or PR.",
"keywords": [
"github",
Expand Down Expand Up @@ -39,30 +39,30 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/filter-github-action": "^0.6.4",
"@technote-space/github-action-helper": "^5.3.9",
"@technote-space/github-action-log-helper": "^0.2.8",
"@technote-space/github-action-test-helper": "^0.11.0",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitest/coverage-c8": "^0.24.5",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"nock": "^13.2.9",
"rollup": "^3.2.5",
"typescript": "^4.8.4",
"vitest": "^0.24.5"
"@technote-space/filter-github-action": "^0.6.13",
"@technote-space/github-action-helper": "^5.3.16",
"@technote-space/github-action-log-helper": "^0.2.19",
"@technote-space/github-action-test-helper": "^0.11.16",
"@technote-space/release-github-actions-cli": "^1.9.5",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nock": "^13.3.1",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit efd13e8

Please sign in to comment.