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 2585f563dee823eab7c9a351fd98b0c9e3698d0b Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Feb 19 00:34:26 2026 +0400 Return back versions --- playground/frontend/playground_components/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/frontend/playground_components/pubspec.yaml b/playground/frontend/playground_components/pubspec.yaml index faf48cb368f..23f856de1d3 100644 --- a/playground/frontend/playground_components/pubspec.yaml +++ b/playground/frontend/playground_components/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: clock: ^1.1.1 collection: ^1.16.0 connectivity_plus: ^2.3.9 - easy_localization: ^3.0.1 + easy_localization: ">=3.0.1 <3.0.8" easy_localization_ext: ^0.1.1 easy_localization_loader: ^1.0.0 enum_map: ^0.2.1
