Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Bump pubspecs to unblock Dart SDK roller #40297

Merged
merged 3 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/path_ops/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down