Skip to content

Commit

Permalink
Bump decimal from 2.3.3 to 3.0.2 in /packages/calculator_widget (#297)
Browse files Browse the repository at this point in the history
Bumps [decimal](https://github.com/a14n/dart-decimal) from 2.3.3 to 3.0.2.
- [Changelog](https://github.com/a14n/dart-decimal/blob/master/CHANGELOG.md)
- [Commits](a14n/dart-decimal@2.3.3...3.0.2)

---
updated-dependencies:
- dependency-name: decimal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent 639ef84 commit 2d1f569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/calculator_widget/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: decimal
sha256: "24a261d5d5c87e86c7651c417a5dbdf8bcd7080dd592533910e8d0505a279f21"
sha256: "4140a688f9e443e2f4de3a1162387bf25e1ac6d51e24c9da263f245210f41440"
url: "https://pub.dev"
source: hosted
version: "2.3.3"
version: "3.0.2"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/calculator_widget/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
#Needed for calculator computation
decimal: ^2.3.3
decimal: ^3.0.2
#Needed for the state management
flutter_riverpod: ^2.5.1
#Needed for app translation
Expand Down

0 comments on commit 2d1f569

Please sign in to comment.