Skip to content

Commit

Permalink
fix(deps): update dependency json_theme_plus to v6.6.2 (#1365)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2024
1 parent 1193040 commit d580cc9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ packages:
dependency: "direct main"
description:
name: json_theme_plus
sha256: db6d804e653c77c0cf41f576dc73ab3fc0ae7cd5400f41dfe66938bc1b8010da
sha256: "8a854919515a7fc13f8e56e80d3082dd95b1565a91c1fda77848830955b22d95"
url: "https://pub.dev"
source: hosted
version: "6.6.1"
version: "6.6.2"
leak_tracker:
dependency: transitive
description:
Expand Down Expand Up @@ -368,5 +368,5 @@ packages:
source: hosted
version: "3.0.3"
sdks:
dart: ">=3.5.1 <4.0.0"
flutter: ">=3.24.1"
dart: ">=3.5.2 <4.0.0"
flutter: ">=3.24.2"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
cupertino_icons: 1.0.8
flutter:
sdk: flutter
json_theme_plus: 6.6.1
json_theme_plus: 6.6.2

dev_dependencies:
flutter_driver:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,10 +699,10 @@ packages:
dependency: "direct main"
description:
name: json_theme_plus
sha256: db6d804e653c77c0cf41f576dc73ab3fc0ae7cd5400f41dfe66938bc1b8010da
sha256: "8a854919515a7fc13f8e56e80d3082dd95b1565a91c1fda77848830955b22d95"
url: "https://pub.dev"
source: hosted
version: "6.6.1"
version: "6.6.2"
leak_tracker:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter_markdown: 0.7.3
google_fonts: 6.2.1
intl: 0.19.0
json_theme_plus: 6.6.1
json_theme_plus: 6.6.2
material_color_utilities: ^0.11.1
material_design_icons_flutter: 7.0.7296
ndialog: 4.3.1
Expand Down

0 comments on commit d580cc9

Please sign in to comment.