chore: upgrade dependencies (#58)

This commit is contained in:
Aleksey Kulikov 2022-05-23 13:50:15 +03:00 committed by GitHub
parent faddaa52e2
commit 3900ec92cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 3453 additions and 3174 deletions

View file

@ -1,6 +1,6 @@
name: libgit2dart
description: Dart bindings to libgit2.
description: Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter.
version: 1.0.0
@ -8,11 +8,10 @@ homepage: https://github.com/SkinnyMind/libgit2dart
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=2.13.0-0.0.pre.578"
flutter: ">=3.0.0"
dependencies:
args: ^2.3.0
cli_util: ^0.3.5
equatable: ^2.0.3
ffi: ^1.1.2
meta: ^1.7.0
@ -20,7 +19,7 @@ dependencies:
pub_cache: ^0.3.1
dev_dependencies:
ffigen: ^4.1.2
ffigen: ^5.0.0
lints: ^2.0.0
test: ^1.20.0