|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/release-github-actions-cli",
|
3 |
| - "version": "1.5.4", |
| 3 | + "version": "1.5.5", |
4 | 4 | "description": "Release GitHub Actions Cli",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Technote",
|
|
29 | 29 | "release-ga": "./bin/release-ga"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@technote-space/release-github-actions": "^5.0.1", |
| 32 | + "@technote-space/release-github-actions": "^5.0.2", |
33 | 33 | "commander": "^5.0.0",
|
34 | 34 | "cosmiconfig": "^6.0.0",
|
35 | 35 | "dotenv": "^8.2.0",
|
|
38 | 38 | "devDependencies": {
|
39 | 39 | "@commitlint/cli": "^8.3.5",
|
40 | 40 | "@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", |
47 | 47 | "eslint": "^6.8.0",
|
48 | 48 | "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", |
53 | 53 | "typescript": "^3.8.3"
|
54 | 54 | },
|
55 | 55 | "publishConfig": {
|
|
0 commit comments