Skip to content

Commit a455c74

Browse files
committed
update Opera 121+ compat data mapping
1 parent b2814df commit a455c74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Changelog
22
##### Unreleased
33
- Compat data improvements:
4+
- Updated Opera 121+ compat data mapping
45
- Added Oculus Quest Browser 40 compat data mapping
56

67
##### [3.45.1 - 2025.08.20](https://github.com/zloirock/core-js/releases/tag/v3.45.1)

packages/core-js-compat/src/mapping.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ export default {
184184
return chrome <= 28 ? 15
185185
: chrome <= 82 ? chrome - 13
186186
: chrome <= 129 ? chrome - 14
187-
: chrome - 15;
187+
: chrome <= 135 ? chrome - 15
188+
: chrome - 16;
188189
},
189190
ChromeToAndroid: [
190191
[9, '3.0'],

0 commit comments

Comments
 (0)