Skip to content

Commit 0a61277

Browse files
authored
Merge pull request #228085 from Homebrew/bump-prettier-3.6.1
prettier 3.6.1
2 parents 2055bf4 + 4a51578 commit 0a61277

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.6.0.tgz"
5-
sha256 "beef60291daec2fb569e300117ae380d3dba81cd248496ac66e50042b8686c31"
4+
url "https://registry.npmjs.org/prettier/-/prettier-3.6.1.tgz"
5+
sha256 "0047d03b48293cc1c71f09c0e1043d198c75da4093c3aa4759b04ecde5728224"
66
license "MIT"
77
head "https://github.com/prettier/prettier.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "5399d3e5e5aa3206987f586a2dd24f5126ae693a964a4b4dbed8dbb7f62a9875"
10+
sha256 cellar: :any_skip_relocation, all: "37e712f4d269a9977236aaad2f35aee275b1ab6cb105e3d2f8720f2279d8e802"
1111
end
1212

1313
depends_on "node"

0 commit comments

Comments
 (0)