From eef2db593e9a959b9f73195f4e9211c8dfe67dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Ha=C3=9Fler?= <34499633+peterhass@users.noreply.github.com> Date: Wed, 14 Oct 2020 19:10:09 +0200 Subject: [PATCH] Pin down eslint-plugin-react package because there may be a bug in the lastest patch 7.21.4 (#18) https://github.com/yannickcr/eslint-plugin-react/pull/2808#issuecomment-707725947 --- .../eslint-config-nebenan/package-lock.json | 29 +++++++++++++------ .../eslint-config-nebenan/package.json | 4 +-- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/javascript/packages/eslint-config-nebenan/package-lock.json b/javascript/packages/eslint-config-nebenan/package-lock.json index 6347b76..21c29a4 100644 --- a/javascript/packages/eslint-config-nebenan/package-lock.json +++ b/javascript/packages/eslint-config-nebenan/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-nebenan", - "version": "2.0.0", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -594,9 +594,9 @@ } }, "eslint-plugin-react": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.0.tgz", - "integrity": "sha512-WaieZZ4cayAfPBmy5KkEqFfLQf/VkzoUsvM5DfD9G1lrz+3LtZ8X6nToEUQiFe1X5ApNIzkMd+7NUy+2OmSTQQ==", + "version": "7.21.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.21.3.tgz", + "integrity": "sha512-OI4GwTCqyIb4ipaOEGLWdaOHCXZZydStAsBEPB2e1ZfNM37bojpgO1BoOQbFb0eLVz3QLDx7b+6kYcrxCuJfhw==", "requires": { "array-includes": "^3.1.1", "array.prototype.flatmap": "^1.2.3", @@ -1399,20 +1399,20 @@ }, "dependencies": { "es-abstract": { - "version": "1.18.0-next.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.0.tgz", - "integrity": "sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==", + "version": "1.18.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", + "is-callable": "^1.2.2", "is-negative-zero": "^2.0.0", "is-regex": "^1.1.1", "object-inspect": "^1.8.0", "object-keys": "^1.1.1", - "object.assign": "^4.1.0", + "object.assign": "^4.1.1", "string.prototype.trimend": "^1.0.1", "string.prototype.trimstart": "^1.0.1" } @@ -1434,6 +1434,17 @@ "version": "1.8.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + }, + "object.assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", + "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.0", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } } } }, diff --git a/javascript/packages/eslint-config-nebenan/package.json b/javascript/packages/eslint-config-nebenan/package.json index 9ecb6a9..14f64aa 100644 --- a/javascript/packages/eslint-config-nebenan/package.json +++ b/javascript/packages/eslint-config-nebenan/package.json @@ -6,7 +6,7 @@ "readmeFilename": "README.md", "repository": "goodhood-eu/styleguide", "bugs": "https://github.com/goodhood-eu/styleguide/issues", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "linter", "config", @@ -29,7 +29,7 @@ "eslint-config-nebenan-base": "^1.6.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.21.0", + "eslint-plugin-react": "7.21.3", "eslint-plugin-react-hooks": "^4.1.2" }, "peerDependencies": {