Skip to content

Commit

Permalink
eslint-plugin-prettier 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Mar 15, 2022
1 parent ab5b030 commit 38e3baf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -92,9 +93,6 @@
"react-navigation",
"react-native-starter"
],
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 38e3baf

Please sign in to comment.