Skip to content

Commit

Permalink
chore(deps): bump up credo dependency to 0.5.9 (#1202)
Browse files Browse the repository at this point in the history
Signed-off-by: Mostafa Gamal <[email protected]>
  • Loading branch information
MosCD3 authored Jul 23, 2024
1 parent 6da353c commit c9ddbbf
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 130 deletions.
14 changes: 7 additions & 7 deletions packages/legacy/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"test": "echo 'nothing to do'"
},
"dependencies": {
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/askar": "0.5.3",
"@credo-ts/core": "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/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 Down
28 changes: 14 additions & 14 deletions packages/legacy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@commitlint/cli": "^11.0.0",
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/askar": "0.5.3",
"@credo-ts/core": "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/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 Down Expand Up @@ -144,15 +144,15 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/askar": "0.5.3",
"@credo-ts/core": "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/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 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.3",
"@credo-ts/core": "0.5.3",
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/core": "0.5.9",
"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.3",
"@credo-ts/core": "0.5.9",
"@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.3",
"@credo-ts/core": "0.5.9",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/core": "0.5.3",
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/react-hooks": "^0.6.0",
"@hyperledger/anoncreds-shared": "0.2.2",
"@types/jest": "^29.5.5",
Expand All @@ -36,8 +36,8 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/core": "0.5.3",
"@credo-ts/anoncreds": "0.5.9",
"@credo-ts/core": "0.5.9",
"@credo-ts/react-hooks": "^0.6.0",
"@hyperledger/anoncreds-shared": "0.2.2",
"react": "^18.2.0"
Expand Down
Loading

0 comments on commit c9ddbbf

Please sign in to comment.