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 4c70f7d1d09 Fix versions
4c70f7d1d09 is described below

commit 4c70f7d1d09fad64b4a1ca8def1c633206801295
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 18 23:44:41 2026 +0400

    Fix versions
---
 playground/frontend/playground_components/pubspec.yaml | 7 ++++---
 playground/frontend/pubspec.yaml                       | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/playground/frontend/playground_components/pubspec.yaml 
b/playground/frontend/playground_components/pubspec.yaml
index ae441570672..4f477391ebf 100644
--- a/playground/frontend/playground_components/pubspec.yaml
+++ b/playground/frontend/playground_components/pubspec.yaml
@@ -26,12 +26,13 @@ environment:
 
 dependencies:
   aligned_dialog: ^0.0.6
-  app_state: ^0.9.3
+  app_state: 0.9.4
   clock: ^1.1.1
   collection: ^1.16.0
   connectivity_plus: ^2.3.9
   easy_localization: ^3.0.1
-  easy_localization_loader: ^1.0.0
+  easy_localization_ext: 0.1.0
+  easy_localization_loader: 2.0.2
   enum_map: ^0.2.1
   equatable: ^2.0.5
   flutter: { sdk: flutter }
@@ -52,7 +53,7 @@ dependencies:
   hive_test: ^1.0.1
   http: ^0.13.5
   json_annotation: ^4.7.0
-  keyed_collection_widgets: ^0.4.3
+  keyed_collection_widgets: 0.4.3
   meta: ^1.7.0
   os_detect: ^2.0.1
   protobuf: ^2.1.0
diff --git a/playground/frontend/pubspec.yaml b/playground/frontend/pubspec.yaml
index 290638aa898..cb7d44fea28 100644
--- a/playground/frontend/pubspec.yaml
+++ b/playground/frontend/pubspec.yaml
@@ -31,7 +31,7 @@ dependencies:
   collection: 1.17.1
   easy_localization: ">=3.0.1 <3.0.8"
   easy_localization_ext: ^0.1.1
-  easy_localization_loader: ^1.0.0
+  easy_localization_loader: 2.0.2
   equatable: 2.0.5
   expansion_widget: 0.0.2
   flutter: { sdk: flutter }

Reply via email to