Skip to content

Commit

Permalink
Pin vm_snapshot_analysis package
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Jul 5, 2023
1 parent ef6e4e3 commit b0c9f4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ version: 2.25.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0'
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
ansi_up: ^1.0.0
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies:
sdk: flutter
http: ^0.13.4
image: ^3.0.2
intl: '>=0.16.1 <0.18.0'
intl: ">=0.16.1 <0.18.0"
js: ^0.6.1+1
leak_tracker: 2.0.1
logging: ^1.1.1
Expand All @@ -58,7 +58,8 @@ dependencies:
url_launcher: ^6.1.0
url_launcher_web: ^2.0.6
vm_service: ^11.3.0
vm_snapshot_analysis: ^0.7.1
# TODO https://github.com/dart-lang/sdk/issues/52853 - unpin this version
vm_snapshot_analysis: 0.7.3
web_socket_channel: ^2.1.0
# widget_icons: ^0.0.1

Expand All @@ -74,7 +75,7 @@ dev_dependencies:
integration_test:
sdk: flutter
mockito: ^5.4.1
webkit_inspection_protocol: '>=0.5.0 <2.0.0'
webkit_inspection_protocol: ">=0.5.0 <2.0.0"
stager: ^1.0.1

flutter:
Expand Down

0 comments on commit b0c9f4c

Please sign in to comment.