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 9fa7777fbc3c51e952e640dcac6ade0200d6c5c3 Author: Vitaly Terentyev <[email protected]> AuthorDate: Wed Feb 18 22:41:50 2026 +0400 Pin versions --- playground/frontend/pubspec.yaml | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/playground/frontend/pubspec.yaml b/playground/frontend/pubspec.yaml index 066ab4aa6ad..553907b6f3c 100644 --- a/playground/frontend/pubspec.yaml +++ b/playground/frontend/pubspec.yaml @@ -25,38 +25,38 @@ environment: 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.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 flutter: { sdk: flutter } flutter_localizations: { sdk: flutter } - flutter_svg: ^2.0.1 + 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.0 + shared_preferences: 2.0.12 + url_launcher: 6.0.12 + 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.1.4 + fake_async: 1.3.0 + flutter_code_editor: 0.3.0 + flutter_lints: 2.0.1 flutter_test: { sdk: flutter } integration_test: { sdk: flutter } - mockito: ^5.0.16 + mockito: 5.0.16 playground_components_dev: { path: playground_components_dev } flutter:
