Skip to content
Merged
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@
},
"dependencies": {
"@actions/github": "^5.0.0",
"@octokit/openapi-types": "^10.1.1",
"@technote-space/github-action-helper": "^5.2.20",
"@technote-space/github-action-log-helper": "^0.1.40"
"@octokit/openapi-types": "^11.2.0",
"@technote-space/github-action-helper": "^5.2.23",
"@technote-space/github-action-log-helper": "^0.1.41"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@octokit/types": "^6.27.0",
"@technote-space/github-action-test-helper": "^0.7.27",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"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",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@octokit/types": "^6.34.0",
"@technote-space/github-action-test-helper": "^0.7.28",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"lint-staged": "^11.2.6",
"nock": "^13.2.0",
"pinst": "^2.1.6",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading