daml/templates/create-daml-app-test-resources/testDeps.json
Moritz Kiefer 46a66e2f2a
Upgrade jest to the latest version (#10107)
This ends up transitively bumping yargs-parser which has a
vulnerability but more generally I also just like being on the latest version.

changelog_begin
changelog_end
2021-06-24 11:16:29 +00:00

11 lines
210 B
JSON

{
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^13.11.1",
"@types/puppeteer": "^3.0.1",
"@types/wait-on": "^4.0.0",
"puppeteer": "^4.0.1",
"wait-on": "^4.0.2"
}
}