Skip to content

Commit 15099da

Browse files
committed
Update puppeteer for M1 support
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
1 parent b663a1c commit 15099da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compatibility/bazel_tools/create-daml-app/testDeps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "^13.11.1",
55
"@types/puppeteer": "^3.0.1",
66
"@types/wait-on": "^4.0.0",
7-
"puppeteer": "^4.0.1",
7+
"puppeteer": "^10.0.0",
88
"wait-on": "^4.0.2"
99
}
1010
}

templates/create-daml-app-test-resources/testDeps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "^13.11.1",
55
"@types/puppeteer": "^3.0.1",
66
"@types/wait-on": "^4.0.0",
7-
"puppeteer": "^4.0.1",
7+
"puppeteer": "^10.0.0",
88
"wait-on": "^4.0.2"
99
}
1010
}

templates/create-daml-app/ui/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-dom": "^17.0.0",
4444
"@types/dotenv": "^8.2.0",
4545
"http-proxy-middleware": "^1.0.4",
46-
"react-scripts": "^4.0.3",
46+
"react-scripts": "^5.0.0",
4747
"typescript": "~3.8.3"
4848
}
4949
}

0 commit comments

Comments
 (0)