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.3 #834

Merged
merged 2 commits into from
Aug 12, 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
4 changes: 2 additions & 2 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
sha256: a32b9489dd2dba5c3c9e369ca49ef280541572d850da021171943387ab9fc0d6
sha256: a7d96e02c4cdc01361ba4e0c8f6f3ce0f8ea9545e29df6cf152041a3026b008c
url: "https://pub.dev"
source: hosted
version: "6.2.2"
version: "6.2.3"
json_theme_annotation:
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.5
flutter:
sdk: flutter
json_theme: 6.2.2
json_theme: 6.2.3

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: a32b9489dd2dba5c3c9e369ca49ef280541572d850da021171943387ab9fc0d6
sha256: a7d96e02c4cdc01361ba4e0c8f6f3ce0f8ea9545e29df6cf152041a3026b008c
url: "https://pub.dev"
source: hosted
version: "6.2.2"
version: "6.2.3"
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.2
json_theme: 6.2.3
material_color_utilities: 0.2.0
material_design_icons_flutter: 7.0.7296
ndialog: 4.3.1
Expand Down