|
41 | 41 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@technote-space/github-action-helper": "^5.2.23", |
45 | | - "@technote-space/github-action-log-helper": "^0.1.41", |
| 44 | + "@technote-space/github-action-helper": "^5.2.24", |
| 45 | + "@technote-space/github-action-log-helper": "^0.1.43", |
46 | 46 | "@technote-space/release-github-actions": "^7.1.0", |
47 | 47 | "commander": "^8.3.0", |
48 | 48 | "cosmiconfig": "^7.0.1", |
|
52 | 52 | "devDependencies": { |
53 | 53 | "@commitlint/cli": "^15.0.0", |
54 | 54 | "@commitlint/config-conventional": "^15.0.0", |
55 | | - "@technote-space/github-action-test-helper": "^0.7.28", |
| 55 | + "@technote-space/github-action-test-helper": "^0.7.29", |
56 | 56 | "@types/jest": "^27.0.3", |
57 | | - "@types/node": "^16.11.11", |
58 | | - "@typescript-eslint/eslint-plugin": "^5.5.0", |
59 | | - "@typescript-eslint/parser": "^5.5.0", |
60 | | - "eslint": "^8.3.0", |
| 57 | + "@types/node": "^16.11.12", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.6.0", |
| 59 | + "@typescript-eslint/parser": "^5.6.0", |
| 60 | + "eslint": "^8.4.1", |
61 | 61 | "husky": "^7.0.4", |
62 | 62 | "jest": "^27.4.3", |
63 | 63 | "jest-circus": "^27.4.2", |
64 | 64 | "lint-staged": "^12.1.2", |
65 | 65 | "pinst": "^2.1.6", |
66 | | - "ts-jest": "^27.0.7", |
67 | | - "typescript": "^4.5.2" |
| 66 | + "ts-jest": "^27.1.1", |
| 67 | + "typescript": "^4.5.3" |
68 | 68 | }, |
69 | 69 | "publishConfig": { |
70 | 70 | "access": "public" |
|
0 commit comments