Skip to content

Commit 9361e2f

Browse files
authored
Merge pull request #200030 from Homebrew/bump-prettier-3.4.2
prettier 3.4.2
2 parents cc084fa + 58102fd commit 9361e2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/prettier.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Prettier < Formula
22
desc "Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML"
33
homepage "https://prettier.io/"
4-
url "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz"
5-
sha256 "a557639eb38d13b308a9a42c0ceffbb6041a3618036026a52cea328075ac3942"
4+
url "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz"
5+
sha256 "dbf7e35264a81347c9aa91989042201dd6371fb20465bcc7d138de635a828403"
66
license "MIT"
77
head "https://github.com/prettier/prettier.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "aad8e8d0d49f60f68c69f5c62ff22b1e7818ea585245d05c9e8deff129891a40"
10+
sha256 cellar: :any_skip_relocation, all: "b07f2ed30796ad961a7dd4b105655a2a24fc999cc8032a31e18e7291fde780c0"
1111
end
1212

1313
depends_on "node"

0 commit comments

Comments
 (0)