diff --git a/package.json b/package.json index ff80ffc..0c21c47 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-github": "^4.1.5", "eslint-plugin-jest": "^24.4.0", "lerna": "^4.0.0", - "prettier": "^2.3.2", + "prettier": "^3.0.0", "typescript": "^4.3.5" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index f986af1..965d695 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3985,11 +3985,16 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.2.1, prettier@^2.3.2: +prettier@^2.2.1: version "2.3.2" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d" integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== +prettier@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae" + integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g== + process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"