|
1 | 1 | { |
2 | 2 | "name": "@technote-space/get-diff-action", |
3 | | - "version": "6.1.1", |
| 3 | + "version": "6.1.2", |
4 | 4 | "description": "GitHub actions to get git diff.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
40 | 40 | "devDependencies": { |
41 | 41 | "@actions/core": "^1.10.0", |
42 | 42 | "@actions/github": "^5.1.1", |
43 | | - "@babel/preset-env": "^7.19.4", |
44 | | - "@commitlint/cli": "^17.1.2", |
45 | | - "@commitlint/config-conventional": "^17.1.0", |
46 | | - "@rollup/plugin-commonjs": "^23.0.0", |
47 | | - "@rollup/plugin-json": "^5.0.0", |
48 | | - "@rollup/plugin-node-resolve": "^15.0.0", |
49 | | - "@rollup/plugin-typescript": "^9.0.1", |
| 43 | + "@babel/preset-env": "^7.20.2", |
| 44 | + "@commitlint/cli": "^17.3.0", |
| 45 | + "@commitlint/config-conventional": "^17.3.0", |
| 46 | + "@rollup/plugin-commonjs": "^23.0.3", |
| 47 | + "@rollup/plugin-json": "^5.0.2", |
| 48 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 49 | + "@rollup/plugin-typescript": "^10.0.1", |
50 | 50 | "@sindresorhus/tsconfig": "^3.0.1", |
51 | | - "@technote-space/filter-github-action": "^0.6.4", |
52 | | - "@technote-space/github-action-helper": "^5.3.8", |
53 | | - "@technote-space/github-action-log-helper": "^0.2.8", |
54 | | - "@technote-space/github-action-test-helper": "^0.11.0", |
| 51 | + "@technote-space/filter-github-action": "^0.6.6", |
| 52 | + "@technote-space/github-action-helper": "^5.3.10", |
| 53 | + "@technote-space/github-action-log-helper": "^0.2.9", |
| 54 | + "@technote-space/github-action-test-helper": "^0.11.1", |
55 | 55 | "@technote-space/release-github-actions-cli": "^1.9.3", |
56 | | - "@types/node": "^18.11.0", |
57 | | - "@typescript-eslint/eslint-plugin": "^5.40.0", |
58 | | - "@typescript-eslint/parser": "^5.40.0", |
59 | | - "@vercel/ncc": "^0.34.0", |
60 | | - "@vitest/coverage-c8": "^0.24.3", |
61 | | - "eslint": "^8.25.0", |
| 56 | + "@types/node": "^18.11.11", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.45.1", |
| 58 | + "@typescript-eslint/parser": "^5.45.1", |
| 59 | + "@vercel/ncc": "^0.36.0", |
| 60 | + "@vitest/coverage-c8": "^0.25.4", |
| 61 | + "eslint": "^8.29.0", |
62 | 62 | "eslint-plugin-import": "^2.26.0", |
63 | | - "husky": "^8.0.1", |
64 | | - "lint-staged": "^13.0.3", |
| 63 | + "husky": "^8.0.2", |
| 64 | + "lint-staged": "^13.1.0", |
65 | 65 | "multimatch": "^6.0.0", |
66 | 66 | "nock": "^13.2.9", |
67 | 67 | "pinst": "^3.0.0", |
68 | | - "rollup": "^3.2.1", |
69 | | - "typescript": "^4.8.4", |
70 | | - "vitest": "^0.24.3" |
| 68 | + "rollup": "^3.6.0", |
| 69 | + "typescript": "^4.9.3", |
| 70 | + "vitest": "^0.25.4" |
71 | 71 | }, |
72 | 72 | "publishConfig": { |
73 | 73 | "access": "public" |
|
0 commit comments