Update supported browsers

Push latest Firefox ESR as latest supported browser
Push opera 70 as latest supported browser
This commit is contained in:
Sean 2020-08-21 16:15:50 +02:00
parent 216e4f00a3
commit 7bf8e880fd
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ import { DeviceDetectorService, DeviceInfo } from 'ngx-device-detector';
const SmallestSupportedBrowserVersion = {
Chrome: 80,
Safari: 13,
Firefox: 68,
Opera: 66,
Firefox: 78,
Opera: 70,
'MS-Edge': 80,
'MS-Edge-Chromium': 80
};