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.6+1 #877

Merged
merged 2 commits into from
Sep 13, 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
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.0+1"
json_schema2:
json_schema:
dependency: transitive
description:
name: json_schema2
sha256: "6470116dc3567b766b834d0d83a52685102816426ef45c6cf7a5d1a9a41abc18"
name: json_schema
sha256: "0a5f510ed29e26f4eea261b192bbee1824b6903e04194f4907fd0207e94f6c7d"
url: "https://pub.dev"
source: hosted
version: "5.1.3"
json_theme:
dependency: "direct main"
description:
name: json_theme
sha256: cf0a1fc5780c848ffd7811154df4862c5782b3d67da1f083b1f650d6c8e12685
sha256: "488b4d519bbf654bdecd188fa5e95ae9a4d26914cd43244e660e04150ffc7567"
url: "https://pub.dev"
source: hosted
version: "6.2.5"
version: "6.2.6+1"
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.6
flutter:
sdk: flutter
json_theme: 6.2.5
json_theme: 6.2.6+1

dev_dependencies:
flutter_driver:
Expand Down
12 changes: 6 additions & 6 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PODS:
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseAppCheckInterop (10.14.0)
- FirebaseAppCheckInterop (10.15.0)
- FirebaseAuth (10.12.0):
- FirebaseAppCheckInterop (~> 10.0)
- FirebaseCore (~> 10.0)
Expand All @@ -50,9 +50,9 @@ PODS:
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreInternal (10.14.0):
- FirebaseCoreInternal (10.15.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseInstallations (10.14.0):
- FirebaseInstallations (10.15.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
Expand Down Expand Up @@ -186,11 +186,11 @@ SPEC CHECKSUMS:
firebase_auth: d1343ed5a697e39bc05e1b964384869da92a3d50
firebase_core: 559d892df9267acc6b7254d46fb3041866777509
FirebaseAnalytics: 0270389efbe3022b54ec4588862dabec3477ee98
FirebaseAppCheckInterop: c87f1d5421c852413dd936b2b2340b21e62501a0
FirebaseAppCheckInterop: a8c555b1c2db1d9445e6c3a08a848167ddb7eb51
FirebaseAuth: a66c1e14ec58f41d154a4b41ce1a23ea00ad4805
FirebaseCore: f86a1394906b97ac445ae49c92552a9425831bed
FirebaseCoreInternal: d558159ee6cc4b823c2296ecc193de9f6d9a5bb3
FirebaseInstallations: f672b1eda64e6381c21d424a2f680a943fd83f3b
FirebaseCoreInternal: 2f4bee5ed00301b5e56da0849268797a2dd31fb4
FirebaseInstallations: cae95cab0f965ce05b805189de1d4c70b11c76fb
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
GoogleAppMeasurement: 2d800fab85e7848b1e66a6f8ce5bca06c5aad892
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
Expand Down
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -659,22 +659,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.0+4"
json_schema2:
json_schema:
dependency: transitive
description:
name: json_schema2
sha256: "6470116dc3567b766b834d0d83a52685102816426ef45c6cf7a5d1a9a41abc18"
name: json_schema
sha256: "0a5f510ed29e26f4eea261b192bbee1824b6903e04194f4907fd0207e94f6c7d"
url: "https://pub.dev"
source: hosted
version: "5.1.3"
json_theme:
dependency: "direct main"
description:
name: json_theme
sha256: cf0a1fc5780c848ffd7811154df4862c5782b3d67da1f083b1f650d6c8e12685
sha256: "488b4d519bbf654bdecd188fa5e95ae9a4d26914cd43244e660e04150ffc7567"
url: "https://pub.dev"
source: hosted
version: "6.2.5"
version: "6.2.6+1"
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.5
json_theme: 6.2.6+1
material_color_utilities: ^0.5.0
material_design_icons_flutter: 7.0.7296
ndialog: 4.3.1
Expand Down