This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-playground-frontend
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-playground-frontend by
this push:
new 789e177965b Return http
789e177965b is described below
commit 789e177965ba60fcb65595a9119ad9863f748683
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 18 23:59:42 2026 +0400
Return http
---
playground/frontend/playground_components/pubspec.yaml | 4 ++--
playground/frontend/playground_components_dev/pubspec.yaml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/playground/frontend/playground_components/pubspec.yaml
b/playground/frontend/playground_components/pubspec.yaml
index 97370007b47..2696c08f1b9 100644
--- a/playground/frontend/playground_components/pubspec.yaml
+++ b/playground/frontend/playground_components/pubspec.yaml
@@ -29,7 +29,7 @@ dependencies:
app_state: 0.9.4
clock: ^1.1.1
collection: ^1.16.0
- connectivity_plus: ^6.0.3
+ connectivity_plus: ^2.3.9
easy_localization: ^3.0.1
easy_localization_loader: 2.0.2
enum_map: ^0.2.1
@@ -50,7 +50,7 @@ dependencies:
highlight: ^0.7.0
hive: ^2.2.3
hive_test: ^1.0.1
- http: ^1.1.0
+ http: ^0.13.5
json_annotation: ^4.7.0
keyed_collection_widgets: 0.4.3
meta: ^1.7.0
diff --git a/playground/frontend/playground_components_dev/pubspec.yaml
b/playground/frontend/playground_components_dev/pubspec.yaml
index b2d30c8c846..6ecaf4e160d 100644
--- a/playground/frontend/playground_components_dev/pubspec.yaml
+++ b/playground/frontend/playground_components_dev/pubspec.yaml
@@ -31,7 +31,7 @@ dependencies:
flutter_test: { sdk: flutter }
get_it: ^7.2.0
highlight: ^0.7.0
- http: ^1.1.0
+ http: ^0.13.5
keyed_collection_widgets: 0.4.3
playground_components: { path: ../playground_components }
provider: ^6.0.3