Skip to content

Commit

Permalink
chore(deps): credo 0.5.9 upgrade (#2086)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Jul 24, 2024
1 parent 170e2c7 commit 263f254
Show file tree
Hide file tree
Showing 8 changed files with 427 additions and 421 deletions.
240 changes: 0 additions & 240 deletions .yarn/patches/@credo-ts-anoncreds-npm-0.5.3-9fffe9ad63.patch

This file was deleted.

27 changes: 0 additions & 27 deletions .yarn/patches/@credo-ts-core-npm-0.5.3-39fe4d2bdd.patch

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion app/container-imp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class AppContainer implements Container {
}

const { enabledAt, sessionId } = state.developer.remoteDebugging
if (enabledAt) {
if (enabledAt && sessionId) {
const override = expirationOverrideInMinutes(enabledAt, autoDisableRemoteLoggingIntervalInMinutes)

if (override > 0) {
Expand Down
8 changes: 4 additions & 4 deletions app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- React
- React-callinvoker
- React-Core
- aries-askar (0.2.1):
- aries-askar (0.2.3):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -445,7 +445,7 @@ PODS:
- React-jsinspector (0.72.5)
- React-logger (0.72.5):
- glog
- "react-native-attestation (1.0.0-alpha.274+f65e147a)":
- "react-native-attestation (1.0.0-alpha.281+60a3a6ad)":
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-config (1.5.0):
Expand Down Expand Up @@ -892,7 +892,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
anoncreds: c709906b5a3caaf6bbe871646e6c16b522c6531d
aries-askar: cb89b1fdc61cd8adf0408a0dd28f7eb6dbf0dec9
aries-askar: 3a78d5cfc8faedbfc55a9ff35e2309fc4574a147
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CatCrypto: a477899b6be4954e75be4897e732da098cc0a5a8
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Expand Down Expand Up @@ -931,7 +931,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
react-native-attestation: b4cde49f143fe07183a61e6e81434c5b030b714d
react-native-attestation: 3673b5d74e1d457143cf9d0bd8f1fca1466e6175
react-native-config: 5330c8258265c1e5fdb8c009d2cabd6badd96727
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a
Expand Down
28 changes: 14 additions & 14 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"gradle:write-locks": "cd android && ./gradlew app:dependencies --write-locks"
},
"dependencies": {
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/askar": "0.5.3",
"@credo-ts/core": "0.5.3",
"@credo-ts/drpc": "0.5.3",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.3",
"@credo-ts/indy-vdr": "0.5.3",
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/askar": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/drpc": "0.5.9",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.9",
"@credo-ts/indy-vdr": "0.5.9",
"@credo-ts/push-notifications": "0.7.0",
"@credo-ts/question-answer": "0.5.3",
"@credo-ts/question-answer": "0.5.9",
"@credo-ts/react-hooks": "0.6.0",
"@credo-ts/react-native": "0.5.3",
"@credo-ts/react-native": "0.5.9",
"@formatjs/intl-datetimeformat": "4.2.4",
"@formatjs/intl-displaynames": "5.2.4",
"@formatjs/intl-getcanonicallocales": "1.7.3",
Expand All @@ -60,12 +60,12 @@
"@formatjs/intl-pluralrules": "4.1.4",
"@formatjs/intl-relativetimeformat": "9.3.1",
"@hyperledger/anoncreds-react-native": "0.2.2",
"@hyperledger/aries-askar-react-native": "0.2.1",
"@hyperledger/aries-bifold-core": "1.0.0-alpha.274",
"@hyperledger/aries-bifold-remote-logs": "1.0.0-alpha.274",
"@hyperledger/aries-bifold-verifier": "1.0.0-alpha.274",
"@hyperledger/aries-oca": "1.0.0-alpha.274",
"@hyperledger/aries-react-native-attestation": "1.0.0-alpha.274",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/aries-bifold-core": "1.0.0-alpha.281",
"@hyperledger/aries-bifold-remote-logs": "1.0.0-alpha.281",
"@hyperledger/aries-bifold-verifier": "1.0.0-alpha.281",
"@hyperledger/aries-oca": "1.0.0-alpha.281",
"@hyperledger/aries-react-native-attestation": "1.0.0-alpha.281",
"@hyperledger/indy-vdr-react-native": "0.2.2",
"@hyperledger/indy-vdr-shared": "0.2.2",
"@react-native-async-storage/async-storage": "1.15.11",
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
"react-i18next": "11.18.6",
"react-native-vision-camera": "4.0.1",
"@credo-ts/react-hooks": "patch:@credo-ts/react-hooks@npm%3A0.6.0#./.yarn/patches/@credo-ts-react-hooks-npm-0.6.0-3c59ce13d2.patch",
"@credo-ts/anoncreds@npm:0.5.3": "patch:@credo-ts/anoncreds@npm%3A0.5.3#~/.yarn/patches/@credo-ts-anoncreds-npm-0.5.3-9fffe9ad63.patch",
"@credo-ts/core@npm:0.5.3": "patch:@credo-ts/core@npm%3A0.5.3#~/.yarn/patches/@credo-ts-core-npm-0.5.3-39fe4d2bdd.patch",
"@hyperledger/indy-vdr-shared@npm:0.2.2": "patch:@hyperledger/indy-vdr-shared@npm%3A0.2.2#~/.yarn/patches/@hyperledger-indy-vdr-shared-npm-0.2.2-b989282fc6.patch",
"@hyperledger/indy-vdr-react-native": "patch:@hyperledger/indy-vdr-react-native@npm%3A0.2.2#~/.yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.2.2-627d424b96.patch"
}
Expand Down
Loading

0 comments on commit 263f254

Please sign in to comment.