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

Commit 8b33d77

Browse files
Merge pull request #152 from technote-space/release/next-v4.1.1
release: v4.1.2
2 parents ad7516e + 88f912e commit 8b33d77

File tree

2 files changed

+1228
-2237
lines changed

2 files changed

+1228
-2237
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/get-diff-action",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "GitHub actions to get git diff.",
55
"keywords": [
66
"github",
@@ -37,31 +37,31 @@
3737
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
3838
},
3939
"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",
4545
"multimatch": "^5.0.0"
4646
},
4747
"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",
5252
"@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",
5757
"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",
6262
"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"
6565
},
6666
"publishConfig": {
6767
"access": "public"

0 commit comments

Comments
 (0)