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

fix(deps): update dependency json_theme to v6.2.4 #869

Merged
merged 2 commits into from
Sep 4, 2023
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
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,18 @@ packages:
dependency: "direct main"
description:
name: json_theme
sha256: a7d96e02c4cdc01361ba4e0c8f6f3ce0f8ea9545e29df6cf152041a3026b008c
sha256: a3e8aee3fe9bd7e99da92a956911e941cdb5ef9efa0098a03b1d09afb408447e
url: "https://pub.dev"
source: hosted
version: "6.2.3"
version: "6.2.4"
json_theme_annotation:
dependency: transitive
description:
name: json_theme_annotation
sha256: "96d6a5c48772734c1d72339ab3998bc2dfa1d77ca229899123548cd8b8dbd062"
sha256: "236c7de8d34353ba2089d39e05404287ead4f210f5f1255d3a65706a06984e4d"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.1+1"
lints:
dependency: transitive
description:
Expand Down
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.6
flutter:
sdk: flutter
json_theme: 6.2.3
json_theme: 6.2.4

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 @@ -671,10 +671,10 @@ packages:
dependency: "direct main"
description:
name: json_theme
sha256: a7d96e02c4cdc01361ba4e0c8f6f3ce0f8ea9545e29df6cf152041a3026b008c
sha256: a3e8aee3fe9bd7e99da92a956911e941cdb5ef9efa0098a03b1d09afb408447e
url: "https://pub.dev"
source: hosted
version: "6.2.3"
version: "6.2.4"
json_theme_annotation:
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.6.17
google_fonts: 5.1.0
intl: 0.18.1
json_theme: 6.2.3
json_theme: 6.2.4
material_color_utilities: ^0.5.0
material_design_icons_flutter: 7.0.7296
ndialog: 4.3.1
Expand Down