From b5ad47db3e0d015ef16b68eab807f508d8188a9f Mon Sep 17 00:00:00 2001 From: Alex Reardon Date: Fri, 23 Mar 2018 10:24:24 +1100 Subject: [PATCH] upgrading to the latest raf-stub --- package.json | 4 ++-- yarn.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 57fc243..b6a0a2b 100644 --- a/package.json +++ b/package.json @@ -41,13 +41,13 @@ "babel-preset-env": "^1.6.1", "babel-preset-flow": "6.23.0", "cross-env": "^5.1.4", - "eslint": "4.19.0", + "eslint": "4.19.1", "eslint-plugin-flowtype": "^2.46.1", "eslint-plugin-jest": "21.15.0", "flow-bin": "0.68.0", "flow-copy-source": "^1.3.0", "jest": "22.4.3", - "raf-stub": "2.0.1", + "raf-stub": "2.0.2", "rimraf": "^2.6.2" }, "dependencies": {} diff --git a/yarn.lock b/yarn.lock index 91a4286..f3333fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1550,9 +1550,9 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint@4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.0.tgz#9e900efb5506812ac374557034ef6f5c3642fc4c" +eslint@4.19.1: + version "4.19.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300" dependencies: ajv "^5.3.0" babel-code-frame "^6.22.0" @@ -3520,9 +3520,9 @@ qs@~6.5.1: version "6.5.1" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" -raf-stub@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/raf-stub/-/raf-stub-2.0.1.tgz#fa04aefa3f3b4bd89712b24187b622f24265bf12" +raf-stub@2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/raf-stub/-/raf-stub-2.0.2.tgz#0f76b208876d88741667e1975560d172ec2aaf84" dependencies: performance-now "2.1.0"