Skip to content

Commit

Permalink
Update a number of dependencies (#8136)
Browse files Browse the repository at this point in the history
Allows us to update pkg:web in `flutter/flutter`
  • Loading branch information
kevmoo authored Aug 2, 2024
1 parent f82b61d commit a04369a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
devtools_extensions: ^0.3.0-wip
devtools_shared: ^10.0.1
dtd: ^2.3.0
file: ">=6.0.0 <8.0.0"
file: ^7.0.0
file_selector: ^1.0.0
fixnum: ^1.1.0
flutter:
Expand All @@ -45,7 +45,7 @@ dependencies:
path: ^1.8.0
perfetto_ui_compiled:
path: ../../third_party/packages/perfetto_ui_compiled
pointer_interceptor: ^0.9.3+3
pointer_interceptor: ^0.10.1+1
provider: ^6.0.2
# Only used for debug mode logic.
shared_preferences: ^2.0.15
Expand All @@ -57,8 +57,8 @@ dependencies:
vm_service: ^14.2.1
vm_service_protos: ^1.0.0
vm_snapshot_analysis: ^0.7.6
web: ^0.5.0
web_socket_channel: ^2.1.0
web: ^1.0.0
web_socket_channel: ^3.0.0

dev_dependencies:
args: ^2.4.2
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_app_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies:
logging: ^1.1.1
meta: ^1.9.1
path: ^1.8.0
pointer_interceptor: ^0.9.3+3
pointer_interceptor: ^0.10.1+1
url_launcher: ^6.1.0
vm_service: ^14.2.1
web: ^0.5.0
web: ^1.0.0

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
path: ^1.8.0
logging: ^1.1.1
vm_service: ^14.2.1
web: ^0.5.0
web: ^1.0.0
yaml: ^3.1.2

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
shelf: ^1.1.0
sse: ^4.1.2
vm_service: ">=13.0.0 <15.0.0"
web_socket_channel: ^2.4.0
web_socket_channel: ^3.0.0
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
yaml: ^3.1.2
yaml_edit: ^2.1.1
Expand Down

0 comments on commit a04369a

Please sign in to comment.