Update jest

Summary: Getting some warnings from ts-jest being potentially incompatible.

Reviewed By: nikoant

Differential Revision: D22184492

fbshipit-source-id: b0ff36bd63f45ca71957f882a08dcbedfdd5de87
This commit is contained in:
Pascal Hartig
2020-06-24 05:26:41 -07:00
committed by Facebook GitHub Bot
parent 03b231703b
commit f088d7ceec
8 changed files with 606 additions and 822 deletions

View File

@@ -8,7 +8,7 @@
"license": "MIT",
"devDependencies": {
"@types/fb-watchman": "2.0.0",
"@types/jest": "^25.1.5",
"@types/jest": "^26",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"eslint": "^6.6.0",
"eslint-plugin-babel": "^5.3.0",
@@ -17,7 +17,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.20.0",
"jest": "^25.1.5",
"jest": "^26",
"prettier": "^2.0.0",
"ts-jest": "^26.0.0",
"tslint-config-prettier": "^1.18.0",