This repository was archived by the owner on Feb 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 46
46
fail-fast : false
47
47
matrix :
48
48
os : [ubuntu-latest]
49
- sdk : [3.0.0 , dev]
49
+ sdk : [3.2 , dev]
50
50
steps :
51
51
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
52
52
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Original file line number Diff line number Diff line change
1
+ ## 1.3.1-wip
2
+
3
+ - Require Dart 3.2
4
+
1
5
## 1.3.0
2
6
3
7
- Require Dart 3.0
Original file line number Diff line number Diff line change 1
1
name : pubspec_parse
2
- version : 1.3.0
2
+ version : 1.3.1-wip
3
3
description : >-
4
4
Simple package for parsing pubspec.yaml files with a type-safe API and rich
5
5
error reporting.
8
8
- dart-pub
9
9
10
10
environment :
11
- sdk : ^3.0 .0
11
+ sdk : ^3.2 .0
12
12
13
13
dependencies :
14
14
checked_yaml : ^2.0.1
@@ -18,14 +18,14 @@ dependencies:
18
18
yaml : ^3.0.0
19
19
20
20
dev_dependencies :
21
- build_runner : ^2.0.3
22
- build_verify : ' >=2 .0.0 <4.0.0 '
23
- dart_flutter_team_lints : ^2 .0.0
21
+ build_runner : ^2.2.1
22
+ build_verify : ^3 .0.0
23
+ dart_flutter_team_lints : ^3 .0.0
24
24
json_serializable : ^6.6.0
25
- path : ^1.5.1
25
+ path : ^1.8.0
26
26
# Needed because we are configuring `combining_builder`
27
- source_gen : ^1.0.0
28
- stack_trace : ^1.9.2
29
- test : ^1.0.0
27
+ source_gen : ^1.2.3
28
+ stack_trace : ^1.10.0
29
+ test : ^1.21.6
30
30
test_descriptor : ^2.0.0
31
31
test_process : ^2.0.0
You can’t perform that action at this time.
0 commit comments