Skip to content

Commit

Permalink
pubspec_parse: update dependencies and require Dart 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 21, 2024
1 parent a04e631 commit 63ab3e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions pkgs/pubspec_parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.1-wip

- Require Dart 3.6
- Update depnedencies.

## 1.4.0

- Require Dart 3.2
Expand Down
20 changes: 10 additions & 10 deletions pkgs/pubspec_parse/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pubspec_parse
version: 1.4.0
version: 1.4.1-wip
description: >-
Simple package for parsing pubspec.yaml files with a type-safe API and rich
error reporting.
Expand All @@ -9,24 +9,24 @@ topics:
- dart-pub

environment:
sdk: ^3.2.0
sdk: ^3.6.0

dependencies:
checked_yaml: ^2.0.1
collection: ^1.15.0
json_annotation: ^4.8.0
pub_semver: ^2.0.0
collection: ^1.19.0
json_annotation: ^4.9.0
pub_semver: ^2.1.4
yaml: ^3.0.0

dev_dependencies:
build_runner: ^2.2.1
build_runner: ^2.4.6
build_verify: ^3.0.0
dart_flutter_team_lints: ^3.0.0
json_serializable: ^6.6.0
path: ^1.8.0
json_serializable: ^6.9.1
path: ^1.9.0
# Needed because we are configuring `combining_builder`
source_gen: ^1.2.3
source_gen: ^2.0.0
stack_trace: ^1.10.0
test: ^1.21.6
test: ^1.24.4
test_descriptor: ^2.0.0
test_process: ^2.0.0

0 comments on commit 63ab3e6

Please sign in to comment.