Update dependencies to latest versions (#1756)

This commit is contained in:
Thomas Boop
2022-03-17 23:21:35 -04:00
committed by GitHub
parent d081289ed5
commit 48b6cd9a42
5 changed files with 2201 additions and 3900 deletions

View File

@@ -25,10 +25,10 @@
},
"devDependencies": {
"@types/node": "^12.7.12",
"@typescript-eslint/parser": "^2.8.0",
"@typescript-eslint/parser": "^5.15.0",
"@zeit/ncc": "^0.20.5",
"eslint": "^6.8.0",
"eslint-plugin-github": "^2.0.0",
"eslint": "^8.11.0",
"eslint-plugin-github": "^4.3.5",
"prettier": "^1.19.1",
"typescript": "^3.6.4"
}