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

Update web_sdk -> package test dependency to get updated package matcher #38323

Merged
merged 1 commit into from
Dec 15, 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
2 changes: 1 addition & 1 deletion lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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
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