Update dependency prettier to v3.0.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-08-03 06:30:12 +00:00
parent 015b861bcf
commit a224ab3e8d
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
"@types/node": "18.17.1",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"prettier": "3.0.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
}
}

View File

@ -1879,10 +1879,10 @@ postcss@8.2.15:
nanoid "^3.1.23"
source-map "^0.6.1"
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==
process-nextick-args@~2.0.0:
version "2.0.1"