Skip to content

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed May 23, 2020
1 parent 7ce3fc1 commit 2b8e53b
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 105 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@technote-space/filter-github-action": "^0.2.12",
"@technote-space/github-action-helper": "^2.0.8"
"@technote-space/github-action-helper": "^2.0.9"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.3.7",
"@technote-space/release-github-actions-cli": "^1.6.2",
"@technote-space/release-github-actions-cli": "^1.6.3",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^7.0.0",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.1.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"lint-staged": "^10.2.4",
"lint-staged": "^10.2.6",
"nock": "^12.0.3",
"ts-jest": "^26.0.0",
"typescript": "^3.9.2"
"typescript": "^3.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 2b8e53b

Please sign in to comment.