Skip to content

Commit

Permalink
Merge branch 'main' into feat/AutoLockComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
al-rosenthal committed Oct 10, 2024
2 parents 8c42fab + d7dbeef commit 73db33b
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 177 deletions.
4 changes: 2 additions & 2 deletions packages/legacy/app/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- anoncreds (0.2.2):
- anoncreds (0.2.4):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -735,7 +735,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
anoncreds: c709906b5a3caaf6bbe871646e6c16b522c6531d
anoncreds: 045f191123bb20d7dcdc2f7c19df57ae30c427f6
aries-askar: 3a78d5cfc8faedbfc55a9ff35e2309fc4574a147
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CatCrypto: a477899b6be4954e75be4897e732da098cc0a5a8
Expand Down
18 changes: 9 additions & 9 deletions packages/legacy/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"test": "echo 'nothing to do'"
},
"dependencies": {
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/askar": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.9",
"@credo-ts/indy-vdr": "0.5.9",
"@credo-ts/openid4vc": "0.5.9",
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/askar": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.11",
"@credo-ts/indy-vdr": "0.5.11",
"@credo-ts/openid4vc": "0.5.11",
"@credo-ts/push-notifications": "^0.7.0",
"@credo-ts/question-answer": "0.5.9",
"@credo-ts/question-answer": "0.5.11",
"@credo-ts/react-hooks": "^0.6.0",
"@credo-ts/react-native": "0.5.9",
"@credo-ts/react-native": "0.5.11",
"@formatjs/intl-datetimeformat": "4.2.4",
"@formatjs/intl-displaynames": "5.2.4",
"@formatjs/intl-getcanonicallocales": "1.7.3",
Expand All @@ -32,7 +32,7 @@
"@formatjs/intl-numberformat": "7.2.4",
"@formatjs/intl-pluralrules": "4.1.4",
"@formatjs/intl-relativetimeformat": "9.3.1",
"@hyperledger/anoncreds-react-native": "0.2.2",
"@hyperledger/anoncreds-react-native": "0.2.4",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/aries-bifold-core": "^1.0.0",
"@hyperledger/aries-oca": "^1.0.0",
Expand Down
36 changes: 18 additions & 18 deletions packages/legacy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@commitlint/cli": "^11.0.0",
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/askar": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.9",
"@credo-ts/indy-vdr": "0.5.9",
"@credo-ts/openid4vc": "0.5.9",
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/askar": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.11",
"@credo-ts/indy-vdr": "0.5.11",
"@credo-ts/openid4vc": "0.5.11",
"@credo-ts/push-notifications": "^0.7.0",
"@credo-ts/question-answer": "0.5.9",
"@credo-ts/question-answer": "0.5.11",
"@credo-ts/react-hooks": "^0.6.0",
"@credo-ts/react-native": "0.5.9",
"@credo-ts/react-native": "0.5.11",
"@formatjs/intl-datetimeformat": "4.2.4",
"@formatjs/intl-displaynames": "5.2.4",
"@formatjs/intl-getcanonicallocales": "1.7.3",
Expand All @@ -57,7 +57,7 @@
"@formatjs/intl-numberformat": "7.2.4",
"@formatjs/intl-pluralrules": "4.1.4",
"@formatjs/intl-relativetimeformat": "9.3.1",
"@hyperledger/anoncreds-react-native": "0.2.2",
"@hyperledger/anoncreds-react-native": "0.2.4",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/aries-bifold-verifier": "^1.0.0",
"@hyperledger/aries-oca": "^1.0.0",
Expand Down Expand Up @@ -145,16 +145,16 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/askar": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.9",
"@credo-ts/indy-vdr": "0.5.9",
"@credo-ts/openid4vc": "0.5.9",
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/askar": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.11",
"@credo-ts/indy-vdr": "0.5.11",
"@credo-ts/openid4vc": "0.5.11",
"@credo-ts/push-notifications": "^0.7.0",
"@credo-ts/question-answer": "0.5.9",
"@credo-ts/question-answer": "0.5.11",
"@credo-ts/react-hooks": "^0.6.0",
"@credo-ts/react-native": "0.5.9",
"@credo-ts/react-native": "0.5.11",
"@formatjs/intl-datetimeformat": "4.2.4",
"@formatjs/intl-displaynames": "5.2.4",
"@formatjs/intl-getcanonicallocales": "1.7.3",
Expand All @@ -163,7 +163,7 @@
"@formatjs/intl-numberformat": "7.2.4",
"@formatjs/intl-pluralrules": "4.1.4",
"@formatjs/intl-relativetimeformat": "9.3.1",
"@hyperledger/anoncreds-react-native": "0.2.2",
"@hyperledger/anoncreds-react-native": "0.2.4",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/aries-bifold-verifier": "^1.0.0",
"@hyperledger/aries-oca": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/oca/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/core": "0.5.11",
"axios": "^1.4.0",
"lodash.startcase": "^4.4.0",
"react-native-fs": "^2.16.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/remote-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/hyperledger/aries-mobile-agent-react-native#readme",
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@credo-ts/core": "0.5.9",
"@credo-ts/core": "0.5.11",
"@typescript-eslint/parser": "^6.6.0",
"axios": "^1.4.0",
"buffer": "^6.0.3",
Expand All @@ -45,7 +45,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@credo-ts/core": "0.5.9",
"@credo-ts/core": "0.5.11",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"react": "^18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/react-hooks": "^0.6.0",
"@hyperledger/anoncreds-shared": "0.2.2",
"@hyperledger/anoncreds-shared": "0.2.4",
"@types/jest": "^29.5.5",
"@types/react": "^18.0.24",
"babel-jest": "^27.5.1",
Expand All @@ -36,10 +36,10 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/react-hooks": "^0.6.0",
"@hyperledger/anoncreds-shared": "0.2.2",
"@hyperledger/anoncreds-shared": "0.2.4",
"react": "^18.2.0"
},
"react-native-builder-bob": {
Expand Down
Loading

0 comments on commit 73db33b

Please sign in to comment.