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.1.0 #808

Merged
merged 2 commits into from
Jul 17, 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
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,26 +134,26 @@ packages:
dependency: transitive
description:
name: json_class
sha256: fa872148b86bd2b706617e26ed80eeee292c31071b49cc728b368dd9b1fd0959
sha256: "2267087757247326eb4c7eec52b57b6f7d4878635e072f074e67bbff7bd727e8"
url: "https://pub.dev"
source: hosted
version: "2.2.2+1"
json_schema2:
version: "3.0.0+1"
json_schema:
dependency: transitive
description:
name: json_schema2
sha256: d5434c96573089e58986f7e32348ecb7e44b7a72b16fe5fce334abe15bab7a70
name: json_schema
sha256: "0fa8e7bacc5b690eeaa03d98ac38d676deb95ed645880b7504fcf34be8bdd17b"
url: "https://pub.dev"
source: hosted
version: "5.1.2+2"
version: "5.1.2"
json_theme:
dependency: "direct main"
description:
name: json_theme
sha256: "5a744e3f72b5f057ae69150e245efcf083400f86c9a3e25646a7d84f878ffc08"
sha256: "6645c2b0ec8b03560e9b6900f2b98190512547e54a6c9a40c24cff361c1b48c4"
url: "https://pub.dev"
source: hosted
version: "6.0.2+3"
version: "6.1.0"
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.0.2+3
json_theme: 6.1.0

dev_dependencies:
flutter_driver:
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -655,26 +655,26 @@ packages:
dependency: transitive
description:
name: json_class
sha256: fa872148b86bd2b706617e26ed80eeee292c31071b49cc728b368dd9b1fd0959
sha256: "2267087757247326eb4c7eec52b57b6f7d4878635e072f074e67bbff7bd727e8"
url: "https://pub.dev"
source: hosted
version: "2.2.2+1"
json_schema2:
version: "3.0.0+1"
json_schema:
dependency: transitive
description:
name: json_schema2
sha256: d5434c96573089e58986f7e32348ecb7e44b7a72b16fe5fce334abe15bab7a70
name: json_schema
sha256: "0fa8e7bacc5b690eeaa03d98ac38d676deb95ed645880b7504fcf34be8bdd17b"
url: "https://pub.dev"
source: hosted
version: "5.1.2+2"
version: "5.1.2"
json_theme:
dependency: "direct main"
description:
name: json_theme
sha256: "5a744e3f72b5f057ae69150e245efcf083400f86c9a3e25646a7d84f878ffc08"
sha256: "6645c2b0ec8b03560e9b6900f2b98190512547e54a6c9a40c24cff361c1b48c4"
url: "https://pub.dev"
source: hosted
version: "6.0.2+3"
version: "6.1.0"
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.0.2+3
json_theme: 6.1.0
material_color_utilities: 0.2.0
material_design_icons_flutter: 7.0.7296
ndialog: 4.3.0
Expand Down