Skip to content

Commit

Permalink
Update supported browser versions (#4474) (#4478)
Browse files Browse the repository at this point in the history
  • Loading branch information
openslides-automation[bot] authored Dec 10, 2024
1 parent e37994e commit 7571a99
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import { Injectable } from '@angular/core';
import { DeviceDetectorService, DeviceInfo } from 'ngx-device-detector';

const SmallestSupportedBrowserVersion: any = {
Chrome: 80,
Safari: 13,
Firefox: 78,
Opera: 70,
'MS-Edge': 80,
'MS-Edge-Chromium': 80
Chrome: 120,
Safari: 16,
Firefox: 128,
Opera: 86,
'MS-Edge': 120,
'MS-Edge-Chromium': 120
};

const BrowserBlacklist = [`IE`];
Expand Down
2 changes: 1 addition & 1 deletion client/tests/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.37.1-jammy
FROM mcr.microsoft.com/playwright:v1.49.1-jammy

WORKDIR /app
COPY ./package.json .
Expand Down
84 changes: 49 additions & 35 deletions client/tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"@playwright/test": "^1.37.1"
"@playwright/test": "^1.49.0"
}
}

0 comments on commit 7571a99

Please sign in to comment.