Skip to content

Commit

Permalink
chore: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vHanda committed Aug 15, 2024
1 parent 2ca0f3e commit f4f08ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ linter:
unnecessary_const: true
unnecessary_parenthesis: true
use_string_buffers: true
avoid_returning_null: true
avoid_returning_null_for_future: true
avoid_returning_null_for_void: true
avoid_shadowing_type_parameters: true
avoid_type_to_string: true
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_git
description: A pure dart implementation of Git
version: 0.0.2
version: 0.0.3
homepage: https://gitjournal.io

# Temporary, while os depends on a 'git' repo
Expand All @@ -14,8 +14,8 @@ dependencies:
crypto: ^3.0.2
diff_match_patch: ^0.4.1
equatable: ^2.0.5
fast_immutable_collections: ^9.1.5
file: ^6.1.4
fast_immutable_collections: ^10.2.4
file: ^7.0.0
meta: ^1.8.0
path: ^1.8.2
synchronized: ^3.0.1
Expand All @@ -25,8 +25,8 @@ dev_dependencies:
archive: ^3.3.5
async: ^2.9.0
build_runner:
lints: ^3.0.0
process_run: ^0.12.5+2
lints: ^4.0.0
process_run: ^1.1.0
test:

environment:
Expand Down

0 comments on commit f4f08ea

Please sign in to comment.