|
1 | 1 | { |
2 | 2 | "name": "@technote-space/get-diff-action", |
3 | | - "version": "4.1.1", |
| 3 | + "version": "4.1.2", |
4 | 4 | "description": "GitHub actions to get git diff.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
37 | 37 | "postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@actions/core": "^1.2.7", |
41 | | - "@actions/github": "^4.0.0", |
42 | | - "@technote-space/filter-github-action": "^0.5.24", |
43 | | - "@technote-space/github-action-helper": "^5.2.6", |
44 | | - "@technote-space/github-action-log-helper": "^0.1.24", |
| 40 | + "@actions/core": "^1.4.0", |
| 41 | + "@actions/github": "^5.0.0", |
| 42 | + "@technote-space/filter-github-action": "^0.5.29", |
| 43 | + "@technote-space/github-action-helper": "^5.2.9", |
| 44 | + "@technote-space/github-action-log-helper": "^0.1.28", |
45 | 45 | "multimatch": "^5.0.0" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@commitlint/cli": "^12.1.1", |
49 | | - "@commitlint/config-conventional": "^12.1.1", |
50 | | - "@technote-space/github-action-test-helper": "^0.7.9", |
51 | | - "@technote-space/release-github-actions-cli": "^1.8.5", |
| 48 | + "@commitlint/cli": "^12.1.4", |
| 49 | + "@commitlint/config-conventional": "^12.1.4", |
| 50 | + "@technote-space/github-action-test-helper": "^0.7.13", |
| 51 | + "@technote-space/release-github-actions-cli": "^1.8.6", |
52 | 52 | "@types/jest": "^26.0.23", |
53 | | - "@types/node": "^15.0.1", |
54 | | - "@typescript-eslint/eslint-plugin": "^4.22.0", |
55 | | - "@typescript-eslint/parser": "^4.22.0", |
56 | | - "eslint": "^7.25.0", |
| 53 | + "@types/node": "^15.12.4", |
| 54 | + "@typescript-eslint/eslint-plugin": "^4.28.0", |
| 55 | + "@typescript-eslint/parser": "^4.28.0", |
| 56 | + "eslint": "^7.29.0", |
57 | 57 | "husky": "^6.0.0", |
58 | | - "jest": "^26.6.3", |
59 | | - "jest-circus": "^26.6.3", |
60 | | - "lint-staged": "^10.5.4", |
61 | | - "nock": "^13.0.11", |
| 58 | + "jest": "^27.0.5", |
| 59 | + "jest-circus": "^27.0.5", |
| 60 | + "lint-staged": "^11.0.0", |
| 61 | + "nock": "^13.1.0", |
62 | 62 | "pinst": "^2.1.6", |
63 | | - "ts-jest": "^26.5.5", |
64 | | - "typescript": "^4.2.4" |
| 63 | + "ts-jest": "^27.0.3", |
| 64 | + "typescript": "^4.3.4" |
65 | 65 | }, |
66 | 66 | "publishConfig": { |
67 | 67 | "access": "public" |
|
0 commit comments