Skip to content

Commit 4880311

Browse files
Update browser versions
1 parent 3b2035e commit 4880311

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@vivliostyle/cli": patch
3+
---
4+
5+
Update default browser versions
6+
7+
- Chrome: 150.0.7871.46
8+
- Chromium: 1656940
9+
- Firefox: stable_152.0.4

src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export const CONTAINER_LOCAL_HOSTNAME = 'host.docker.internal';
3232
// START DEFAULT_BROWSER_VERSIONS
3333
// prettier-ignore
3434
export const DEFAULT_BROWSER_VERSIONS = {
35-
chrome: {"linux":"150.0.7871.24","linux_arm":"150.0.7871.24","mac":"150.0.7871.24","mac_arm":"150.0.7871.24","win32":"150.0.7871.24","win64":"150.0.7871.24"},
36-
chromium: {"linux":"1651380","linux_arm":"1651380","mac":"1651385","mac_arm":"1651385","win32":"1651280","win64":"1651309"},
37-
firefox: {"linux":"stable_152.0.2","linux_arm":"stable_152.0.2","mac":"stable_152.0.2","mac_arm":"stable_152.0.2","win32":"stable_152.0.2","win64":"stable_152.0.2"},
35+
chrome: {"linux":"150.0.7871.46","linux_arm":"150.0.7871.46","mac":"150.0.7871.46","mac_arm":"150.0.7871.46","win32":"150.0.7871.46","win64":"150.0.7871.46"},
36+
chromium: {"linux":"1656940","linux_arm":"1656940","mac":"1656942","mac_arm":"1656943","win32":"1656938","win64":"1656938"},
37+
firefox: {"linux":"stable_152.0.4","linux_arm":"stable_152.0.4","mac":"stable_152.0.4","mac_arm":"stable_152.0.4","win32":"stable_152.0.4","win64":"stable_152.0.4"},
3838
} as const;
3939
// END DEFAULT_BROWSER_VERSIONS
4040

0 commit comments

Comments
 (0)