Skip to content

Commit

Permalink
Merge pull request #416 from technote-space/release/next-v5.3.7
Browse files Browse the repository at this point in the history
release: v5.3.8
  • Loading branch information
technote-space authored Jul 16, 2022
2 parents f5d3a49 + 48d6208 commit 2faf788
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 389 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-helper",
"version": "5.3.7",
"version": "5.3.8",
"description": "Helper for GitHub Action.",
"keywords": [
"github",
Expand Down Expand Up @@ -43,33 +43,33 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@octokit/openapi-types": "^11.2.0",
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
"@technote-space/github-action-log-helper": "^0.2.5",
"@octokit/openapi-types": "^12.8.0",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0",
"@technote-space/github-action-log-helper": "^0.2.6",
"shell-escape": "^0.2.0",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@rollup/plugin-typescript": "^8.3.2",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-typescript": "^8.3.3",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-test-helper": "^0.9.7",
"@types/node": "^17.0.38",
"@technote-space/github-action-test-helper": "^0.9.8",
"@types/node": "^18.0.3",
"@types/shell-escape": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"c8": "^7.11.3",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"nock": "^13.2.4",
"rollup": "^2.75.4",
"typescript": "^4.7.2",
"vitest": "^0.13.1"
"lint-staged": "^13.0.3",
"nock": "^13.2.8",
"rollup": "^2.76.0",
"typescript": "^4.7.4",
"vitest": "^0.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 2faf788

Please sign in to comment.