Skip to content

Commit c662538

Browse files
Merge pull request #192 from technote-space/release/next-v0.7.13
release: v0.7.14
2 parents 50bf2ef + f7b11a3 commit c662538

File tree

2 files changed

+229
-230
lines changed

2 files changed

+229
-230
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-test-helper",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"description": "Test helper for GitHub Actions.",
55
"keywords": [
66
"github",
@@ -36,18 +36,18 @@
3636
"dependencies": {
3737
"@actions/core": "^1.4.0",
3838
"@actions/github": "^5.0.0",
39-
"@octokit/plugin-rest-endpoint-methods": "^5.3.1",
39+
"@octokit/plugin-rest-endpoint-methods": "^5.3.2",
4040
"js-yaml": "^4.1.0"
4141
},
4242
"devDependencies": {
4343
"@types/jest": "^26.0.23",
4444
"@types/js-yaml": "^4.0.1",
4545
"@types/node": "^15.12.4",
46-
"@typescript-eslint/eslint-plugin": "^4.27.0",
47-
"@typescript-eslint/parser": "^4.27.0",
46+
"@typescript-eslint/eslint-plugin": "^4.28.0",
47+
"@typescript-eslint/parser": "^4.28.0",
4848
"eslint": "^7.29.0",
49-
"jest": "^27.0.4",
50-
"jest-circus": "^27.0.4",
49+
"jest": "^27.0.5",
50+
"jest-circus": "^27.0.5",
5151
"ts-jest": "^27.0.3",
5252
"typescript": "^4.3.4"
5353
},

0 commit comments

Comments
 (0)