From 823955b67eec43e3ad30b5e8fd66c2845b25cfa2 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 14 Mar 2023 22:48:53 -0700 Subject: [PATCH 1/3] Bump pubspec To fix problems surfaced by Dart SDK roll https://github.com/flutter/engine/pull/40296 --- tools/path_ops/dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/path_ops/dart/pubspec.yaml b/tools/path_ops/dart/pubspec.yaml index 1dca18515b9c2..2db190830779d 100644 --- a/tools/path_ops/dart/pubspec.yaml +++ b/tools/path_ops/dart/pubspec.yaml @@ -8,7 +8,7 @@ publish_to: none homepage: https://github.com/flutter/engine/tree/main/tools/path_ops environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.17.0 <3.0.0' dev_dependencies: litetest: any From 6ca4beec6486c984b1ec95387058a1fc3bca6a5e Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 14 Mar 2023 22:53:21 -0700 Subject: [PATCH 2/3] Update pubspec.yaml --- lib/web_ui/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index f35dafac5ca0f..3f688e4af962a 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -3,7 +3,7 @@ publish_to: none # Keep the SDK version range in sync with pubspecs under web_sdk environment: - sdk: ">=2.17.0-0 <3.0.0" + sdk: ">=2.19.0 <3.0.0" dependencies: js: 0.6.4 From 20a87ad804871bc87b06cca29aea0d8909a1d93d Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 14 Mar 2023 22:57:26 -0700 Subject: [PATCH 3/3] Update pubspec.yaml --- web_sdk/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_sdk/pubspec.yaml b/web_sdk/pubspec.yaml index 60dcc8dc3b0df..c97581317f1ef 100644 --- a/web_sdk/pubspec.yaml +++ b/web_sdk/pubspec.yaml @@ -2,7 +2,7 @@ name: web_sdk_tests # Keep the SDK version range in sync with lib/web_ui/pubspec.yaml environment: - sdk: ">=2.12.0-0 <3.0.0" + sdk: ">=2.19.0 <3.0.0" dependencies: args: 2.3.1