daml/templates/create-daml-app-test-resources/testDeps.json
Moritz Kiefer 0c80c984b6
Upgrade puppeteer (#6539)
I don’t know if this fixes the “Target closed” issues since I never
managed to reproduce them but I’d rather debug them on the latest
version :)

changelog_begin
changelog_end
2020-06-30 16:45:08 +02:00

11 lines
209 B
JSON

{
"devDependencies": {
"@types/jest": "^25.2.1",
"@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"
}
}