Skip to content

Commit

Permalink
fix: dependency hell
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wallen committed Jun 4, 2023
1 parent 2773d18 commit 3a3dbd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions frontend/appflowy_flutter/packages/flowy_infra/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.2
freezed_annotation: ^2.2.0
freezed: ^2.3.4
path_provider: ^2.0.15
path: ^1.8.2
textstyle_extensions: "2.0.0-nullsafety"
Expand All @@ -23,9 +21,8 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
build_runner: ^2.3.3
json_annotation: ^4.8.1
json_serializable: ^6.6.2
build_runner: ^2.2.0
json_serializable: ^6.5.4

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
5 changes: 4 additions & 1 deletion frontend/appflowy_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ dependencies:
archive: ^3.3.0
flutter_svg: ^2.0.5

dependency_overrides:
analyzer: "<=5.2.0"

dev_dependencies:
flutter_lints: ^2.0.1

Expand All @@ -110,7 +113,7 @@ dev_dependencies:
integration_test:
sdk: flutter
build_runner: ^2.3.3
freezed: ^2.3.4
freezed: 2.2.0
bloc_test: ^9.0.2
json_serializable: ^6.5.4

Expand Down

0 comments on commit 3a3dbd3

Please sign in to comment.