Skip to content

Commit 7930e6b

Browse files
christophpurrerroryabraham
authored andcommitted
Make clang-format work in M1 (Apple Silicon)
Summary: - Current version of clang-format does not work on Apple M1/M2/... chipsets angular/clang-format#78 Changelog: [General][Fixed] - Make clang-format work in M1 (Apple Silicon) Reviewed By: cortinico Differential Revision: D38505844 fbshipit-source-id: c94a71dea82217e725a3609d72692a15a8fe22e0
1 parent 645cf68 commit 7930e6b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

repo-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@react-native/eslint-plugin-specs": "^0.71.0",
1818
"@reactions/component": "^2.0.2",
1919
"async": "^3.2.2",
20-
"clang-format": "^1.2.4",
20+
"clang-format": "^1.8.0",
2121
"connect": "^3.6.5",
2222
"coveralls": "^3.1.1",
2323
"eslint": "^8.19.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1743,16 +1743,16 @@ async-limiter@~1.0.0:
17431743
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
17441744
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
17451745

1746-
async@^1.5.2:
1747-
version "1.5.2"
1748-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
1749-
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
1750-
17511746
async@^3.2.2:
17521747
version "3.2.3"
17531748
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
17541749
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
17551750

1751+
async@^3.2.3:
1752+
version "3.2.4"
1753+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
1754+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
1755+
17561756
asynckit@^0.4.0:
17571757
version "0.4.0"
17581758
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -2150,12 +2150,12 @@ cjs-module-lexer@^0.6.0:
21502150
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f"
21512151
integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==
21522152

2153-
clang-format@^1.2.4:
2154-
version "1.2.4"
2155-
resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.2.4.tgz#4bb4b0a98180428deb093cf20982e9fc1af20b6c"
2156-
integrity sha512-sw+nrGUp3hvmANd1qF8vZPuezSYQAiXgGBiEtkXTtJnnu6b00fCqkkDIsnRKrNgg4nv6NYZE92ejvOMIXZoejw==
2153+
clang-format@^1.8.0:
2154+
version "1.8.0"
2155+
resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.8.0.tgz#7779df1c5ce1bc8aac1b0b02b4e479191ef21d46"
2156+
integrity sha512-pK8gzfu55/lHzIpQ1givIbWfn3eXnU7SfxqIwVgnn5jEM6j4ZJYjpFqFs4iSBPNedzRMmfjYjuQhu657WAXHXw==
21572157
dependencies:
2158-
async "^1.5.2"
2158+
async "^3.2.3"
21592159
glob "^7.0.0"
21602160
resolve "^1.1.6"
21612161

0 commit comments

Comments
 (0)