Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/update-dependencies-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ module.exports = {
// breaking changes, but those rarely affect us. If it becomes a problem, we
// can always change this code to lock it to whatever major version of
// electron compass is currently at
'electron',
// TODO(COMPASS-9852): have to keep it on 37 for now so that the app can
// work on macos 11
'electron@37',
'electron-to-chromium',
'node-abi',
],
Expand Down
Loading