Skip to content
Merged
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-version-helper",
"version": "0.5.18",
"version": "0.5.19",
"description": "Version helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -38,28 +38,28 @@
},
"dependencies": {
"@actions/github": "^5.0.0",
"@octokit/openapi-types": "^7.3.2",
"@technote-space/github-action-helper": "^5.2.9",
"@technote-space/github-action-log-helper": "^0.1.27"
"@octokit/openapi-types": "^9.7.0",
"@technote-space/github-action-helper": "^5.2.19",
"@technote-space/github-action-log-helper": "^0.1.39"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@octokit/types": "^6.16.4",
"@technote-space/github-action-test-helper": "^0.7.12",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.29.0",
"husky": "^6.0.0",
"jest": "^27.0.4",
"jest-circus": "^27.0.4",
"lint-staged": "^11.0.0",
"nock": "^13.1.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@octokit/types": "^6.25.0",
"@technote-space/github-action-test-helper": "^0.7.25",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.5",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"jest": "^27.1.0",
"jest-circus": "^27.1.0",
"lint-staged": "^11.1.2",
"nock": "^13.1.3",
"pinst": "^2.1.6",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading