Skip to content

Commit 301ae28

Browse files
Merge pull request #84 from technote-space/release/next-v0.5.17
release: v0.5.18
2 parents b1688ab + e832e14 commit 301ae28

File tree

2 files changed

+327
-319
lines changed

2 files changed

+327
-319
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-version-helper",
3-
"version": "0.5.17",
3+
"version": "0.5.18",
44
"description": "Version helper for GitHub Actions.",
55
"keywords": [
66
"github",
@@ -38,28 +38,28 @@
3838
},
3939
"dependencies": {
4040
"@actions/github": "^5.0.0",
41-
"@octokit/openapi-types": "^7.2.3",
41+
"@octokit/openapi-types": "^7.3.2",
4242
"@technote-space/github-action-helper": "^5.2.9",
43-
"@technote-space/github-action-log-helper": "^0.1.26"
43+
"@technote-space/github-action-log-helper": "^0.1.27"
4444
},
4545
"devDependencies": {
4646
"@commitlint/cli": "^12.1.4",
4747
"@commitlint/config-conventional": "^12.1.4",
48-
"@octokit/types": "^6.16.2",
48+
"@octokit/types": "^6.16.4",
4949
"@technote-space/github-action-test-helper": "^0.7.12",
5050
"@types/jest": "^26.0.23",
51-
"@types/node": "^15.12.1",
52-
"@typescript-eslint/eslint-plugin": "^4.26.0",
53-
"@typescript-eslint/parser": "^4.26.0",
54-
"eslint": "^7.28.0",
51+
"@types/node": "^15.12.4",
52+
"@typescript-eslint/eslint-plugin": "^4.27.0",
53+
"@typescript-eslint/parser": "^4.27.0",
54+
"eslint": "^7.29.0",
5555
"husky": "^6.0.0",
5656
"jest": "^27.0.4",
5757
"jest-circus": "^27.0.4",
5858
"lint-staged": "^11.0.0",
5959
"nock": "^13.1.0",
6060
"pinst": "^2.1.6",
6161
"ts-jest": "^27.0.3",
62-
"typescript": "^4.3.2"
62+
"typescript": "^4.3.4"
6363
},
6464
"publishConfig": {
6565
"access": "public"

0 commit comments

Comments
 (0)