Skip to content

Commit

Permalink
fix(deps): update dependency json_theme to v6.1.0 (#808)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency json_theme to v6.1.0

* chore(deps): dependencies maintenance

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jul 17, 2023
1 parent aa3bfae commit 7dd7ee0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
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

0 comments on commit 7dd7ee0

Please sign in to comment.