Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump flutter_svg from 2.0.12 to 2.0.13 in /frontend #350

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,10 @@ packages:
dependency: "direct main"
description:
name: flutter_svg
sha256: "2ca230f2ef6e31151769f4a03ec806b94f0554ff02ea1a40bb0d531ac150f035"
sha256: de82e6bf958cec7190fbc1c5298282c851228e35ae2b14e2b103e7f777818c64
url: "https://pub.dev"
source: hosted
version: "2.0.12"
version: "2.0.13"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion frontend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
intl: any
http: ^1.2.2
shared_preferences: ^2.2.3
flutter_svg: ^2.0.12
flutter_svg: ^2.0.13
animated_bottom_navigation_bar: ^1.3.3
infinite_scroll_pagination: ^4.0.0
dropdown_button2: ^2.3.9
Expand Down
Loading