Skip to content

Commit

Permalink
Update puppeteer for M1 support
Browse files Browse the repository at this point in the history
See puppeteer/puppeteer#6622 (comment)

changelog_begin
- [Daml Assistant] The create-daml-app template now depends on a more
  recent version of puppeteer to ensure MacOS M1 support. See
  puppeteer/puppeteer#6622 (comment)
changelog_end
  • Loading branch information
aherrmann committed Mar 10, 2022
1 parent b663a1c commit 0ba20cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compatibility/bazel_tools/create-daml-app/testDeps.json
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^13.11.1",
"@types/puppeteer": "^3.0.1",
"@types/wait-on": "^4.0.0",
"puppeteer": "^4.0.1",
"puppeteer": "^10.0.0",
"wait-on": "^4.0.2"
}
}
2 changes: 1 addition & 1 deletion templates/create-daml-app-test-resources/testDeps.json
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^13.11.1",
"@types/puppeteer": "^3.0.1",
"@types/wait-on": "^4.0.0",
"puppeteer": "^4.0.1",
"puppeteer": "^10.0.0",
"wait-on": "^4.0.2"
}
}

0 comments on commit 0ba20cf

Please sign in to comment.