|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/gh-actions-template",
|
3 |
| - "version": "0.7.1", |
| 3 | + "version": "0.7.2", |
4 | 4 | "description": "Template for GitHub actions.",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Technote",
|
|
25 | 25 | "action.yml"
|
26 | 26 | ],
|
27 | 27 | "dependencies": {
|
28 |
| - "@actions/core": "^1.2.5", |
| 28 | + "@actions/core": "^1.2.6", |
29 | 29 | "@actions/github": "^4.0.0",
|
30 | 30 | "@octokit/types": "^5.5.0",
|
31 |
| - "@technote-space/filter-github-action": "^0.5.3", |
32 |
| - "@technote-space/github-action-helper": "^4.0.1", |
33 |
| - "@technote-space/github-action-log-helper": "^0.1.0" |
| 31 | + "@technote-space/filter-github-action": "^0.5.5", |
| 32 | + "@technote-space/github-action-helper": "^4.0.4", |
| 33 | + "@technote-space/github-action-log-helper": "^0.1.4" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 | 36 | "@commitlint/cli": "^11.0.0",
|
37 | 37 | "@commitlint/config-conventional": "^11.0.0",
|
38 |
| - "@technote-space/github-action-test-helper": "^0.5.7", |
| 38 | + "@technote-space/github-action-test-helper": "^0.6.1", |
39 | 39 | "@technote-space/release-github-actions-cli": "^1.7.1",
|
40 | 40 | "@types/jest": "^26.0.14",
|
41 |
| - "@types/node": "^14.11.1", |
42 |
| - "@typescript-eslint/eslint-plugin": "^4.1.1", |
43 |
| - "@typescript-eslint/parser": "^4.1.1", |
44 |
| - "eslint": "^7.9.0", |
| 41 | + "@types/node": "^14.11.10", |
| 42 | + "@typescript-eslint/eslint-plugin": "^4.4.1", |
| 43 | + "@typescript-eslint/parser": "^4.4.1", |
| 44 | + "eslint": "^7.11.0", |
45 | 45 | "husky": "^4.3.0",
|
46 |
| - "jest": "^26.4.2", |
47 |
| - "jest-circus": "^26.4.2", |
48 |
| - "lint-staged": "^10.4.0", |
| 46 | + "jest": "^26.5.3", |
| 47 | + "jest-circus": "^26.5.3", |
| 48 | + "lint-staged": "^10.4.2", |
49 | 49 | "nock": "^13.0.4",
|
50 |
| - "ts-jest": "^26.4.0", |
| 50 | + "ts-jest": "^26.4.1", |
51 | 51 | "typescript": "^4.0.3"
|
52 | 52 | },
|
53 | 53 | "publishConfig": {
|
|
0 commit comments