diff --git a/package.json b/package.json index 3d42739..0034d80 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-import": "2.25.4", "eslint-plugin-prettier": "4.0.0", "jest": "27.5.1", - "prettier": "2.5.1", + "prettier": "3.4.1", "semantic-release": "19.0.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 7fc2045..65910a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4912,7 +4912,12 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.5.1, prettier@^2.0.2: +prettier@3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b" + integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg== + +prettier@^2.0.2: version "2.5.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==