@sanity/browserslist-config
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
// https://browsersl.ist/#q=%3E+0.3%25+and+not+dead+and+fully+supports+es6-module+and+fully+supports+es6-module-dynamic-import%2C%0Amaintained+node+versions | ||
// https://browsersl.ist/#q=%3E+0.2%25+and+not+dead+and+fully+supports+es6-module+and+fully+supports+es6-module-dynamic-import+and+supports+resizeobserver%2C%0Amaintained+node+versions | ||
@@ -6,5 +6,5 @@ module.exports = [ | ||
// as much of our products and tooling rely on ESM and dynamic imports being available to the runtime. | ||
'> 0.3% and not dead and fully supports es6-module and fully supports es6-module-dynamic-import', | ||
'> 0.2% and not dead and fully supports es6-module and fully supports es6-module-dynamic-import and supports resizeobserver', | ||
// 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.4", | ||
"version": "1.0.5", | ||
"description": "Sanity.io Browserslist shared configuration", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
3864
1.47%