Skip to content

Commit

Permalink
Align deps with latest stable sdk 3.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Jan 14, 2025
1 parent c6fe61e commit 257095b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/dart_services/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolution: workspace

dependencies:
analysis_server_lib: ^0.2.5
analyzer: ^7.1.0
analyzer: ">=5.12.0 <7.0.0"
args: ^2.5.0
bazel_worker: ^1.1.1
dartpad_shared: ^0.0.0
Expand All @@ -34,5 +34,5 @@ dev_dependencies:
json_serializable: ^6.9.2
package_config: ^2.1.0
synchronized: ^3.1.0+1
test: ^1.25.9
test: ^1.25.0
test_descriptor: ^2.0.1
2 changes: 1 addition & 1 deletion pkgs/dartpad_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_lints: ^5.0.0
test: ^1.25.7

flutter:
Expand Down

0 comments on commit 257095b

Please sign in to comment.