Merge pull request #5521 from tsiegleauq/update-supported-browsers

Update supported browsers
This commit is contained in:
Emanuel Schütze 2020-08-21 17:29:35 +02:00 committed by GitHub
commit 1b6b70c080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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