From fe493cd4cf669c6d6ca7456c2f27975643cb3a45 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Thu, 19 Oct 2017 16:25:10 +0000 Subject: [PATCH 1/2] Update eslint-plugin-import from 2.7.0 to 2.8.0 in / --- package.json | 2 +- yarn.lock | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 11d02077b54b..57634c6f8934 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "^4.9.0", "eslint-config-airbnb": "^15.1.0", "eslint-config-prettier": "^2.4.0", - "eslint-plugin-import": "^2.7.0", + "eslint-plugin-import": "^2.8.0", "eslint-plugin-jest": "^21.0.0", "eslint-plugin-json": "^1.2.0", "eslint-plugin-jsx-a11y": "^6.0.2", diff --git a/yarn.lock b/yarn.lock index c773c8ef4735..2eff24144257 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4174,7 +4174,7 @@ eslint-plugin-flowtype@2.35.0: dependencies: lodash "^4.15.0" -eslint-plugin-import@2.7.0, eslint-plugin-import@^2.7.0: +eslint-plugin-import@2.7.0: version "2.7.0" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz#21de33380b9efb55f5ef6d2e210ec0e07e7fa69f" dependencies: @@ -4189,6 +4189,21 @@ eslint-plugin-import@2.7.0, eslint-plugin-import@^2.7.0: minimatch "^3.0.3" read-pkg-up "^2.0.0" +eslint-plugin-import@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894" + dependencies: + builtin-modules "^1.1.1" + contains-path "^0.1.0" + debug "^2.6.8" + doctrine "1.5.0" + eslint-import-resolver-node "^0.3.1" + eslint-module-utils "^2.1.1" + has "^1.0.1" + lodash.cond "^4.3.0" + minimatch "^3.0.3" + read-pkg-up "^2.0.0" + eslint-plugin-jest@^21.0.0: version "21.2.0" resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.2.0.tgz#292044df9cf0866ad9c530e78e6528fae287b926" From eb4a9212ea3b180c5cef04cd760bc8b499674f70 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Thu, 19 Oct 2017 16:26:23 +0000 Subject: [PATCH 2/2] Update @types/react from 16.0.14 to 16.0.15 in addons/knobs --- addons/knobs/package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/knobs/package.json b/addons/knobs/package.json index 1b4f54673ce0..03f065699eb0 100644 --- a/addons/knobs/package.json +++ b/addons/knobs/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/node": "^7.0.46", - "@types/react": "^16.0.14", + "@types/react": "^16.0.15", "git-url-parse": "^6.2.2", "raw-loader": "^0.5.1", "react": "^16.0.0", diff --git a/yarn.lock b/yarn.lock index 2eff24144257..d3dbf8208517 100644 --- a/yarn.lock +++ b/yarn.lock @@ -52,9 +52,9 @@ version "15.6.4" resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.4.tgz#3bb57bd43183a05919ceb025a264287348f47e9d" -"@types/react@^16.0.14": - version "16.0.14" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.14.tgz#c46d92be936820a93a14ffc84ad805e83f6535ef" +"@types/react@^16.0.15": + version "16.0.15" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.15.tgz#1b1eba408fc75735b3e53a83333c346eeeb0022b" JSONStream@^1.0.4: version "1.3.1"