From 4c98aea79cd0fed71c1334f80e39ad52266bca04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:46:37 +0200 Subject: [PATCH] Bump @types/prettier to ^2.6.4 (#33713) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/typescript-to-proptypes/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a8441a5a123ac9..4625701aaa4446 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/jsdom": "^16.2.15", "@types/lodash": "^4.14.182", "@types/mocha": "^9.1.1", - "@types/prettier": "^2.6.3", + "@types/prettier": "^2.6.4", "@types/react": "^18.0.14", "@types/react-is": "^17.0.3", "@types/sinon": "^10.0.13", diff --git a/packages/typescript-to-proptypes/package.json b/packages/typescript-to-proptypes/package.json index 1b8712f581b4e6..317d7865157054 100644 --- a/packages/typescript-to-proptypes/package.json +++ b/packages/typescript-to-proptypes/package.json @@ -24,7 +24,7 @@ "@types/doctrine": "^0.0.5", "@types/lodash": "^4.14.182", "@types/node": "^16.11.45", - "@types/prettier": "^2.6.3", + "@types/prettier": "^2.6.4", "@types/react": "^18.0.14", "@types/uuid": "^8.3.4", "fast-glob": "^3.2.11", diff --git a/yarn.lock b/yarn.lock index cec8e88b8084de..067bd8c7591d96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3543,10 +3543,10 @@ resolved "https://registry.yarnpkg.com/@types/parsimmon/-/parsimmon-1.10.6.tgz#8fcf95990514d2a7624aa5f630c13bf2427f9cdd" integrity sha512-FwAQwMRbkhx0J6YELkwIpciVzCcgEqXEbIrIn3a2P5d3kGEHQ3wVhlN3YdVepYP+bZzCYO6OjmD4o9TGOZ40rA== -"@types/prettier@*", "@types/prettier@^2.6.3": - version "2.6.3" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.3.tgz#68ada76827b0010d0db071f739314fa429943d0a" - integrity sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg== +"@types/prettier@*", "@types/prettier@^2.6.4": + version "2.6.4" + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.4.tgz#ad899dad022bab6b5a9f0a0fe67c2f7a4a8950ed" + integrity sha512-fOwvpvQYStpb/zHMx0Cauwywu9yLDmzWiiQBC7gJyq5tYLUXFZvDG7VK1B7WBxxjBJNKFOZ0zLoOQn8vmATbhw== "@types/prop-types@*", "@types/prop-types@^15.7.5": version "15.7.5"