Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll the test package used by Web in preparation for a Dart 3 SDK roll #38342

Merged
merged 1 commit into from
Dec 16, 2022
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: 2 additions & 2 deletions lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ dev_dependencies:
shelf_web_socket: any
stack_trace: any
stream_channel: 2.1.1
test: 1.22.0
test: 1.22.1
test_api: any
test_core: any
typed_data: any
uuid: 3.0.6
watcher: 1.0.0
web_socket_channel: any
webdriver: 3.0.0
webdriver: 3.0.1
webkit_inspection_protocol: any
yaml: 3.0.0
web_test_utils:
Expand Down
2 changes: 1 addition & 1 deletion web_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:

dev_dependencies:
analyzer: 4.3.1
test: 1.22.0
test: 1.22.1
2 changes: 1 addition & 1 deletion web_sdk/web_engine_tester/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
js: 0.6.4
stream_channel: 2.1.1
test: 1.22.0
test: 1.22.1
webkit_inspection_protocol: 1.0.0
stack_trace: 1.10.0
ui:
Expand Down