Skip to content

Commit

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

- @octokit/webhooks-types
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- typescript

* chore(deps): yarn upgrade
  • Loading branch information
nogic1008 committed Jun 17, 2021
1 parent bacc22b commit d40a138
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 301 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@actions/github": "^5.0.0"
},
"devDependencies": {
"@octokit/webhooks-types": "^3.77.1",
"@octokit/webhooks-types": "^4.0.0",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -54,7 +54,7 @@
"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
"typescript": "^4.3.3"
},
"resolutions": {
"jest-diff": "^27.0.2",
Expand Down
Loading

0 comments on commit d40a138

Please sign in to comment.