mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
chore: upgrade dependencies to latest versions (#19)
This commit is contained in:
parent
b3e9f6dd1a
commit
ae5d895957
2 changed files with 7 additions and 9 deletions
10
pubspec.yaml
10
pubspec.yaml
|
@ -3,8 +3,8 @@ description: Dart bindings to libgit2
|
|||
version: 0.0.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.15.0-82.0.dev <3.0.0"
|
||||
flutter: ">=2.5.0"
|
||||
sdk: ">=2.15.0 <3.0.0"
|
||||
flutter: ">=2.8.0"
|
||||
|
||||
dependencies:
|
||||
args: ^2.3.0
|
||||
|
@ -13,10 +13,10 @@ dependencies:
|
|||
pub_cache: ^0.3.1
|
||||
|
||||
dev_dependencies:
|
||||
ffigen: ^4.0.0
|
||||
ffigen: ^4.1.2
|
||||
lints: ^1.0.1
|
||||
path: ^1.8.0
|
||||
test: ^1.17.5
|
||||
path: ^1.8.1
|
||||
test: ^1.20.0
|
||||
|
||||
flutter:
|
||||
plugin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue