Skip to content

Commit d6bffd9

Browse files
authored
Update SDK versions for example app (#92)
1 parent abab852 commit d6bffd9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/with-thirdpartyemailpassword/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ PODS:
277277
- React-jsinspector (0.66.1)
278278
- React-logger (0.66.1):
279279
- glog
280-
- react-native-app-auth (6.4.0):
280+
- react-native-app-auth (6.4.3):
281281
- AppAuth (= 1.4.0)
282282
- React-Core
283283
- React-perflogger (0.66.1)
@@ -345,9 +345,9 @@ PODS:
345345
- React-jsi (= 0.66.1)
346346
- React-logger (= 0.66.1)
347347
- React-perflogger (= 0.66.1)
348-
- RNAppleAuthentication (2.1.5):
348+
- RNAppleAuthentication (2.2.2):
349349
- React-Core
350-
- RNCAsyncStorage (1.15.9):
350+
- RNCAsyncStorage (1.17.10):
351351
- React-Core
352352
- Yoga (1.14.0)
353353
- YogaKit (1.18.1):
@@ -529,7 +529,7 @@ SPEC CHECKSUMS:
529529
React-jsiexecutor: db2f6e22a534d466fc0e34e622df47d9d20bab2f
530530
React-jsinspector: 8c0517dee5e8c70cd6c3066f20213ff7ce54f176
531531
React-logger: bfddd3418dc1d45b77b822958f3e31422e2c179b
532-
react-native-app-auth: ed620d57f4b2bfc96c28ca264133c324a575a645
532+
react-native-app-auth: fd1eaa667c0bc014199456d14a6440cb74de814e
533533
React-perflogger: fcac6090a80e3d967791b4c7f1b1a017f9d4a398
534534
React-RCTActionSheet: caf5913d9f9e605f5467206cf9d1caa6d47d7ad6
535535
React-RCTAnimation: 6539e3bf594f6a529cd861985ba6548286ae1ead
@@ -542,11 +542,11 @@ SPEC CHECKSUMS:
542542
React-RCTVibration: 6600b5eed7c0fda4a433fa1198d1cb2690151791
543543
React-runtimeexecutor: 33a949a51bec5f8a3c9e8d8092deb259600d761e
544544
ReactCommon: 620442811dc6f707b4bf5e3b27d4f19c12d5a821
545-
RNAppleAuthentication: 63c2127ace11985b94f852fc480eb84145653712
546-
RNCAsyncStorage: d599364c12b1ddb042cc2d7ab6f8258962b83097
545+
RNAppleAuthentication: 0571c08da8c327ae2afc0261b48b4a515b0286a6
546+
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
547547
Yoga: 2b4a01651f42a32f82e6cef3830a3ba48088237f
548548
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
549549

550550
PODFILE CHECKSUM: fdd55422952266444d6d2a3968778d8813bd6626
551551

552-
COCOAPODS: 1.11.2
552+
COCOAPODS: 1.11.3

examples/with-thirdpartyemailpassword/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dependencies": {
1313
"@invertase/react-native-apple-authentication": "^2.1.5",
1414
"react": "17.0.2",
15-
"react-native": "0.66.1"
15+
"react-native": "0.66.1",
16+
"supertokens-react-native": "^4.0.0"
1617
},
1718
"devDependencies": {
1819
"@babel/core": "^7.12.9",
@@ -27,10 +28,9 @@
2728
"metro-react-native-babel-preset": "^0.66.2",
2829
"react-native-app-auth": "^6.4.0",
2930
"react-test-renderer": "17.0.2",
30-
"supertokens-node": "^12.0.0",
31-
"supertokens-react-native": "^3.0.1"
31+
"supertokens-node": "^13.0.2"
3232
},
3333
"jest": {
3434
"preset": "react-native"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)