Merge pull request #5521 from tsiegleauq/update-supported-browsers
Update supported browsers
This commit is contained in:
commit
1b6b70c080
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user