|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "2.0.8", |
| 3 | + "version": "2.0.9", |
4 | 4 | "description": "Helper to filter GitHub Action.",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Technote",
|
|
27 | 27 | ],
|
28 | 28 | "dependencies": {
|
29 | 29 | "@actions/core": "^1.2.4",
|
30 |
| - "@actions/github": "^2.1.1", |
| 30 | + "@actions/github": "^2.2.0", |
31 | 31 | "shell-escape": "^0.2.0",
|
32 | 32 | "sprintf-js": "^1.1.2"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 | 35 | "@commitlint/cli": "^8.3.5",
|
36 | 36 | "@commitlint/config-conventional": "^8.3.4",
|
37 |
| - "@technote-space/github-action-test-helper": "^0.3.6", |
38 |
| - "@types/jest": "^25.2.1", |
39 |
| - "@types/node": "^13.13.4", |
40 |
| - "@typescript-eslint/eslint-plugin": "^2.30.0", |
41 |
| - "@typescript-eslint/parser": "^2.30.0", |
42 |
| - "eslint": "^6.8.0", |
| 37 | + "@technote-space/github-action-test-helper": "^0.3.7", |
| 38 | + "@types/jest": "^25.2.3", |
| 39 | + "@types/node": "^14.0.4", |
| 40 | + "@typescript-eslint/eslint-plugin": "^3.0.0", |
| 41 | + "@typescript-eslint/parser": "^3.0.0", |
| 42 | + "eslint": "^7.0.0", |
43 | 43 | "husky": "^4.2.5",
|
44 |
| - "jest": "^25.5.3", |
45 |
| - "jest-circus": "^25.5.3", |
46 |
| - "lint-staged": "^10.2.2", |
| 44 | + "jest": "^26.0.1", |
| 45 | + "jest-circus": "^26.0.1", |
| 46 | + "lint-staged": "^10.2.4", |
47 | 47 | "nock": "^12.0.3",
|
48 |
| - "ts-jest": "^25.4.0", |
49 |
| - "typescript": "^3.8.3" |
| 48 | + "ts-jest": "^26.0.0", |
| 49 | + "typescript": "^3.9.3" |
50 | 50 | },
|
51 | 51 | "publishConfig": {
|
52 | 52 | "access": "public"
|
|
0 commit comments