Skip to content

Commit 2bca9a9

Browse files
Merge pull request #271 from technote-space/release/next-v2.0.4
release: v2.0.5
2 parents f434600 + c609f35 commit 2bca9a9

File tree

2 files changed

+101
-120
lines changed

2 files changed

+101
-120
lines changed

package.json

Lines changed: 7 additions & 7 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.4",
3+
"version": "2.0.5",
44
"description": "Helper to filter GitHub Action.",
55
"author": {
66
"name": "Technote",
@@ -34,18 +34,18 @@
3434
"devDependencies": {
3535
"@commitlint/cli": "^8.3.5",
3636
"@commitlint/config-conventional": "^8.3.4",
37-
"@technote-space/github-action-test-helper": "^0.3.3",
38-
"@types/jest": "^25.1.5",
37+
"@technote-space/github-action-test-helper": "^0.3.5",
38+
"@types/jest": "^25.2.1",
3939
"@types/node": "^13.11.0",
40-
"@typescript-eslint/eslint-plugin": "^2.26.0",
41-
"@typescript-eslint/parser": "^2.26.0",
40+
"@typescript-eslint/eslint-plugin": "^2.27.0",
41+
"@typescript-eslint/parser": "^2.27.0",
4242
"eslint": "^6.8.0",
4343
"husky": "^4.2.3",
4444
"jest": "^25.2.7",
4545
"jest-circus": "^25.2.7",
46-
"lint-staged": "^10.1.1",
46+
"lint-staged": "^10.1.2",
4747
"nock": "^12.0.3",
48-
"ts-jest": "^25.3.0",
48+
"ts-jest": "^25.3.1",
4949
"typescript": "^3.8.3"
5050
},
5151
"publishConfig": {

0 commit comments

Comments
 (0)