Skip to content

Commit

Permalink
feat: Update common/client/event source dependencies. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jan 24, 2024
1 parent cdfda26 commit 9acbab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/common_client/pubspec.yaml
Expand Up @@ -9,8 +9,8 @@ environment:

dependencies:
http: ^1.1.2
launchdarkly_dart_common: 0.0.1
launchdarkly_event_source_client: 0.0.2
launchdarkly_dart_common: 0.0.2
launchdarkly_event_source_client: 0.0.3
crypto: ^3.0.3
uuid: ">= 3.0.7 <5.0.0"

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_client_sdk/pubspec.yaml
Expand Up @@ -14,8 +14,8 @@ dependencies:
sdk: flutter
package_info_plus: ^5.0.1
device_info_plus: ^9.1.1
launchdarkly_common_client: 0.0.2
launchdarkly_dart_common: 0.0.1
launchdarkly_common_client: 0.0.3
launchdarkly_dart_common: 0.0.2
shared_preferences: ^2.2.2
connectivity_plus: ^5.0.2

Expand Down

0 comments on commit 9acbab3

Please sign in to comment.