web_ui: bump min Dart SDK to 3.6.0-0 (flutter/engine#54626)

Also removed two unused dev dependencies

Enables usage of `Since` in dart:js_interop
This commit is contained in:
Kevin Moore 2024-08-19 15:11:55 -07:00 committed by GitHub
parent 0ac477bb08
commit 28e7d0ec2a
2 changed files with 2 additions and 4 deletions

View File

@ -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
@ -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
@ -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

View File

@ -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