Skip to content

Commit

Permalink
feat: Update to common client 1.3.0 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Aug 1, 2024
1 parent dfeb439 commit 3189d51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions apps/flutter_client_contract_test_service/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ packages:
path: "../../packages/common_client"
relative: true
source: path
version: "1.2.0"
version: "1.3.0"
launchdarkly_dart_common:
dependency: "direct overridden"
description:
Expand All @@ -398,7 +398,7 @@ packages:
path: "../../packages/flutter_client_sdk"
relative: true
source: path
version: "4.5.0"
version: "4.6.0"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -443,10 +443,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -933,5 +933,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0 <4.0.0"
dart: ">=3.3.0-0 <4.0.0"
flutter: ">=3.16.0"
2 changes: 1 addition & 1 deletion packages/flutter_client_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
package_info_plus: ">=4.2.0 <9.0.0"
device_info_plus: ">=9.1.1 <11.0.0"
launchdarkly_common_client: 1.2.0
launchdarkly_common_client: 1.3.0
shared_preferences: ^2.2.2
connectivity_plus: ">=5.0.2 <7.0.0"

Expand Down

0 comments on commit 3189d51

Please sign in to comment.