Skip to content

Commit 1349768

Browse files
authored
Update dependencies (#1068)
1 parent 9e6590c commit 1349768

File tree

7 files changed

+322
-89
lines changed

7 files changed

+322
-89
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: npm run test:ci
3838

3939
- name: Upload coverage report
40-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
40+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
4141
with:
4242
directory: coverage

Diff for: example/ios/Auth0Example.xcodeproj/project.pbxproj

+8-2
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,10 @@
527527
"-DFOLLY_MOBILE=1",
528528
"-DFOLLY_USE_LIBCPP=1",
529529
);
530-
OTHER_LDFLAGS = "$(inherited) ";
530+
OTHER_LDFLAGS = (
531+
"$(inherited)",
532+
" ",
533+
);
531534
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
532535
SDKROOT = iphoneos;
533536
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -594,7 +597,10 @@
594597
"-DFOLLY_MOBILE=1",
595598
"-DFOLLY_USE_LIBCPP=1",
596599
);
597-
OTHER_LDFLAGS = "$(inherited) ";
600+
OTHER_LDFLAGS = (
601+
"$(inherited)",
602+
" ",
603+
);
598604
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
599605
SDKROOT = iphoneos;
600606
USE_HERMES = true;

Diff for: example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- A0Auth0 (4.1.0):
2+
- A0Auth0 (4.3.0):
33
- Auth0 (= 2.7.2)
44
- JWTDecode (= 3.1.0)
55
- React-Core
@@ -1845,7 +1845,7 @@ EXTERNAL SOURCES:
18451845
:path: "../node_modules/react-native/ReactCommon/yoga"
18461846

18471847
SPEC CHECKSUMS:
1848-
A0Auth0: b92c7440bfc3833eb31f1ecfe5ccccc21559f6d2
1848+
A0Auth0: c246a55504e143a8b1dd2bd2f236991cfbd1e307
18491849
Auth0: 28cb24cb19ebd51f0b07751f16d83b59f4019532
18501850
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
18511851
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb

Diff for: example/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postinstall": "npm run pods"
1111
},
1212
"dependencies": {
13-
"@react-navigation/native": "7.0.14",
13+
"@react-navigation/native": "^7.0.14",
1414
"@react-navigation/native-stack": "7.2.0",
1515
"react": "18.3.1",
1616
"react-native": "0.77.0",

0 commit comments

Comments
 (0)