Skip to content
Draft
Show file tree
Hide file tree
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: 2 additions & 2 deletions packages/snaps-cli/.browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The minimum browser versions supported by MetaMask.
chrome >= 113
firefox >= 115
chrome >= 123
firefox >= 128
4 changes: 2 additions & 2 deletions packages/snaps-cli/src/webpack/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ describe('getBrowserslistTargets', () => {
const targets = await getBrowserslistTargets();
expect(targets).toMatchInlineSnapshot(`
[
"chrome >= 113",
"firefox >= 115",
"chrome >= 123",
"firefox >= 128",
]
`);
});
Expand Down
4 changes: 2 additions & 2 deletions packages/snaps-execution-environments/.browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The minimum browser versions supported by MetaMask.
chrome >= 113
firefox >= 115
chrome >= 123
firefox >= 128
Loading