Update browserslist

This commit is contained in:
Paul Laros
2023-06-08 22:50:03 +02:00
parent de64adc1ce
commit a799cd5630
+3 -5
View File
@@ -39,16 +39,14 @@
"prepublishOnly": "cross-env NODE_ENV=production webpack --progress --config webpack.config.js" "prepublishOnly": "cross-env NODE_ENV=production webpack --progress --config webpack.config.js"
}, },
"browserslist": [ "browserslist": [
"> 0.5%", ">= 0.5%",
"last 2 major versions", "last 2 major versions",
"not dead", "not dead",
"Chrome >= 60", "Chrome >= 60",
"Firefox >= 60", "Firefox >= 60",
"not Edge < 79",
"Firefox ESR", "Firefox ESR",
"iOS >= 10", "iOS >= 12",
"Safari >= 10", "Safari >= 12",
"Android >= 6",
"not Explorer <= 11" "not Explorer <= 11"
], ],
"dependencies": { "dependencies": {