@sanity/browserslist-config
Advanced tools
Comparing version
@@ -6,5 +6,7 @@ // https://browsersl.ist/#q=%3E+0.2%25+and+not+dead+and+supports+es6-module+and+supports+es6-module-dynamic-import%2C%0Amaintained+node+versions | ||
// as much of our products and tooling rely on ESM and dynamic imports being available to the runtime. | ||
'> 0.2% and not dead and supports es6-module and supports es6-module-dynamic-import', | ||
// iOS older than 13 is not supported due to esbuild not considering it fully supporting template literals: https://github.com/evanw/esbuild/blob/40711afe0baa545012b813c5c7788225be9ef74c/internal/compat/js_table.go#L839 | ||
// it's probably related to: https://bugs.webkit.org/show_bug.cgi?id=190756 | ||
'> 0.2% and not dead and fully supports es6-module and fully supports es6-module-dynamic-import and not iOS < 13', | ||
// Most of our npm libraries also need to work in Node.js, at least to the LTS versions. | ||
'maintained node versions', | ||
] |
{ | ||
"name": "@sanity/browserslist-config", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Sanity.io Browserslist shared configuration", | ||
@@ -49,6 +49,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"browserslist": "^4.22.3", | ||
"browserslist": "^4.23.0", | ||
"browserslist-lint": "^0.3.3", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-packagejson": "^2.4.10" | ||
"prettier-plugin-packagejson": "^2.4.11" | ||
}, | ||
@@ -55,0 +55,0 @@ "publishConfig": { |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
4252
8.39%12
20%0
-100%