Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2728836
chore: update npm dependencies
technote-space Jun 5, 2023
39e1e9a
feat: update package version
technote-space Jun 5, 2023
ae5fb9d
chore: update npm dependencies
technote-space Jun 12, 2023
40fe839
chore: update npm dependencies
technote-space Jun 19, 2023
a037352
chore: update npm dependencies
technote-space Jul 17, 2023
b57a4bd
chore: update npm dependencies
technote-space Jul 24, 2023
e0a5566
chore: update npm dependencies
technote-space Jul 31, 2023
c945c3c
chore: update npm dependencies
technote-space Aug 7, 2023
433099c
chore: update npm dependencies
technote-space Aug 14, 2023
bda2998
chore: update npm dependencies
technote-space Aug 21, 2023
882285e
chore: update npm dependencies
technote-space Aug 28, 2023
cc68606
chore: update npm dependencies
technote-space Sep 4, 2023
c295d34
chore: update npm dependencies
technote-space Sep 11, 2023
7c69496
chore: update npm dependencies
technote-space Sep 18, 2023
88ac8cc
chore: update npm dependencies
technote-space Sep 25, 2023
b7e4a19
chore: update npm dependencies
technote-space Oct 2, 2023
5a95ad9
chore: update npm dependencies
technote-space Oct 9, 2023
415d269
chore: update npm dependencies
technote-space Oct 16, 2023
add9453
chore: update npm dependencies
technote-space Oct 23, 2023
28cc809
chore: update npm dependencies
technote-space Oct 30, 2023
b54cd00
chore: update npm dependencies
technote-space Nov 6, 2023
7d73d3a
chore: update npm dependencies
technote-space Nov 13, 2023
0d882d9
chore: update npm dependencies
technote-space Nov 20, 2023
115ea3e
chore: update npm dependencies
technote-space Nov 27, 2023
391fa4f
chore: update npm dependencies
technote-space Dec 4, 2023
534f3a4
chore: update npm dependencies
technote-space Dec 11, 2023
fa11ad8
chore: update npm dependencies
technote-space Dec 18, 2023
9032520
chore: update npm dependencies
technote-space Dec 25, 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
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-version-helper",
"version": "0.6.12",
"version": "0.6.13",
"description": "Version helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -43,31 +43,31 @@
"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/openapi-types": "^17.2.0",
"@technote-space/github-action-helper": "^5.3.16",
"@actions/github": "^6.0.0",
"@octokit/openapi-types": "^19.1.0",
"@technote-space/github-action-helper": "^5.3.17",
"@technote-space/github-action-log-helper": "^0.2.19"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@octokit/types": "^9.2.3",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-test-helper": "^0.11.16",
"@types/node": "^20.2.5",
"@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",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@octokit/types": "^12.4.0",
"@rollup/plugin-typescript": "^11.1.5",
"@sindresorhus/tsconfig": "^5.0.0",
"@technote-space/github-action-test-helper": "^0.11.17",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nock": "^13.3.1",
"lint-staged": "^15.2.0",
"nock": "^13.4.0",
"pinst": "^3.0.0",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading