diff --git a/package.json b/package.json index 3b6b9b6..94e2085 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^7.32.0", "eslint-config-prettier": "^8.9.0", "eslint-plugin-react": "^7.32.2", - "prettier": "^3.0.0", + "prettier": "^3.4.2", "styled-jsx": "^3.4.2", "typescript": "^5.1.6" } diff --git a/yarn.lock b/yarn.lock index dbab334..254be91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2324,10 +2324,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -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== +prettier@^3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f" + integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ== process-nextick-args@~2.0.0: version "2.0.1"