Skip to content

Commit

Permalink
Merge pull request #433 from technote-space/release/next-v5.3.13
Browse files Browse the repository at this point in the history
release: v5.3.14
  • Loading branch information
technote-space authored May 21, 2023
2 parents 649efaa + 6c95848 commit 72e940f
Show file tree
Hide file tree
Showing 2 changed files with 704 additions and 600 deletions.
32 changes: 16 additions & 16 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.13",
"version": "5.3.14",
"description": "Helper for GitHub Action.",
"keywords": [
"github",
Expand Down Expand Up @@ -45,29 +45,29 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@technote-space/github-action-log-helper": "^0.2.11",
"@technote-space/github-action-log-helper": "^0.2.17",
"shell-escape": "^0.2.0",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-test-helper": "^0.11.3",
"@types/node": "^18.14.0",
"@technote-space/github-action-test-helper": "^0.11.14",
"@types/node": "^20.2.1",
"@types/shell-escape": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.34.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"nock": "^13.3.0",
"rollup": "^3.17.2",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
"lint-staged": "^13.2.2",
"nock": "^13.3.1",
"rollup": "^3.22.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 72e940f

Please sign in to comment.