Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jun 7, 2020
1 parent b509a7d commit a40c33b
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 153 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@
],
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@technote-space/github-action-helper": "^2.0.9"
"@actions/github": "^3.0.0",
"@technote-space/github-action-helper": "^2.0.10"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.3.8",
"@technote-space/release-github-actions-cli": "^1.6.4",
"@technote-space/release-github-actions-cli": "^1.6.5",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"@types/node": "^14.0.11",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.2.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"lint-staged": "^10.2.7",
"lint-staged": "^10.2.9",
"nock": "^12.0.3",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3"
"typescript": "^3.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a40c33b

Please sign in to comment.