Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
80475ef
chore: update npm dependencies
technote-space May 30, 2023
860aac5
feat: update package version
technote-space May 30, 2023
0755172
chore: update npm dependencies
technote-space Jun 2, 2023
ff9007c
chore: update npm dependencies
technote-space Jun 6, 2023
a7e1a89
chore: update npm dependencies
technote-space Jun 9, 2023
705a05d
chore: update npm dependencies
technote-space Jun 13, 2023
40c2f83
chore: update npm dependencies
technote-space Jun 16, 2023
afa2544
chore: update npm dependencies
technote-space Jun 20, 2023
3d1da8e
chore: update npm dependencies
technote-space Jul 11, 2023
c32bab6
chore: update npm dependencies
technote-space Jul 14, 2023
319f307
chore: update npm dependencies
technote-space Jul 18, 2023
1f7293a
chore: update npm dependencies
technote-space Jul 21, 2023
78f1e16
chore: update npm dependencies
technote-space Jul 25, 2023
c3a857a
chore: update npm dependencies
technote-space Jul 28, 2023
4acb000
chore: update npm dependencies
technote-space Aug 1, 2023
2d9cb33
chore: update npm dependencies
technote-space Aug 4, 2023
2575083
chore: update npm dependencies
technote-space Aug 8, 2023
a27c5a8
chore: update npm dependencies
technote-space Aug 11, 2023
aab8984
chore: update npm dependencies
technote-space Aug 15, 2023
7ead76a
chore: update npm dependencies
technote-space Aug 18, 2023
87ee0af
chore: update npm dependencies
technote-space Aug 22, 2023
9cf032a
chore: update npm dependencies
technote-space Aug 25, 2023
524f2cd
chore: update npm dependencies
technote-space Aug 29, 2023
2a5ed25
chore: update npm dependencies
technote-space Sep 1, 2023
4396333
chore: update npm dependencies
technote-space Sep 5, 2023
5c9fa39
chore: update npm dependencies
technote-space Sep 8, 2023
0295f21
chore: update npm dependencies
technote-space Sep 12, 2023
7eea319
chore: update npm dependencies
technote-space Sep 15, 2023
6674f67
chore: update npm dependencies
technote-space Sep 19, 2023
80e7ca5
chore: update npm dependencies
technote-space Sep 22, 2023
df3de16
chore: update npm dependencies
technote-space Sep 26, 2023
ea709b7
chore: update npm dependencies
technote-space Sep 29, 2023
9199e2c
chore: update npm dependencies
technote-space Oct 3, 2023
30a7d4f
chore: update npm dependencies
technote-space Oct 6, 2023
0cff79d
chore: update npm dependencies
technote-space Oct 10, 2023
6052101
chore: update npm dependencies
technote-space Oct 13, 2023
f2c16b8
chore: update npm dependencies
technote-space Oct 17, 2023
7d9f6bc
chore: update npm dependencies
technote-space Oct 20, 2023
00706f4
chore: update npm dependencies
technote-space Oct 24, 2023
9e37bc6
chore: update npm dependencies
technote-space Oct 27, 2023
de07676
chore: update npm dependencies
technote-space Oct 31, 2023
4e17b1c
chore: update npm dependencies
technote-space Nov 3, 2023
857f117
chore: update npm dependencies
technote-space Nov 7, 2023
fbdb8c8
chore: update npm dependencies
technote-space Nov 10, 2023
75355ba
chore: update npm dependencies
technote-space Nov 14, 2023
404360b
chore: update npm dependencies
technote-space Nov 17, 2023
1b78458
chore: update npm dependencies
technote-space Nov 21, 2023
2cc3a66
chore: update npm dependencies
technote-space Nov 24, 2023
9572dd8
chore: update npm dependencies
technote-space Nov 28, 2023
5ed542d
chore: update npm dependencies
technote-space Dec 1, 2023
b0abf98
chore: update npm dependencies
technote-space Dec 5, 2023
dde57fd
chore: update npm dependencies
technote-space Dec 8, 2023
664d5c9
chore: update npm dependencies
technote-space Dec 12, 2023
7ef3d06
chore: update npm dependencies
technote-space Dec 15, 2023
9474eab
chore: update npm dependencies
technote-space Dec 19, 2023
2cafa4a
chore: update npm dependencies
technote-space Dec 22, 2023
48dec2e
chore: update npm dependencies
technote-space Dec 26, 2023
0dc6f60
chore: update npm dependencies
technote-space Dec 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-config-helper",
"version": "2.1.11",
"version": "2.1.12",
"description": "Helper for GitHub Action to manage config.",
"keywords": [
"github",
Expand Down Expand Up @@ -40,26 +40,26 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@actions/github": "^5.1.1",
"@octokit/plugin-rest-endpoint-methods": "^7.1.2",
"@technote-space/github-action-helper": "^5.3.15",
"@actions/github": "^6.0.0",
"@octokit/plugin-rest-endpoint-methods": "^10.2.0",
"@technote-space/github-action-helper": "^5.3.17",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-test-helper": "^0.11.15",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"nock": "^13.3.1",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"@rollup/plugin-typescript": "^11.1.5",
"@sindresorhus/tsconfig": "^5.0.0",
"@technote-space/github-action-test-helper": "^0.11.17",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"nock": "^13.4.0",
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading