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 Jul 25, 2021
1 parent 511e6cc commit 3163f62
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 253 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
},
"dependencies": {
"@technote-space/github-action-helper": "^5.2.12",
"@technote-space/github-action-log-helper": "^0.1.32",
"@technote-space/github-action-helper": "^5.2.13",
"@technote-space/github-action-log-helper": "^0.1.33",
"@technote-space/release-github-actions": "^7.0.6",
"commander": "^8.0.0",
"cosmiconfig": "^7.0.0",
"dotenv": "^10.0.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@technote-space/github-action-test-helper": "^0.7.16",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@technote-space/github-action-test-helper": "^0.7.18",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.3",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@types/node": "^16.4.2",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"lint-staged": "^11.0.1",
"lint-staged": "^11.1.1",
"pinst": "^2.1.6",
"ts-jest": "^27.0.3",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 3163f62

Please sign in to comment.