Skip to content

Commit

Permalink
Move resolution key above dependencies in pubspec.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Aug 14, 2024
1 parent 4ec2c5f commit 3d671ea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pkgs/dart_services/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ publish_to: none
environment:
sdk: ^3.5.0

# This package is managed as part of the dart-pad workspace.
resolution: workspace

dependencies:
analysis_server_lib: ^0.2.5
analyzer: ^6.4.0
Expand Down Expand Up @@ -35,6 +38,3 @@ dev_dependencies:
synchronized: ^3.1.0+1
test: ^1.25.7
test_descriptor: ^2.0.1

# This package is managed as part of the dart-pad workspace.
resolution: workspace
5 changes: 3 additions & 2 deletions pkgs/dartpad_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ publish_to: none
environment:
sdk: ^3.5.0

# This package is managed as part of the dart-pad workspace.
resolution: workspace

dependencies:
http: ^1.2.1
json_annotation: ^4.9.0
Expand All @@ -15,5 +18,3 @@ dev_dependencies:
dart_flutter_team_lints: ^3.1.0
json_serializable: ^6.8.0

# This package is managed as part of the dart-pad workspace.
resolution: workspace
5 changes: 3 additions & 2 deletions pkgs/dartpad_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ publish_to: none
environment:
sdk: ^3.5.0

# This package is managed as part of the dart-pad workspace.
resolution: workspace

dependencies:
collection: any
dartpad_shared: any
Expand Down Expand Up @@ -41,5 +44,3 @@ flutter:
- assets/RobotoMono-Bold.ttf
- assets/RobotoMono-Regular.ttf

# This package is managed as part of the dart-pad workspace.
resolution: workspace
6 changes: 3 additions & 3 deletions pkgs/samples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: samples
description: Sample code snippets for DartPad.
publish_to: none

# This package is managed as part of the engine workspace.
resolution: workspace

environment:
sdk: ^3.5.0

Expand All @@ -20,6 +23,3 @@ dev_dependencies:

flutter:
uses-material-design: true

# This package is managed as part of the engine workspace.
resolution: workspace

0 comments on commit 3d671ea

Please sign in to comment.