@ebay/browserslist-config
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -10,2 +10,8 @@ # Changelog | ||
## [2.7.0] | ||
### Changed | ||
- Reflect changes of Browser Policy Nov 2023 | ||
## [2.6.0] | ||
@@ -12,0 +18,0 @@ |
10
index.js
module.exports = [ | ||
'Chrome >= 87', | ||
'Chrome >= 93', | ||
'Firefox >= 78', | ||
'Safari >= 11', | ||
'Edge >= 103', | ||
'Opera >= 89', | ||
'ChromeAndroid >= 83', | ||
'Safari >= 12', | ||
'Edge >= 109', | ||
'Opera >= 95', | ||
'ChromeAndroid >= 99', | ||
'ios_saf >= 12' | ||
]; |
{ | ||
"name": "@ebay/browserslist-config", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "The Browserslist config for eBay.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4674