Skip to content

Commit

Permalink
Bump pubspecs to unblock Dart SDK roller (flutter#40297)
Browse files Browse the repository at this point in the history
Bump pubspecs to unblock Dart SDK roller
  • Loading branch information
goderbauer authored Mar 15, 2023
1 parent 273afb7 commit b7297f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit b7297f0

Please sign in to comment.