Skip to content

Commit

Permalink
chore(scripts): include electron-to-chromium to the list of packages …
Browse files Browse the repository at this point in the history
…to be updated with electron
  • Loading branch information
gribnoysup committed Oct 29, 2024
1 parent e1b0308 commit 229dc7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update-electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,16 @@ async function main() {
);

const latestBrowserslistVersion = await getLatestVersion('browserslist');
const latestElectronToChromiumVersion = await getLatestVersion(
'electron-to-chromium'
);

const newVersions = {
'node-abi': `^${latestNodeAbiVersion}`,
'@electron/remote': `^${latestElectronRemoteVersion}`,
'@electron/rebuild': `^${latestElectronRebuildVersion}`,
electron: `^${latestElectronVersion}`,
'electron-to-chromium': `^${latestElectronToChromiumVersion}`,
browserslist: `^${latestBrowserslistVersion}`,
};

Expand Down

0 comments on commit 229dc7b

Please sign in to comment.