Skip to content

Commit b7297f0

Browse files
authored
Bump pubspecs to unblock Dart SDK roller (flutter#40297)
Bump pubspecs to unblock Dart SDK roller
1 parent 273afb7 commit b7297f0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/web_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33

44
# Keep the SDK version range in sync with pubspecs under web_sdk
55
environment:
6-
sdk: ">=2.17.0-0 <3.0.0"
6+
sdk: ">=2.19.0 <3.0.0"
77

88
dependencies:
99
js: 0.6.4

tools/path_ops/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish_to: none
88
homepage: https://github.com/flutter/engine/tree/main/tools/path_ops
99

1010
environment:
11-
sdk: '>=2.12.0 <3.0.0'
11+
sdk: '>=2.17.0 <3.0.0'
1212

1313
dev_dependencies:
1414
litetest: any

web_sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: web_sdk_tests
22

33
# Keep the SDK version range in sync with lib/web_ui/pubspec.yaml
44
environment:
5-
sdk: ">=2.12.0-0 <3.0.0"
5+
sdk: ">=2.19.0 <3.0.0"
66

77
dependencies:
88
args: 2.3.1

0 commit comments

Comments
 (0)