Skip to content

Commit

Permalink
fix(fluorflow): soften dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Feb 15, 2024
1 parent f96af64 commit 3d5440c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/fluorflow/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ environment:
flutter: '>=1.17.0'

dependencies:
args: ^2.4.2
code_builder: ^4.9.0
dart_style: ^2.3.4
args: ^2.0.0
code_builder: ^4.0.0
dart_style: ^2.0.0
flutter:
sdk: flutter
get: ^4.6.6
get_it: ^7.6.4
path: ^1.8.3
recase: ^4.1.0
yaml: ^3.1.2
get: ^4.0.0
get_it: ^7.0.0
path: ^1.0.0
recase: ^4.0.0
yaml: ^3.0.0

dev_dependencies:
build_runner: ^2.4.7
Expand Down

0 comments on commit 3d5440c

Please sign in to comment.