Skip to content

Commit f4f08ea

Browse files
committed
chore: Bump deps
1 parent 2ca0f3e commit f4f08ea

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

analysis_options.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ linter:
1111
unnecessary_const: true
1212
unnecessary_parenthesis: true
1313
use_string_buffers: true
14-
avoid_returning_null: true
15-
avoid_returning_null_for_future: true
1614
avoid_returning_null_for_void: true
1715
avoid_shadowing_type_parameters: true
1816
avoid_type_to_string: true

pubspec.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_git
22
description: A pure dart implementation of Git
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://gitjournal.io
55

66
# Temporary, while os depends on a 'git' repo
@@ -14,8 +14,8 @@ dependencies:
1414
crypto: ^3.0.2
1515
diff_match_patch: ^0.4.1
1616
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
1919
meta: ^1.8.0
2020
path: ^1.8.2
2121
synchronized: ^3.0.1
@@ -25,8 +25,8 @@ dev_dependencies:
2525
archive: ^3.3.5
2626
async: ^2.9.0
2727
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
3030
test:
3131

3232
environment:

0 commit comments

Comments
 (0)