Bug 1595854 - Update in-tree Browsertime version r=perftest-reviewers,sparky

This updates our in-tree Browsertime version to support the async composition
recorder API introduced in bug 1581240.

Differential Revision: https://phabricator.services.mozilla.com/D52717

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Barret Rennie 2019-11-18 18:52:03 +00:00
parent daeeabf1da
commit d94d51467f
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
"lockfileVersion": 1,
"dependencies": {
"browsertime": {
"version": "https://github.com/mozilla/browsertime/tarball/d3951b5b097d3685fed7a025dee709994cd0bcaf",
"integrity": "sha512-Y1GM5NUdpV6n26Rg/5pCaOXp+23qzMn3kMoybTIoIulYkb6sbzt7GvnyegTpA3UaO/USXy2i6bdLe9A6yWKbyA==",
"version": "https://github.com/mozilla/browsertime/tarball/6819c7f79392876255712aaac2629fa5e4d5b126",
"integrity": "sha512-1+Yu4Y27r7j+jdzaH90b7tWDOG+3mEeTNBIKp5mXSMU+P4Wtx0gNDE+CQsFz1T2Vextc+HXV1Ae5GIRf2xCv4g==",
"dev": true,
"requires": {
"@cypress/xvfb": "1.2.4",

View File

@ -5,7 +5,7 @@
"license": "MPL-2.0",
"dependencies": {},
"devDependencies": {
"browsertime": "https://github.com/mozilla/browsertime/tarball/d3951b5b097d3685fed7a025dee709994cd0bcaf"
"browsertime": "https://github.com/mozilla/browsertime/tarball/6819c7f79392876255712aaac2629fa5e4d5b126"
},
"notes(private)": "We don't want to publish to npm, so this is marked as private",
"private": true