Skip to content

Commit

Permalink
chore(deps): update project dependencies (#627)
Browse files Browse the repository at this point in the history
* chore(deps): update project dependencies

 @octokit/webhooks-types            ^5.1.0  →   ^5.2.0
 @typescript-eslint/eslint-plugin   ^5.8.1  →  ^5.10.0
 @typescript-eslint/parser          ^5.8.1  →  ^5.10.0
 eslint                             ^8.6.0  →   ^8.7.0
 eslint-plugin-jest                ^25.3.3  →  ^25.7.0
 jest                              ^27.4.5  →  ^27.4.7
 lint-staged                       ^12.1.4  →  ^12.2.2
 ts-jest                           ^27.1.2  →  ^27.1.3
 typescript                         ^4.5.4  →   ^4.5.5

* chore(deps): yarn upgrade
  • Loading branch information
nogic1008 committed Jan 22, 2022
1 parent f36ad1f commit 50e1c89
Show file tree
Hide file tree
Showing 2 changed files with 776 additions and 779 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,28 @@
"@actions/github": "^5.0.0"
},
"devDependencies": {
"@octokit/webhooks-types": "^5.1.0",
"@octokit/webhooks-types": "^5.2.0",
"@tsconfig/node12": "^1.0.9",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vercel/ncc": "^0.33.1",
"eslint": "^8.6.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.3",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"lint-staged": "^12.1.4",
"jest": "^27.4.7",
"lint-staged": "^12.2.2",
"npm-run-all2": "^5.0.2",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"resolutions": {
"@types/node": "16.x",
"optionator": "^0.9.1",
"type-fest": "^1.4.0"
}
Expand Down
Loading

0 comments on commit 50e1c89

Please sign in to comment.