feat(chromium): roll to r733125

This commit is contained in:
Pavel Feldman 2020-01-17 20:54:58 -08:00
parent 83d7493f66
commit 295482eefd
2 changed files with 3 additions and 3 deletions

View file

@ -19,10 +19,10 @@
Chromium Chromium
</text> </text>
<text x="970" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)"> <text x="970" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)">
80.0.3987 81.0.4032
</text> </text>
<text x="970" y="140" transform="scale(.1)"> <text x="970" y="140" transform="scale(.1)">
80.0.3987 81.0.4032
</text> </text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 978 B

After

Width:  |  Height:  |  Size: 978 B

View file

@ -8,7 +8,7 @@
}, },
"main": "index.js", "main": "index.js",
"playwright": { "playwright": {
"chromium_revision": "724623", "chromium_revision": "733125",
"firefox_revision": "1016", "firefox_revision": "1016",
"webkit_revision": "1100" "webkit_revision": "1100"
}, },