Skip to content

Commit c2f5ebe

Browse files
Merge pull request #277 from technote-space/release/next-v2.0.8
release: v2.0.9
2 parents d9c2e4d + 564c3b1 commit c2f5ebe

File tree

2 files changed

+923
-798
lines changed

2 files changed

+923
-798
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",
@@ -27,26 +27,26 @@
2727
],
2828
"dependencies": {
2929
"@actions/core": "^1.2.4",
30-
"@actions/github": "^2.1.1",
30+
"@actions/github": "^2.2.0",
3131
"shell-escape": "^0.2.0",
3232
"sprintf-js": "^1.1.2"
3333
},
3434
"devDependencies": {
3535
"@commitlint/cli": "^8.3.5",
3636
"@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",
4343
"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",
4747
"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"
5050
},
5151
"publishConfig": {
5252
"access": "public"

0 commit comments

Comments
 (0)