diff --git a/package.json b/package.json index 35d395d..700fc9c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "husky": "^8.0.3", "lint-staged": "^13.2.3", - "prettier": "^3.0.0" + "prettier": "^3.0.1" }, "lint-staged": { "**/*": [ diff --git a/qiita/package.json b/qiita/package.json index 8334d6c..62500a2 100644 --- a/qiita/package.json +++ b/qiita/package.json @@ -29,7 +29,7 @@ "@textlint-ja/textlint-rule-no-synonyms": "^1.3.0", "codecov.io": "^0.1.6", "npm-run-all": "^4.1.5", - "prettier": "^3.0.0", + "prettier": "^3.0.1", "sudachi-synonyms-dictionary": "^12.0.0", "textlint": "^13.3.3", "textlint-filter-rule-comments": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 2e3997b..5f06689 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4070,10 +4070,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.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" + integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== prh@^5.4.4: version "5.4.4"