test: update jest to v27

This commit is contained in:
Kengo TODA
2021-07-15 07:24:13 +08:00
committed by Kengo TODA
parent 87f015bd52
commit 38bcbb88d2
7 changed files with 1969 additions and 9618 deletions

View File

@@ -30,18 +30,16 @@
"@actions/tool-cache": "^1.7.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^16.0.0",
"@typescript-eslint/parser": "^4.28.3",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.30.0",
"eslint-plugin-github": "^4.1.3",
"eslint-plugin-jest": "^24.3.6",
"jest": "^24.9.0",
"jest-circus": "^27.0.6",
"jest": "^27.0.6",
"js-yaml": "^4.1.0",
"prettier": "2.3.2",
"ts-jest": "^24.3.0",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5"
}
}