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

Commit 7dd71ff

Browse files
authored
web_ui: bump min Dart SDK to 3.6.0-0 (#54626)
Also removed two unused dev dependencies Enables usage of `Since` in dart:js_interop
1 parent d631753 commit 7dd71ff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lib/web_ui/pubspec.yaml

Lines changed: 1 addition & 3 deletions
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: '>=3.2.0-0 <4.0.0'
6+
sdk: '>=3.6.0-0 <4.0.0'
77

88
dependencies:
99
js: 0.6.4
@@ -27,7 +27,6 @@ dev_dependencies:
2727
http: 1.1.0
2828
http_multi_server: any
2929
image: 3.0.1
30-
matcher: 0.12.16
3130
package_config: any
3231
path: 1.8.0
3332
pool: any
@@ -42,7 +41,6 @@ dev_dependencies:
4241
test_api: any
4342
test_core: any
4443
typed_data: any
45-
uuid: 4.1.0
4644
watcher: 1.1.0
4745
web_socket_channel: any
4846
webdriver: 3.0.3

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: '>=3.2.0-0 <4.0.0'
5+
sdk: '>=3.6.0-0 <4.0.0'
66

77
dependencies:
88
args: 2.3.1

0 commit comments

Comments
 (0)