From 38e3baf378c4db44cd99f44d2535999db21dae2a Mon Sep 17 00:00:00 2001 From: Batr Kanzitelli Date: Tue, 15 Mar 2022 22:08:00 +0100 Subject: [PATCH] eslint-plugin-prettier 3.3.1 --- package.json | 4 +--- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ef42cc0..a85cd64 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "babel-jest": "^27.5.1", "dotenv-cli": "^5.0.0", "eslint": "7.14.0", + "eslint-plugin-prettier": "3.3.1", "jest": "^27.5.1", "metro-react-native-babel-preset": "^0.69.1", "patch-package": "^6.4.7", @@ -92,9 +93,6 @@ "react-navigation", "react-native-starter" ], - "resolutions": { - "@types/react": "^17" - }, "jest": { "preset": "react-native", "moduleFileExtensions": [ diff --git a/yarn.lock b/yarn.lock index 0b6f1c4..6b5cd5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2864,7 +2864,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17": +"@types/react@*": version "17.0.24" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.24.tgz#7e1b3f78d0fc53782543f9bce6d949959a5880bd" integrity sha512-eIpyco99gTH+FTI3J7Oi/OH8MZoFMJuztNRimDOJwH4iGIsKV2qkGnk4M9VzlaVWeEEWLWSQRy0FEA0Kz218cg== @@ -4750,6 +4750,13 @@ eslint-plugin-prettier@3.1.2: dependencies: prettier-linter-helpers "^1.0.0" +eslint-plugin-prettier@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7" + integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== + dependencies: + prettier-linter-helpers "^1.0.0" + eslint-plugin-react-hooks@^4.0.4: version "4.3.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"