mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
chore: upgrade dependencies (#58)
This commit is contained in:
parent
faddaa52e2
commit
3900ec92cc
48 changed files with 3453 additions and 3174 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue