Skip to content

Commit 580b950

Browse files
Merge pull request #221 from technote-space/release/next-v2.1.9
release: v2.1.10
2 parents 4d497bd + a294fe6 commit 580b950

File tree

2 files changed

+592
-559
lines changed

2 files changed

+592
-559
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-config-helper",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"description": "Helper for GitHub Action to manage config.",
55
"keywords": [
66
"github",
@@ -41,25 +41,25 @@
4141
},
4242
"dependencies": {
4343
"@actions/github": "^5.1.1",
44-
"@octokit/plugin-rest-endpoint-methods": "^7.0.1",
45-
"@technote-space/github-action-helper": "^5.3.13",
44+
"@octokit/plugin-rest-endpoint-methods": "^7.1.2",
45+
"@technote-space/github-action-helper": "^5.3.15",
4646
"js-yaml": "^4.1.0"
4747
},
4848
"devDependencies": {
49-
"@rollup/plugin-typescript": "^11.0.0",
49+
"@rollup/plugin-typescript": "^11.1.1",
5050
"@sindresorhus/tsconfig": "^3.0.1",
51-
"@technote-space/github-action-test-helper": "^0.11.3",
51+
"@technote-space/github-action-test-helper": "^0.11.15",
5252
"@types/js-yaml": "^4.0.5",
53-
"@types/node": "^18.14.0",
54-
"@typescript-eslint/eslint-plugin": "^5.53.0",
55-
"@typescript-eslint/parser": "^5.53.0",
56-
"@vitest/coverage-c8": "^0.28.5",
57-
"eslint": "^8.34.0",
53+
"@types/node": "^20.2.1",
54+
"@typescript-eslint/eslint-plugin": "^5.59.6",
55+
"@typescript-eslint/parser": "^5.59.6",
56+
"@vitest/coverage-c8": "^0.31.1",
57+
"eslint": "^8.41.0",
5858
"eslint-plugin-import": "^2.27.5",
59-
"nock": "^13.3.0",
60-
"rollup": "^3.17.2",
61-
"typescript": "^4.9.5",
62-
"vitest": "^0.28.5"
59+
"nock": "^13.3.1",
60+
"rollup": "^3.22.0",
61+
"typescript": "^5.0.4",
62+
"vitest": "^0.31.1"
6363
},
6464
"publishConfig": {
6565
"access": "public"

0 commit comments

Comments
 (0)