File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ linter:
11
11
unnecessary_const : true
12
12
unnecessary_parenthesis : true
13
13
use_string_buffers : true
14
- avoid_returning_null : true
15
- avoid_returning_null_for_future : true
16
14
avoid_returning_null_for_void : true
17
15
avoid_shadowing_type_parameters : true
18
16
avoid_type_to_string : true
Original file line number Diff line number Diff line change 1
1
name : dart_git
2
2
description : A pure dart implementation of Git
3
- version : 0.0.2
3
+ version : 0.0.3
4
4
homepage : https://gitjournal.io
5
5
6
6
# Temporary, while os depends on a 'git' repo
@@ -14,8 +14,8 @@ dependencies:
14
14
crypto : ^3.0.2
15
15
diff_match_patch : ^0.4.1
16
16
equatable : ^2.0.5
17
- fast_immutable_collections : ^9.1.5
18
- file : ^6.1.4
17
+ fast_immutable_collections : ^10.2.4
18
+ file : ^7.0.0
19
19
meta : ^1.8.0
20
20
path : ^1.8.2
21
21
synchronized : ^3.0.1
@@ -25,8 +25,8 @@ dev_dependencies:
25
25
archive : ^3.3.5
26
26
async : ^2.9.0
27
27
build_runner :
28
- lints : ^3 .0.0
29
- process_run : ^0.12.5+2
28
+ lints : ^4 .0.0
29
+ process_run : ^1.1.0
30
30
test :
31
31
32
32
environment :
You can’t perform that action at this time.
0 commit comments