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)
  This also requires a later version of react-scripts for compatibility
  with later Chrome versions, See
  webpack/webpack-dev-server#1491
changelog_end
  • Loading branch information
aherrmann committed Mar 10, 2022
1 parent b663a1c commit 15099da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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"
}
}
2 changes: 1 addition & 1 deletion templates/create-daml-app/ui/package.json.template
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "^17.0.0",
"@types/dotenv": "^8.2.0",
"http-proxy-middleware": "^1.0.4",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.0",
"typescript": "~3.8.3"
}
}

0 comments on commit 15099da

Please sign in to comment.