We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0a39f commit 2c117f9Copy full SHA for 2c117f9
DEPS
@@ -72,7 +72,7 @@ vars = {
72
# instructions. d8, the V8 shell, is always checked out.
73
"checkout_javascript_engines": False,
74
"d8_tag": "version:13.5.7",
75
- "jsshell_tag": "version:134.0.2",
+ "jsshell_tag": "version:135.0",
76
"jsc_tag": "version:290198",
77
78
# https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang
@@ -164,9 +164,9 @@ vars = {
164
# meant to be downloaded by users for local testing. You can self-service
165
# update these by following the go/dart-engprod/browsers.md instructions.
166
"download_chrome": False,
167
- "chrome_tag": "133.0.6943.35",
+ "chrome_tag": "134.0.6998.3",
168
"download_firefox": False,
169
- "firefox_tag": "134.0.2",
+ "firefox_tag": "135.0",
170
171
# Emscripten is used in dart2wasm tests.
172
"download_emscripten": False,
0 commit comments