Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Next Next commit
chore: update npm dependencies
  • Loading branch information
technote-space committed Feb 27, 2021
commit ed31757ff81efccdd6df4b3b5d331d0b05267fd4
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@technote-space/filter-github-action": "^0.5.17",
"@technote-space/filter-github-action": "^0.5.19",
"@technote-space/github-action-helper": "^5.2.2",
"@technote-space/github-action-log-helper": "^0.1.19"
"@technote-space/github-action-log-helper": "^0.1.20"
},
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@technote-space/github-action-test-helper": "^0.7.2",
"@technote-space/release-github-actions-cli": "^1.8.0",
"@technote-space/github-action-test-helper": "^0.7.3",
"@technote-space/release-github-actions-cli": "^1.8.4",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
Expand All @@ -55,9 +55,9 @@
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.4",
"nock": "^13.0.7",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
"nock": "^13.0.8",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading