From 3c3f189a6fb9f44940b30296a081d5eb021d2ab8 Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Tue, 30 Oct 2018 14:56:38 -0400 Subject: [PATCH 1/2] Upgrade peer dependency versions This finally avoids a warning from eslint-config-react-app --- packages/eslint-config-humanmade/package.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/eslint-config-humanmade/package.json b/packages/eslint-config-humanmade/package.json index 84de8831..65ceb0e7 100644 --- a/packages/eslint-config-humanmade/package.json +++ b/packages/eslint-config-humanmade/package.json @@ -9,23 +9,23 @@ "test": "node fixtures/test-lint-config" }, "devDependencies": { - "babel-eslint": "^7.2.3", - "chalk": "^2.3.2", - "eslint": "^4.19.1", - "eslint-config-react-app": "^2.1.0", - "eslint-plugin-flowtype": "^2.46.3", - "eslint-plugin-import": "^2.11.0", - "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-react": "^7.7.0" + "babel-eslint": "^9.0.0", + "chalk": "^2.4.1", + "eslint": "^5.8.0", + "eslint-config-react-app": "^3.0.5", + "eslint-plugin-flowtype": "^2.50.3", + "eslint-plugin-import": "^2.14.0", + "eslint-plugin-jsx-a11y": "^6.1.2", + "eslint-plugin-react": "^7.11.1" }, "peerDependencies": { - "babel-eslint": "^7.2.3", - "eslint": "^4.19.1", - "eslint-config-react-app": "^2.1.0", - "eslint-plugin-flowtype": "^2.46.3", - "eslint-plugin-import": "^2.11.0", - "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-react": "^7.7.0" + "babel-eslint": "^9.0.0", + "eslint": "^5.8.0", + "eslint-config-react-app": "^3.0.5", + "eslint-plugin-flowtype": "^2.50.3", + "eslint-plugin-import": "^2.14.0", + "eslint-plugin-jsx-a11y": "^6.1.2", + "eslint-plugin-react": "^7.11.1" }, "files": [ ".eslintrc", From 257bf24c8ab4b9420b3d8fefb00f58e5a417314b Mon Sep 17 00:00:00 2001 From: Mike Selander Date: Tue, 18 Dec 2018 11:36:11 -0700 Subject: [PATCH 2/2] Bump peer deps further --- packages/eslint-config-humanmade/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-config-humanmade/package.json b/packages/eslint-config-humanmade/package.json index 65ceb0e7..82e65356 100644 --- a/packages/eslint-config-humanmade/package.json +++ b/packages/eslint-config-humanmade/package.json @@ -9,20 +9,20 @@ "test": "node fixtures/test-lint-config" }, "devDependencies": { - "babel-eslint": "^9.0.0", + "babel-eslint": "^10.0.0", "chalk": "^2.4.1", - "eslint": "^5.8.0", + "eslint": "^5.10.0", "eslint-config-react-app": "^3.0.5", - "eslint-plugin-flowtype": "^2.50.3", + "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1" }, "peerDependencies": { - "babel-eslint": "^9.0.0", - "eslint": "^5.8.0", + "babel-eslint": "^10.0.0", + "eslint": "^5.10.0", "eslint-config-react-app": "^3.0.5", - "eslint-plugin-flowtype": "^2.50.3", + "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1"