Bump dev dependencies

This commit is contained in:
Jonathan Clem
2020-08-21 10:58:31 -04:00
parent 3c682f9960
commit 563cb72ab7
3 changed files with 5766 additions and 4417 deletions

6282
dist/index.js vendored

File diff suppressed because it is too large Load Diff

3885
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,17 +43,17 @@
"@octokit/plugin-rest-endpoint-methods": "^4.1.2"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@zeit/ncc": "^0.22.0",
"eslint": "^7.0.0",
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"@vercel/ncc": "^0.23.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"jest": "^25.1.0",
"jest": "^26.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
"ts-jest": "^26.2.0",
"typescript": "^4.0.2"
}
}