Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#595)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* chore(deps): native 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] committed Jan 23, 2023
1 parent 5a0d605 commit 6c28d2e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.1"
version: "2.3.2"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -137,14 +137,14 @@ packages:
name: json_class
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.4"
version: "2.1.4+1"
json_schema2:
dependency: transitive
description:
name: json_schema2
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2+19"
version: "2.0.2+20"
json_theme:
dependency: "direct main"
description:
Expand Down Expand Up @@ -221,7 +221,7 @@ packages:
name: rest_client
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0+6"
version: "2.2.0+7"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -331,6 +331,6 @@ packages:
name: yaon
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1+8"
version: "1.0.1+9"
sdks:
dart: ">=2.18.0 <3.0.0"
2 changes: 1 addition & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ SPEC CHECKSUMS:
Sentry: 4c9babff9034785067c896fd580b1f7de44da020
sentry_flutter: d3dad547d3db4918a8051a5ef738cc195c427b4b
shared_preferences_foundation: 297b3ebca31b34ec92be11acd7fb0ba932c822ca
url_launcher_macos: 597e05b8e514239626bcf4a850fcf9ef5c856ec3
url_launcher_macos: c04e4fa86382d4f94f6b38f14625708be3ae52e2
window_size: 339dafa0b27a95a62a843042038fa6c3c48de195

PODFILE CHECKSUM: a884f6dd3f7494f3892ee6c81feea3a3abbf9153
Expand Down
28 changes: 14 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.1"
version: "2.3.2"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -566,7 +566,7 @@ packages:
name: io
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "1.0.4"
js:
dependency: transitive
description:
Expand All @@ -580,7 +580,7 @@ packages:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "4.7.0"
version: "4.8.0"
json_class:
dependency: transitive
description:
Expand Down Expand Up @@ -902,21 +902,21 @@ packages:
name: shared_preferences_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.14"
version: "2.0.15"
shared_preferences_foundation:
dependency: transitive
description:
name: shared_preferences_foundation
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.2"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
shared_preferences_platform_interface:
dependency: transitive
description:
Expand All @@ -937,7 +937,7 @@ packages:
name: shared_preferences_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -1075,7 +1075,7 @@ packages:
name: timing
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.1"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -1117,28 +1117,28 @@ packages:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.22"
version: "6.0.23"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.17"
version: "6.0.18"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
url_launcher_platform_interface:
dependency: transitive
description:
Expand All @@ -1152,14 +1152,14 @@ packages:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.13"
version: "2.0.14"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
uuid:
dependency: transitive
description:
Expand Down

0 comments on commit 6c28d2e

Please sign in to comment.