Skip to content

Commit 2aa5f19

Browse files
Merge pull request #195 from technote-space/release/next-v2.0.44
release: v2.0.45
2 parents 9440cac + 26bddbd commit 2aa5f19

File tree

2 files changed

+695
-649
lines changed

2 files changed

+695
-649
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-config-helper",
3-
"version": "2.0.44",
3+
"version": "2.0.45",
44
"description": "Helper for GitHub Action to manage config.",
55
"keywords": [
66
"github",
@@ -40,18 +40,18 @@
4040
"js-yaml": "^4.1.0"
4141
},
4242
"devDependencies": {
43-
"@technote-space/github-action-test-helper": "^0.7.35",
44-
"@types/jest": "^27.4.0",
43+
"@technote-space/github-action-test-helper": "^0.7.40",
44+
"@types/jest": "^27.4.1",
4545
"@types/js-yaml": "^4.0.5",
46-
"@types/node": "^17.0.10",
47-
"@typescript-eslint/eslint-plugin": "^5.10.0",
48-
"@typescript-eslint/parser": "^5.10.0",
49-
"eslint": "^8.7.0",
50-
"jest": "^27.4.7",
51-
"jest-circus": "^27.4.6",
52-
"nock": "^13.2.2",
46+
"@types/node": "^17.0.22",
47+
"@typescript-eslint/eslint-plugin": "^5.16.0",
48+
"@typescript-eslint/parser": "^5.16.0",
49+
"eslint": "^8.11.0",
50+
"jest": "^27.5.1",
51+
"jest-circus": "^27.5.1",
52+
"nock": "^13.2.4",
5353
"ts-jest": "^27.1.3",
54-
"typescript": "^4.5.5"
54+
"typescript": "^4.6.2"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)