From 5faf4bc6211162394dd9ae2d269512ac20ce685b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 25 Oct 2020 20:00:44 +0000 Subject: [PATCH] chore(deps): update react monorepo [skip ci] --- package-lock.json | 12 ++++++------ package.json | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9392843..4fa1953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2879,9 +2879,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.3.0.tgz", - "integrity": "sha512-gLKCa52G4ee7uXzdLiorca7JIQZPPXRAQDXV83J4bUEeUuc5pIEyZYAZ45Xnxe5IuupxEqHS+hUhSLIimK1EMw==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz", + "integrity": "sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==", "dev": true }, "eslint-plugin-security": { @@ -9517,9 +9517,9 @@ } }, "react": { - "version": "16.12.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.12.0.tgz", - "integrity": "sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dev": true, "requires": { "loose-envify": "^1.1.0", diff --git a/package.json b/package.json index fd37d5c..5cfae37 100644 --- a/package.json +++ b/package.json @@ -32,11 +32,11 @@ }, "homepage": "https://github.com/eclass/useSideEffect#readme", "peerDependencies": { - "react": "16.12.0", - "react-dom": "16.12.0" + "react": "16.14.0", + "react-dom": "16.14.0" }, "devDependencies": { - "react": "16.12.0", + "react": "16.14.0", "@commitlint/cli": "8.2.0", "@commitlint/config-conventional": "8.2.0", "@eclass/eslint-config": "1.3.0", @@ -53,7 +53,7 @@ "eslint-plugin-node": "10.0.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.17.0", - "eslint-plugin-react-hooks": "2.3.0", + "eslint-plugin-react-hooks": "2.5.1", "eslint-plugin-security": "1.4.0", "eslint-plugin-sonarjs": "0.5.0", "eslint-plugin-standard": "4.0.1",