From 0e12a8dab9ccec83b91722a8b0a065c0919af98a Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 31 May 2017 06:11:33 -0700 Subject: Improve scheduling of requestIdleCallback tasks (#3477) --- yarn.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 71da80c1a..d3317f59c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6510,6 +6510,10 @@ tiny-emitter@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-1.0.2.tgz#8e49470d3f55f89e247210368a6bb9fb51aa1601" +tiny-queue@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/tiny-queue/-/tiny-queue-0.2.1.tgz#25a67f2c6e253b2ca941977b5ef7442ef97a6046" + to-arraybuffer@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" -- cgit