Update jest

This commit is contained in:
Nick Cipollo
2020-01-02 17:59:03 -05:00
parent 8f1cb7790e
commit c8e9e33d90
2 changed files with 20 additions and 19 deletions

View File

@@ -32,10 +32,10 @@
"global": "^4.4.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"jest": "^24.8.0",
"@types/jest": "^24.0.25",
"jest": "^24.9.0",
"jest-circus": "^24.7.1",
"ts-jest": "^24.0.2",
"ts-jest": "^24.2.0",
"typescript": "^3.7.3"
}
}