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

Commit 8b692ff

Browse files
authored
Update package:js version constraints to ^0.7.0 and update test versions to match (#54629)
This removes the dependency on `dart:js` and allows that library to be removed from dart2wasm. Also updates `test` dependencies to work with the new `package:js` constraints.
1 parent 86f269b commit 8b692ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/web_ui/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: '>=3.6.0-0 <4.0.0'
77

88
dependencies:
9-
js: 0.6.4
9+
js: ^0.7.0
1010
meta: ^1.7.0
1111
web_locale_keymap:
1212
path: ../../third_party/web_locale_keymap
@@ -37,7 +37,7 @@ dev_dependencies:
3737
shelf_web_socket: any
3838
stack_trace: any
3939
stream_channel: 2.1.1
40-
test: 1.24.8
40+
test: 1.25.8
4141
test_api: any
4242
test_core: any
4343
typed_data: any

web_sdk/web_engine_tester/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ environment:
55
sdk: '>=3.2.0-0 <4.0.0'
66

77
dependencies:
8-
js: 0.6.4
8+
js: ^0.7.0
99
stream_channel: 2.1.1
10-
test: 1.24.8
10+
test: 1.25.8
1111
webkit_inspection_protocol: 1.0.0
1212
stack_trace: 1.10.0
1313
ui:

web_sdk/web_test_utils/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
collection: 1.17.0
99
crypto: 3.0.3
1010
image: 3.0.1
11-
js: 0.6.4
11+
js: ^0.7.0
1212
meta: ^1.7.0
1313
path: 1.8.0
1414
process: 4.2.3

0 commit comments

Comments
 (0)