Skip to content

Commit

Permalink
build: upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ymauray committed Nov 8, 2022
1 parent 8c329fa commit dc03de1
Showing 1 changed file with 37 additions and 23 deletions.
60 changes: 37 additions & 23 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "47.0.0"
version: "49.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "4.7.0"
version: "5.1.0"
analyzer_plugin:
dependency: transitive
description:
name: analyzer_plugin
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.0"
version: "0.11.2"
ansicolor:
dependency: transitive
description:
Expand Down Expand Up @@ -77,7 +77,7 @@ packages:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.1.1"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: dart_code_metrics
url: "https://pub.dartlang.org"
source: hosted
version: "4.18.3"
version: "4.21.3"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -152,7 +152,7 @@ packages:
name: flutter_form_builder
url: "https://pub.dartlang.org"
source: hosted
version: "7.6.0"
version: "7.7.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -197,7 +197,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.0"
version: "0.15.1"
http:
dependency: transitive
description:
Expand All @@ -211,7 +211,7 @@ packages:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.0.2"
intl:
dependency: transitive
description:
Expand All @@ -226,13 +226,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
json_annotation:
dependency: transitive
description:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "4.7.0"
lints:
dependency: transitive
description:
name: lints
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -295,7 +302,7 @@ packages:
name: package_info_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
version: "1.0.6"
package_info_plus_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -323,7 +330,7 @@ packages:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.5"
path_provider_windows:
dependency: transitive
description:
Expand All @@ -337,7 +344,7 @@ packages:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "5.1.0"
platform:
dependency: transitive
description:
Expand All @@ -351,7 +358,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
process:
dependency: transitive
description:
Expand All @@ -365,7 +372,14 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.2"
pub_updater:
dependency: transitive
description:
name: pub_updater
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2"
riverpod:
dependency: transitive
description:
Expand All @@ -386,7 +400,7 @@ packages:
name: shared_preferences_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.13"
version: "2.0.14"
shared_preferences_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -496,14 +510,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.5"
version: "6.1.6"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.19"
version: "6.0.21"
url_launcher_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -531,7 +545,7 @@ packages:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
url_launcher_web:
dependency: transitive
description:
Expand Down Expand Up @@ -559,21 +573,21 @@ packages:
name: very_good_analysis
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.1.0"
watcher:
dependency: transitive
description:
name: watcher
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.0.2"
win32:
dependency: transitive
description:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.1.1"
xdg_directories:
dependency: transitive
description:
Expand Down Expand Up @@ -622,7 +636,7 @@ packages:
name: yaru_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2"
version: "0.2.6"
yaru_widgets:
dependency: "direct main"
description:
Expand All @@ -631,5 +645,5 @@ packages:
source: hosted
version: "1.1.2"
sdks:
dart: ">=2.17.5 <3.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.0.0"

0 comments on commit dc03de1

Please sign in to comment.