Skip to content

Commit 032f84c

Browse files
committed
feat: update profiles
1 parent fa6f10e commit 032f84c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/profiles.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ export interface ProfileListItem {
4040
}
4141

4242
const BrowserVersions: any = {
43-
edg: { desktop: '144.0.0.0', desktopChrome: '144.0.0.0', deprecated: '109.0.1518.55', deprecatedChrome: '109.0.0.0', android: '144.0.0.0', androidChrome: '144.0.0.0' },
43+
edg: { desktop: '145.0.0.0', desktopChrome: '145.0.0.0', deprecated: '109.0.1518.55', deprecatedChrome: '109.0.0.0', android: '144.0.0.0', androidChrome: '144.0.0.0' },
4444
esr: { desktop: '140' },
4545
esr2: { desktop: '128' },
46-
ff: { desktop: '147', mobile: '147' },
47-
gcr: { desktop: '144.0.0.0', deprecated: '109.0.0.0', ios: '144.0.7559.85', android: '143.0.0.0' },
46+
ff: { desktop: '148', mobile: '148' },
47+
gcr: { desktop: '145.0.0.0', deprecated: '109.0.0.0', ios: '146.0.7680.24', android: '145.0.0.0' },
4848
sf: { mac1: '17.6.2', mac2: '18.6', mac3: '26.1', ios1: '17.7.2', ios2: '18.6.2', ios3: '26.0' },
4949
};
5050

0 commit comments

Comments
 (0)