Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated dependencies for push notification #1344

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.1.0):
- aries-askar (0.1.1):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -587,7 +587,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
anoncreds: 8e6ab626d5250ae6301c3e96d6fc739186e083f0
aries-askar: fde2367dd2eec5c646e71cd909f518a3585b0f17
aries-askar: 738c677e194913ed3c256adc953db3fe0494f8f8
boost: a7c83b31436843459a1961bfd74b96033dc77234
CatCrypto: a477899b6be4954e75be4897e732da098cc0a5a8
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Expand Down Expand Up @@ -652,4 +652,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 4266f539fd5c242abd4005c88814b151329c70f6

COCOAPODS: 1.12.1
COCOAPODS: 1.11.3
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@aries-framework/core": "^0.4.0",
"@aries-framework/indy-sdk-to-askar-migration": "0.4.0",
"@aries-framework/indy-vdr": "^0.4.0",
"@aries-framework/push-notifications": "^0.5.0",
"@aries-framework/react-hooks": "^0.4.2",
"@aries-framework/react-native": "^0.4.0",
"@formatjs/intl-datetimeformat": "4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion bifold
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,20 @@ __metadata:
languageName: node
linkType: hard

"@aries-framework/push-notifications@npm:0.5.0, @aries-framework/push-notifications@npm:^0.5.0":
version: 0.5.0
resolution: "@aries-framework/push-notifications@npm:0.5.0"
dependencies:
class-transformer: 0.5.1
class-validator: 0.14.0
reflect-metadata: ^0.1.13
tsyringe: ^4.6.0
peerDependencies:
"@aries-framework/core": ^0.4.0
checksum: fb7f5df97473e15c7fb8a193ac6fb8b30927e2eb0abdc196cf78f151632a2bb6148b2390c5fe0e22532faab83e494b4307f03aeca530d987c3cd2f2b5da1b936
languageName: node
linkType: hard

"@aries-framework/react-hooks@npm:0.4.2":
version: 0.4.2
resolution: "@aries-framework/react-hooks@npm:0.4.2"
Expand Down Expand Up @@ -5724,6 +5738,7 @@ __metadata:
"@aries-framework/core": ^0.4.0
"@aries-framework/indy-sdk-to-askar-migration": 0.4.0
"@aries-framework/indy-vdr": ^0.4.0
"@aries-framework/push-notifications": 0.5.0
"@aries-framework/react-hooks": ^0.4.2
"@aries-framework/react-native": ^0.4.0
"@babel/core": ^7.12.9
Expand Down Expand Up @@ -5825,6 +5840,7 @@ __metadata:
"@aries-framework/core": ^0.4.0
"@aries-framework/indy-sdk-to-askar-migration": 0.4.0
"@aries-framework/indy-vdr": ^0.4.0
"@aries-framework/push-notifications": 0.5.0
"@aries-framework/react-hooks": ^0.4.2
"@aries-framework/react-native": ^0.4.0
"@formatjs/intl-datetimeformat": ^4.2.3
Expand Down Expand Up @@ -6780,6 +6796,7 @@ __metadata:
"@aries-framework/core": ^0.4.0
"@aries-framework/indy-sdk-to-askar-migration": 0.4.0
"@aries-framework/indy-vdr": ^0.4.0
"@aries-framework/push-notifications": ^0.5.0
"@aries-framework/react-hooks": ^0.4.2
"@aries-framework/react-native": ^0.4.0
"@babel/core": 7.15.5
Expand Down Expand Up @@ -20877,7 +20894,7 @@ __metadata:
languageName: node
linkType: hard

"tsyringe@npm:^4.7.0":
"tsyringe@npm:^4.6.0, tsyringe@npm:^4.7.0":
version: 4.8.0
resolution: "tsyringe@npm:4.8.0"
dependencies:
Expand Down
Loading