Skip to content

Commit cd44b58

Browse files
Merge pull request #53 from technote-space/release/next-v0.5.1
release: v0.5.2
2 parents eb490df + 5899522 commit cd44b58

File tree

2 files changed

+451
-455
lines changed

2 files changed

+451
-455
lines changed

package.json

Lines changed: 10 additions & 10 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.1",
3+
"version": "0.5.2",
44
"description": "Version helper for GitHub Actions.",
55
"author": {
66
"name": "Technote",
@@ -27,25 +27,25 @@
2727
],
2828
"dependencies": {
2929
"@actions/github": "^4.0.0",
30-
"@technote-space/github-action-helper": "^4.0.2",
31-
"@technote-space/github-action-log-helper": "^0.1.1"
30+
"@technote-space/github-action-helper": "^4.0.3",
31+
"@technote-space/github-action-log-helper": "^0.1.2"
3232
},
3333
"devDependencies": {
3434
"@commitlint/cli": "^11.0.0",
3535
"@commitlint/config-conventional": "^11.0.0",
3636
"@octokit/types": "^5.5.0",
37-
"@technote-space/github-action-test-helper": "^0.6.0",
37+
"@technote-space/github-action-test-helper": "^0.6.1",
3838
"@types/jest": "^26.0.14",
39-
"@types/node": "^14.11.2",
40-
"@typescript-eslint/eslint-plugin": "^4.2.0",
41-
"@typescript-eslint/parser": "^4.2.0",
39+
"@types/node": "^14.11.5",
40+
"@typescript-eslint/eslint-plugin": "^4.4.0",
41+
"@typescript-eslint/parser": "^4.4.0",
4242
"eslint": "^7.10.0",
4343
"husky": "^4.3.0",
44-
"jest": "^26.4.2",
45-
"jest-circus": "^26.4.2",
44+
"jest": "^26.5.2",
45+
"jest-circus": "^26.5.2",
4646
"lint-staged": "^10.4.0",
4747
"nock": "^13.0.4",
48-
"ts-jest": "^26.4.0",
48+
"ts-jest": "^26.4.1",
4949
"typescript": "^4.0.3"
5050
},
5151
"publishConfig": {

0 commit comments

Comments
 (0)