Skip to content

Commit

Permalink
fix: fix frontend_server_client issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasleyba committed Sep 12, 2024
1 parent 7dc39cc commit b59d073
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions flutter_news_example/api/packages/news_blocks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ dev_dependencies:
mocktail: ^1.0.2
test: ^1.21.4
very_good_analysis: ^6.0.0

dependency_overrides:
frontend_server_client: ^4.0.0
6 changes: 3 additions & 3 deletions flutter_news_example/api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@ packages:
source: hosted
version: "1.1.0"
frontend_server_client:
dependency: transitive
dependency: "direct overridden"
description:
name: frontend_server_client
sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612"
sha256: f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "4.0.0"
glob:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions flutter_news_example/api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ dev_dependencies:
mocktail: ^1.0.4
test: ^1.25.8
very_good_analysis: ^6.0.0

dependency_overrides:
frontend_server_client: ^4.0.0

0 comments on commit b59d073

Please sign in to comment.