Skip to content

Commit 35880b6

Browse files
natebiggsCommit Queue
authored andcommitted
Update firefox and chrome versions in DEPS
Chrome: 141.0.7390.30 Firefox: 143.0.1 Change-Id: Iafdcf743ce2a5ea8cc313ca1b5b85802bc8bbe3a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/451200 Reviewed-by: Mayank Patke <[email protected]> Commit-Queue: Nate Biggs <[email protected]> Auto-Submit: Nate Biggs <[email protected]> Commit-Queue: Mayank Patke <[email protected]>
1 parent 303ef15 commit 35880b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ vars = {
163163
# meant to be downloaded by users for local testing. You can self-service
164164
# update these by following the go/dart-engprod/browsers.md instructions.
165165
"download_chrome": False,
166-
"chrome_tag": "141.0.7390.16",
166+
"chrome_tag": "141.0.7390.30",
167167
"download_firefox": False,
168-
"firefox_tag": "142.0.1",
168+
"firefox_tag": "143.0.1",
169169

170170
# Emscripten is used in dart2wasm tests.
171171
"download_emscripten": False,

0 commit comments

Comments
 (0)