Update jest to v27

Removes Node.js 11 and 13 support
This commit is contained in:
Simran Spiller 2021-06-27 01:12:41 +02:00
parent 5b4d85a0f5
commit d0d744e9a7
2 changed files with 3361 additions and 7490 deletions

10845
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -44,17 +44,17 @@
"@octokit/plugin-rest-endpoint-methods": "^5.3.4"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.23",
"@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": "^26.4.1",
"jest": "^27.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"ts-jest": "^26.2.0",
"ts-jest": "^27.0.3",
"typescript": "^4.0.2"
}
}