Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 8b488b8

Browse files
Merge pull request #198 from technote-space/release/next-v6.1.1
release: v6.1.2
2 parents 2003910 + c0555dd commit 8b488b8

File tree

2 files changed

+765
-697
lines changed

2 files changed

+765
-697
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/get-diff-action",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "GitHub actions to get git diff.",
55
"keywords": [
66
"github",
@@ -40,34 +40,34 @@
4040
"devDependencies": {
4141
"@actions/core": "^1.10.0",
4242
"@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",
5050
"@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",
5555
"@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",
6262
"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",
6565
"multimatch": "^6.0.0",
6666
"nock": "^13.2.9",
6767
"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"
7171
},
7272
"publishConfig": {
7373
"access": "public"

0 commit comments

Comments
 (0)