UI: Update browser support (#2436)

* remove support for very old browsers

* re-add support for safari 14 (for now)

* fix typo in browserlist config
This commit is contained in:
Heiko Mathes 2022-06-17 23:29:28 +02:00 committed by GitHub
parent 735136c25c
commit 8bdac8564a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,9 +123,5 @@
"npm": ">= 8.0.0",
"yarn": "please use npm"
},
"browserslist": [
"> 1%",
"not ie <= 9",
"last 3 versions"
]
"browserslist": ">0.25% and last 2 years"
}