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

commit ae9a7eb7963d739fc9868fb67fd2e534b8711f10
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 18 22:41:50 2026 +0400

    Update versions
---
 .../frontend/playground_components/pubspec.yaml    | 14 +++----
 .../playground_components_dev/pubspec.yaml         |  8 ++--
 playground/frontend/pubspec.yaml                   | 46 +++++++++++-----------
 3 files changed, 32 insertions(+), 36 deletions(-)

diff --git a/playground/frontend/playground_components/pubspec.yaml 
b/playground/frontend/playground_components/pubspec.yaml
index e0394dab9f7..ac2abfef464 100644
--- a/playground/frontend/playground_components/pubspec.yaml
+++ b/playground/frontend/playground_components/pubspec.yaml
@@ -21,22 +21,20 @@ version: 0.0.1
 publish_to: none
 
 environment:
-  sdk: '>=3.0.2 <4.0.0'
+  sdk: '>=3.2.0 <4.0.0'
   flutter: '>=3.10.4'
 
 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
+  connectivity_plus: ^6.0.3
   easy_localization: ^3.0.1
-  easy_localization_ext: ^0.1.1
-  easy_localization_loader: ^1.0.0
+  easy_localization_loader: 2.0.2
   enum_map: ^0.2.1
   equatable: ^2.0.5
   flutter: { sdk: flutter }
-  flutter_code_editor: ^0.3.0
 
   # TODO(nausharipov): return flutter_markdown when it is fixed, 
https://github.com/apache/beam/issues/26498
   # The exact version is used because this non-official package can be poorly 
maintained.
@@ -51,9 +49,9 @@ dependencies:
   highlight: ^0.7.0
   hive: ^2.2.3
   hive_test: ^1.0.1
-  http: ^0.13.5
+  http: ^1.1.0
   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/playground_components_dev/pubspec.yaml 
b/playground/frontend/playground_components_dev/pubspec.yaml
index ae9424b9606..683d7345019 100644
--- a/playground/frontend/playground_components_dev/pubspec.yaml
+++ b/playground/frontend/playground_components_dev/pubspec.yaml
@@ -21,18 +21,18 @@ version: 0.0.1
 publish_to: none
 
 environment:
-  sdk: '>=3.0.2 <4.0.0'
+  sdk: '>=3.2.0 <4.0.0'
   flutter: '>=3.10.4'
 
 dependencies:
-  app_state: ^0.9.3
+  app_state: 0.9.4
   flutter: { sdk: flutter }
-  flutter_code_editor: ^0.3.0
+  flutter_code_editor: ">=0.2.10 <0.3.1"
   flutter_test: { sdk: flutter }
   get_it: ^7.2.0
   highlight: ^0.7.0
   http: ^0.13.5
-  keyed_collection_widgets: ^0.4.3
+  keyed_collection_widgets: 0.4.3
   playground_components: { path: ../playground_components }
   provider: ^6.0.3
   total_lints: ^2.18.0
diff --git a/playground/frontend/pubspec.yaml b/playground/frontend/pubspec.yaml
index 066ab4aa6ad..d61e27cb17b 100644
--- a/playground/frontend/pubspec.yaml
+++ b/playground/frontend/pubspec.yaml
@@ -21,42 +21,40 @@ publish_to: 'none'
 version: 1.0.0+1
 
 environment:
-  sdk: '>=3.0.2 <4.0.0'
+  sdk: '>=3.2.0 <4.0.0'
   flutter: '>=3.10.4'
 
 dependencies:
-  akvelon_flutter_issue_106664_workaround: ^0.1.2
-  aligned_dialog: ^0.0.6
-  app_state: ^0.9.4
-  collection: ^1.15.0
-  easy_localization: ^3.0.1
-  easy_localization_ext: ^0.1.1
-  easy_localization_loader: ^1.0.0
-  equatable: ^2.0.5
-  expansion_widget: ^0.0.2
+  akvelon_flutter_issue_106664_workaround: 0.1.2
+  aligned_dialog: 0.0.6
+  app_state: 0.9.4
+  collection: 1.17.1
+  easy_localization: ">=3.0.1 <3.0.8"
+  easy_localization_loader: 2.0.2
+  equatable: 2.0.5
+  expansion_widget: 0.0.2
   flutter: { sdk: flutter }
   flutter_localizations: { sdk: flutter }
   flutter_svg: ^2.0.1
   flutter_web_plugins: { sdk: flutter }
-  get_it: ^7.2.0
-  google_fonts: ^4.0.3
-  highlight: ^0.7.0
-  intl: ^0.18.0
-  onmessage: ^0.2.0
+  get_it: 7.2.0
+  google_fonts: 4.0.3
+  highlight: 0.7.0
+  intl: 0.18.0
+  onmessage: 0.2.0
   playground_components: { path: playground_components }
-  provider: ^6.0.0
-  shared_preferences: ^2.0.12
-  url_launcher: ^6.0.12
-  url_strategy: ^0.2.0
+  provider: 6.0.3
+  shared_preferences: 2.0.15
+  url_launcher: 6.1.10
+  url_strategy: 0.2.0
 
 dev_dependencies:
-  build_runner: ^2.1.4
-  fake_async: ^1.3.0
-  flutter_code_editor: ^0.3.0
-  flutter_lints: ^2.0.1
+  build_runner: ^2.2.0
+  fake_async: 1.3.1
+  flutter_lints: 2.0.1
   flutter_test: { sdk: flutter }
   integration_test: { sdk: flutter }
-  mockito: ^5.0.16
+  mockito: ^5.4.1
   playground_components_dev: { path: playground_components_dev }
 
 flutter:

Reply via email to