Skip to content
24 changes: 12 additions & 12 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.0.28",
"version": "2.0.29",
"description": "Helper for GitHub Action to manage config.",
"keywords": [
"github",
Expand Down Expand Up @@ -35,23 +35,23 @@
},
"dependencies": {
"@actions/github": "^5.0.0",
"@octokit/plugin-rest-endpoint-methods": "^5.1.1",
"@octokit/plugin-rest-endpoint-methods": "^5.3.3",
"@technote-space/github-action-helper": "^5.2.9",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@technote-space/github-action-test-helper": "^0.7.12",
"@technote-space/github-action-test-helper": "^0.7.13",
"@types/jest": "^26.0.23",
"@types/js-yaml": "^4.0.1",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"nock": "^13.0.11",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"nock": "^13.1.0",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading