prettier 2.8.2

Closes #120003.

Signed-off-by: Alexander Bayandin <alexander@bayandin.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2023-01-07 12:39:10 +01:00 committed by BrewTestBot
parent 35707fce84
commit 0a7d7b9ede
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ require "language/node"
class Prettier < Formula
desc "Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML"
homepage "https://prettier.io/"
url "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz"
sha256 "e70f531d8744ae7773dbaaf7a35138638c35fda1a853cafa38f5d2ffa51aba9c"
url "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz"
sha256 "0d44d625d412749a71b8ada18da10950cd9b4f10725eca2a7eba28a0f5c3c629"
license "MIT"
head "https://github.com/prettier/prettier.git", branch: "main"