Skip to content

Commit

Permalink
Updated chromium to v129.0.6668.58
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadbstack committed Sep 20, 2024
1 parent 3736066 commit 3dea65e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/core/src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ export function chromium({
});
}

// default chromium revisions corresponds to v123.0.6312.58
// default chromium revisions corresponds to v129.0.6668.58
chromium.revisions = {
linux: '1262506',
win64: '1262500',
win32: '1262500',
darwin: '1262506',
darwinArm: '1262509'
linux: '1343863',
win64: '1343849',
win32: '1343862',
darwin: '1343864',
darwinArm: '1343869'
};

// export the namespace by default
Expand Down

0 comments on commit 3dea65e

Please sign in to comment.