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

commit c2a7fb8b2eacb94e6aa0df3c26708e14d5ad170a
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 18 23:04:28 2026 +0400

    Fix versions
---
 playground/frontend/pubspec.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/playground/frontend/pubspec.yaml b/playground/frontend/pubspec.yaml
index a7663712bd0..520e32a4a6e 100644
--- a/playground/frontend/pubspec.yaml
+++ b/playground/frontend/pubspec.yaml
@@ -28,7 +28,7 @@ dependencies:
   akvelon_flutter_issue_106664_workaround: 0.1.2
   aligned_dialog: 0.0.6
   app_state: 0.9.4
-  collection: 1.15.0
+  collection: 1.16.0
   easy_localization: 3.0.1
   easy_localization_ext: 0.1.1
   easy_localization_loader: 1.0.0
@@ -45,13 +45,13 @@ dependencies:
   onmessage: 0.2.0
   playground_components: { path: playground_components }
   provider: 6.0.3
-  shared_preferences: 2.0.12
+  shared_preferences: 2.0.15
   url_launcher: 6.0.12
   url_strategy: 0.2.0
 
 dev_dependencies:
-  build_runner: 2.1.4
-  fake_async: 1.3.0
+  build_runner: 2.2.0
+  fake_async: 1.3.1
   flutter_code_editor: 0.3.0
   flutter_lints: 2.0.1
   flutter_test: { sdk: flutter }

Reply via email to