diff --git a/.browserslistrc b/.browserslistrc index 669c8894f8f32f..b2736700825997 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -19,7 +19,9 @@ baidu 7.12 chrome 90 edge 91 firefox 78 -ios_saf 12.4 +# 12.4 but 12.2-12.5 are treated equally in caniuse-lite. +# Though caniuse-lite does not supporting finding an exact version in a range which is why `12.4` would result in "Unknown version 12.4 of ios_saf" +ios_saf 12.2 kaios 2.5 op_mini all op_mob 76 @@ -39,7 +41,7 @@ baidu 7.12 chrome 90 edge 91 firefox 78 -ios_saf 12.4 +ios_saf 12.2 kaios 2.5 op_mini all op_mob 76 diff --git a/yarn.lock b/yarn.lock index 65bc32b69024f8..90d6f2b6876fb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5301,11 +5301,9 @@ camelize@^1.0.0: integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001202, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001228, caniuse-lite@^1.0.30001259, caniuse-lite@^1.0.30001260: - version "1.0.30001260" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001260.tgz#e3be3f34ddad735ca4a2736fa9e768ef34316270" - integrity sha512-Fhjc/k8725ItmrvW5QomzxLeojewxvqiYCKeFcfFEhut28IVLdpHU19dneOmltZQIE5HNbawj1HYD+1f2bM1Dg== - dependencies: - nanocolors "^0.1.0" + version "1.0.30001265" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz" + integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw== case@1.6.3: version "1.6.3" @@ -11653,7 +11651,7 @@ mz@^2.7.0: object-assign "^4.0.1" thenify-all "^1.0.0" -nanocolors@^0.1.0, nanocolors@^0.1.5: +nanocolors@^0.1.5: version "0.1.12" resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6" integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==