From 265e63e0ff200cdfae1f10c9ee41034fd7dd9726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 6 Jul 2020 18:41:09 +0100 Subject: [PATCH] chore(ui): update list of supported browsers Firefox 38 doesn't fully support flexbox --- ui/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/package.json b/ui/package.json index 4eff9a618..f0a04e58c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -95,11 +95,10 @@ "last 1 major version", "not dead", "Chrome >= 49", - "Firefox >= 38", + "Firefox >= 52", "Edge >= 12", "iOS >= 9", "Safari >= 10", - "Android >= 4.4", - "Opera >= 36" + "Android >= 4.4" ] }