Update package:js version constraints to ^0.7.0 and update test versions to match (flutter/engine#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.
This commit is contained in:
parent
8f02ca0cbe
commit
d16a9057a0
@ -6,7 +6,7 @@ environment:
|
|||||||
sdk: '>=3.6.0-0 <4.0.0'
|
sdk: '>=3.6.0-0 <4.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
js: 0.6.4
|
js: ^0.7.0
|
||||||
meta: ^1.7.0
|
meta: ^1.7.0
|
||||||
web_locale_keymap:
|
web_locale_keymap:
|
||||||
path: ../../third_party/web_locale_keymap
|
path: ../../third_party/web_locale_keymap
|
||||||
@ -37,7 +37,7 @@ dev_dependencies:
|
|||||||
shelf_web_socket: any
|
shelf_web_socket: any
|
||||||
stack_trace: any
|
stack_trace: any
|
||||||
stream_channel: 2.1.1
|
stream_channel: 2.1.1
|
||||||
test: 1.24.8
|
test: 1.25.8
|
||||||
test_api: any
|
test_api: any
|
||||||
test_core: any
|
test_core: any
|
||||||
typed_data: any
|
typed_data: any
|
||||||
|
@ -5,9 +5,9 @@ environment:
|
|||||||
sdk: '>=3.2.0-0 <4.0.0'
|
sdk: '>=3.2.0-0 <4.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
js: 0.6.4
|
js: ^0.7.0
|
||||||
stream_channel: 2.1.1
|
stream_channel: 2.1.1
|
||||||
test: 1.24.8
|
test: 1.25.8
|
||||||
webkit_inspection_protocol: 1.0.0
|
webkit_inspection_protocol: 1.0.0
|
||||||
stack_trace: 1.10.0
|
stack_trace: 1.10.0
|
||||||
ui:
|
ui:
|
||||||
|
@ -8,7 +8,7 @@ dependencies:
|
|||||||
collection: 1.17.0
|
collection: 1.17.0
|
||||||
crypto: 3.0.3
|
crypto: 3.0.3
|
||||||
image: 3.0.1
|
image: 3.0.1
|
||||||
js: 0.6.4
|
js: ^0.7.0
|
||||||
meta: ^1.7.0
|
meta: ^1.7.0
|
||||||
path: 1.8.0
|
path: 1.8.0
|
||||||
process: 4.2.3
|
process: 4.2.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user