diff --git a/package.json b/package.json index 7f3e25a..3f275f1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jest": "^25.2.4", "jest-runner-eslint": "^0.7.0", "lerna-changelog": "^1.0.1", - "prettier": "2.3.2" + "prettier": "3.3.0" }, "optionalDependencies": { "@colors/colors": "1.5.0" diff --git a/yarn.lock b/yarn.lock index fbdced1..49cee47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3448,10 +3448,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.3.2: - version "2.3.2" - resolved "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz" - integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== +prettier@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.0.tgz#d173ea0524a691d4c0b1181752f2b46724328cdf" + integrity sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g== pretty-format@^25.5.0: version "25.5.0"