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

web_ui: bump min Dart SDK to 3.6.0-0 #54626

Merged
merged 2 commits into from
Aug 19, 2024
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
4 changes: 1 addition & 3 deletions 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: '>=3.2.0-0 <4.0.0'
sdk: '>=3.6.0-0 <4.0.0'

dependencies:
js: 0.6.4
Expand All @@ -27,7 +27,6 @@ dev_dependencies:
http: 1.1.0
http_multi_server: any
image: 3.0.1
matcher: 0.12.16
package_config: any
path: 1.8.0
pool: any
Expand All @@ -42,7 +41,6 @@ dev_dependencies:
test_api: any
test_core: any
typed_data: any
uuid: 4.1.0
watcher: 1.1.0
web_socket_channel: any
webdriver: 3.0.3
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: '>=3.2.0-0 <4.0.0'
sdk: '>=3.6.0-0 <4.0.0'

dependencies:
args: 2.3.1
Expand Down