Merge pull request #1053 from marocchino/dependabot/npm_and_yarn/prettier-3.0.1

build(deps-dev): Bump prettier from 3.0.0 to 3.0.1
This commit is contained in:
marocchino 2023-08-04 21:47:33 +09:00 committed by GitHub
commit fa453cca7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@
"jest": "^29.6.2", "jest": "^29.6.2",
"jest-circus": "^29.6.2", "jest-circus": "^29.6.2",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"prettier": "3.0.0", "prettier": "3.0.1",
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"typescript": "^5.1.6" "typescript": "^5.1.6"
} }

View file

@ -4057,10 +4057,10 @@ prettier-linter-helpers@^1.0.0:
dependencies: dependencies:
fast-diff "^1.1.2" fast-diff "^1.1.2"
prettier@3.0.0, prettier@^3.0.0: prettier@3.0.1, prettier@^3.0.0:
version "3.0.0" version "3.0.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae" resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40"
integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g== integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==
pretty-format@^29.0.0, pretty-format@^29.6.2: pretty-format@^29.0.0, pretty-format@^29.6.2:
version "29.6.2" version "29.6.2"