From 4f56b58cb96c99173f175ab63d4961ab4925704c Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 2 May 2019 15:00:38 +0200 Subject: [PATCH 1/3] Update eslint-plugin-react-native depedency to 3.7.0 --- .../eslint-config-react-native-community/package.json | 4 ++-- packages/eslint-config-react-native-community/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index d32ad8beb8981d..cad53898cdc6e1 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/eslint-config", - "version": "0.0.5", + "version": "0.0.6", "description": "ESLint config for React Native", "main": "index.js", "repository": { @@ -17,7 +17,7 @@ "eslint-plugin-prettier": "2.6.2", "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "^1.5.1", - "eslint-plugin-react-native": "3.6.0", + "eslint-plugin-react-native": "3.7.0", "prettier": "1.16.4" }, "peerDependencies": { diff --git a/packages/eslint-config-react-native-community/yarn.lock b/packages/eslint-config-react-native-community/yarn.lock index 5ba5295190f405..c610a0cab0cdbe 100644 --- a/packages/eslint-config-react-native-community/yarn.lock +++ b/packages/eslint-config-react-native-community/yarn.lock @@ -365,10 +365,10 @@ eslint-plugin-react-native-globals@^0.1.1: resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2" integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g== -eslint-plugin-react-native@3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.6.0.tgz#7cad3b7c6159df6d26fe3252c6c5417a17f27b4b" - integrity sha512-BEQcHZ06hZSBYWFVuNEq0xuui5VEsWpHDsZGBtfadHfCRqRMUrkYPgdDb3bpc60qShHE83kqIv59uKdinEg91Q== +eslint-plugin-react-native@3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.7.0.tgz#7e2cc1f3cf24919c4c0ea7fac13301e7444e105f" + integrity sha512-krLtQmGih/uJDPxF8DBpnU8J3kRUsDm/Dey5yEhOO8LN1I3Wesbk4PGCg8Zah57azKFU+9YtGooFjJcDJWUs+g== dependencies: eslint-plugin-react-native-globals "^0.1.1" From f842aad49cacec155c115cce9df473a2c4a99129 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 2 May 2019 15:45:16 +0200 Subject: [PATCH 2/3] Reverse bump --- packages/eslint-config-react-native-community/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index cad53898cdc6e1..5f476b6195b7bb 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/eslint-config", - "version": "0.0.6", + "version": "0.0.5", "description": "ESLint config for React Native", "main": "index.js", "repository": { From e08a62758904684cbae5d9b56827d8b6ba96493b Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 2 May 2019 15:50:35 +0200 Subject: [PATCH 3/3] Bump version again --- packages/eslint-config-react-native-community/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index 5f476b6195b7bb..cad53898cdc6e1 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/eslint-config", - "version": "0.0.5", + "version": "0.0.6", "description": "ESLint config for React Native", "main": "index.js", "repository": {