Skip to content

Commit

Permalink
chore: dependency updates (#306)
Browse files Browse the repository at this point in the history
* test(e2e): npx requires env var set to be non-interactive now

* build(deps): bump gradle to 7.4 for our android builds

* chore(tests): quiet build warnings for non-Notifee code in ios build

* build(ios, tests): parallelize builds to remove build warning

This popped up, and I think changing this setting is fine these days:

Building targets in manual order is deprecated - choose Dependency Order in scheme settings instead, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current scheme to suppress this warning

* build(ios, test): remove ruby-version pinning items

this was added in react-native 0.67 and is problematic if you use
modern ruby versions as it causes pod install warnings

* build(ios, test): use pod-install package to install test pods

this avoids the problem with firebase transitive dependency pod
install failures when installing new react-native-firebase versions

* build(deps): update dependencies

prettier could not be updated without casuing some sort
of yarn install issue
  • Loading branch information
mikehardy authored Mar 11, 2022
1 parent 8a41bc5 commit cc61581
Show file tree
Hide file tree
Showing 17 changed files with 3,699 additions and 2,402 deletions.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit cc61581

Please sign in to comment.