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 4, 2021
1 parent d13a7cb commit 24d3303
Show file tree
Hide file tree
Showing 2 changed files with 533 additions and 519 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
},
"dependencies": {
"@technote-space/github-action-helper": "^5.2.10",
"@technote-space/github-action-log-helper": "^0.1.29",
"@technote-space/github-action-helper": "^5.2.11",
"@technote-space/github-action-log-helper": "^0.1.30",
"@technote-space/release-github-actions": "^7.0.6",
"commander": "^8.0.0",
"cosmiconfig": "^7.0.0",
Expand All @@ -52,19 +52,19 @@
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@technote-space/github-action-test-helper": "^0.7.14",
"@technote-space/github-action-test-helper": "^0.7.16",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"husky": "^6.0.0",
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.30.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 24d3303

Please sign in to comment.