browserlist to default and update to corejs

master
JFH 2021-09-24 20:15:49 +02:00
parent 63fe9f2d34
commit 21c22f5d5c
2 changed files with 5 additions and 13 deletions

View File

@ -3,8 +3,8 @@
[ [
"@babel/env", "@babel/env",
{ {
"useBuiltIns": "usage", "useBuiltIns": "entry",
"corejs": "3.6.5" "corejs": "3.18"
} }
] ]
] ]

View File

@ -63,17 +63,9 @@
}, },
"homepage": "https://github.com/SVG-Edit/svgedit#readme", "homepage": "https://github.com/SVG-Edit/svgedit#readme",
"browserslist": [ "browserslist": [
">0%", "defaults",
"not Opera < 59", "not IE 11",
"not IE < 12", "maintained node versions"
"not Chrome < 75",
"not FireFox < 68",
"not Safari < 11",
"not ios_saf < 10",
"not android < 5",
"not op_mini all",
"not Edge < 18",
"not dead"
], ],
"dependencies": { "dependencies": {
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",