Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Aug 6, 2024
1 parent 195671d commit e376112
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,10 @@ packages:
dependency: "direct main"
description:
name: freezed_annotation
sha256: f54946fdb1fa7b01f780841937b1a80783a20b393485f3f6cdf336fd6f4705f2
sha256: c2e2d632dd9b8a2b7751117abcfc2b4888ecfe181bd9fca7170d9ef02e595fe2
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.4"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -532,10 +532,10 @@ packages:
dependency: "direct dev"
description:
name: injectable_generator
sha256: "2ca3ada337eac0ef6b82f8049c970ddb63947738fdf32ac6cbef8d1567d7ba05"
sha256: af403d76c7b18b4217335e0075e950cd0579fd7f8d7bd47ee7c85ada31680ba1
url: "https://pub.dev"
source: hosted
version: "2.6.1"
version: "2.6.2"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -1190,5 +1190,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: "3.4.3"
flutter: ">=3.22.2"
dart: "3.4.4"
flutter: ">=3.22.3"
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0+1
publish_to: 'none'

environment:
sdk: 3.4.3
flutter: 3.22.2
sdk: 3.4.4
flutter: 3.22.3

dependencies:
flutter:
Expand All @@ -19,7 +19,7 @@ dependencies:
flutter_bloc: 8.1.6
flutter_secure_storage: 9.2.2
flutter_svg: 2.0.10+1
freezed_annotation: 2.4.2
freezed_annotation: 2.4.4
get_it: 7.7.0
github: 9.24.0
go_router: 14.2.3
Expand All @@ -38,7 +38,7 @@ dev_dependencies:
build_runner: 2.4.11
flutter_gen_runner: 5.6.0
freezed: 2.5.2
injectable_generator: 2.6.1
injectable_generator: 2.6.2

flutter:
uses-material-design: true
Expand Down

0 comments on commit e376112

Please sign in to comment.