Skip to content

Commit 2fc5d67

Browse files
Merge pull request #64 from technote-space/release/next-v1.5.4
release: v1.5.5
2 parents f474aee + afe990d commit 2fc5d67

File tree

2 files changed

+576
-680
lines changed

2 files changed

+576
-680
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/release-github-actions-cli",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Release GitHub Actions Cli",
55
"author": {
66
"name": "Technote",
@@ -29,7 +29,7 @@
2929
"release-ga": "./bin/release-ga"
3030
},
3131
"dependencies": {
32-
"@technote-space/release-github-actions": "^5.0.1",
32+
"@technote-space/release-github-actions": "^5.0.2",
3333
"commander": "^5.0.0",
3434
"cosmiconfig": "^6.0.0",
3535
"dotenv": "^8.2.0",
@@ -38,18 +38,18 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "^8.3.5",
4040
"@commitlint/config-conventional": "^8.3.4",
41-
"@technote-space/github-action-helper": "^2.0.0",
42-
"@technote-space/github-action-test-helper": "^0.3.1",
43-
"@types/jest": "^25.1.4",
44-
"@types/node": "^13.9.2",
45-
"@typescript-eslint/eslint-plugin": "^2.24.0",
46-
"@typescript-eslint/parser": "^2.24.0",
41+
"@technote-space/github-action-helper": "^2.0.3",
42+
"@technote-space/github-action-test-helper": "^0.3.3",
43+
"@types/jest": "^25.2.1",
44+
"@types/node": "^13.11.0",
45+
"@typescript-eslint/eslint-plugin": "^2.26.0",
46+
"@typescript-eslint/parser": "^2.26.0",
4747
"eslint": "^6.8.0",
4848
"husky": "^4.2.3",
49-
"jest": "^25.1.0",
50-
"jest-circus": "^25.1.0",
51-
"lint-staged": "^10.0.8",
52-
"ts-jest": "^25.2.1",
49+
"jest": "^25.2.7",
50+
"jest-circus": "^25.2.7",
51+
"lint-staged": "^10.1.1",
52+
"ts-jest": "^25.3.1",
5353
"typescript": "^3.8.3"
5454
},
5555
"publishConfig": {

0 commit comments

Comments
 (0)