From 2f5488c209a65bc807b9263e0d940e1fdea4c382 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 27 Apr 2022 11:20:46 -0500 Subject: [PATCH] build(deps): use clang-format v1.6.0 until upstream releases non-arm64 binaries Related https://github.com/angular/clang-format/issues/78 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d99b8bf5..9fc40fdb 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,8 @@ "tests:ios:test-reuse": "cd RNGoogleMobileAdsExample && yarn detox test --configuration ios.sim.debug --reuse --loglevel warn", "tests:ios:test-cover": "cd RNGoogleMobileAdsExample && ./node_modules/.bin/nyc yarn detox test --configuration ios.sim.debug", "tests:ios:test-cover-reuse": "cd RNGoogleMobileAdsExample && node_modules/.bin/nyc yarn detox test --configuration ios.sim.debug --reuse --loglevel warn", - "tests:ios:pod:install": "cd RNGoogleMobileAdsExample && cd ios && rm -rf RNGoogleMobileAdsExample.xcworkspace && rm -f Podfile.lock && pod install --repo-update && cd .." + "tests:ios:pod:install": "cd RNGoogleMobileAdsExample && cd ios && rm -rf RNGoogleMobileAdsExample.xcworkspace && rm -f Podfile.lock && pod install --repo-update && cd ..", + "package:update": "yarn upgrade --latest && yarn add clang-format@v1.6.0" }, "dependencies": { "@iabtcf/core": "^1.4.0",