Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Dec 15, 2022
1 parent 54619ac commit 5305da5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 70 deletions.
90 changes: 24 additions & 66 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
version: "2.10.0"
bloc:
dependency: transitive
description:
Expand Down Expand Up @@ -70,7 +70,7 @@ packages:
name: fl_chart
url: "https://pub.dartlang.org"
source: hosted
version: "0.55.1"
version: "0.55.2"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -121,6 +121,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
horizontal_data_table:
dependency: "direct main"
description:
name: horizontal_data_table
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.3"
http:
dependency: "direct main"
description:
Expand All @@ -134,7 +141,7 @@ packages:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.0.2"
intl:
dependency: "direct main"
description:
Expand All @@ -155,14 +162,7 @@ packages:
name: lints
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.12"
version: "2.0.1"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -190,42 +190,14 @@ packages:
name: package_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.3+1"
package_info_plus_linux:
dependency: transitive
description:
name: package_info_plus_linux
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
package_info_plus_macos:
dependency: transitive
description:
name: package_info_plus_macos
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "3.0.2"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
package_info_plus_web:
dependency: transitive
description:
name: package_info_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
package_info_plus_windows:
dependency: transitive
description:
name: package_info_plus_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
path:
dependency: transitive
description:
Expand All @@ -246,7 +218,7 @@ packages:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.20"
version: "2.0.22"
path_provider_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -274,14 +246,14 @@ 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:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
platform:
dependency: transitive
description:
Expand All @@ -295,7 +267,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 @@ -309,14 +281,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.3"
quiver:
dependency: transitive
description:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
version: "6.0.5"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -335,21 +300,14 @@ packages:
name: sprintf
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.2"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
version: "7.0.0"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.0"
term_glyph:
dependency: transitive
description:
Expand All @@ -363,7 +321,7 @@ packages:
name: tuple
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
typed_data:
dependency: transitive
description:
Expand All @@ -384,7 +342,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.7.0"
version: "3.1.2"
xdg_directories:
dependency: transitive
description:
Expand All @@ -393,5 +351,5 @@ packages:
source: hosted
version: "0.2.0+2"
sdks:
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.3.0"
dart: ">=2.18.6 <3.0.0"
flutter: ">=3.3.10"
9 changes: 5 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=2.18.0 <3.0.0'
flutter: '>=3.3.0'
sdk: '>=2.18.6 <3.0.0'
flutter: '>=3.3.10'

dependencies:
fl_chart: ^0.55.1
Expand All @@ -34,10 +34,11 @@ dependencies:
sdk: flutter
hive: ^2.0.2
hive_flutter: ^1.0.0
horizontal_data_table: ^4.1.2
http: ^0.13.4
intl: ^0.17.0
package_info_plus: ^1.0.0
sprintf: ^6.0.0
package_info_plus: ^3.0.2
sprintf: ^7.0.0
tuple: ^2.0.0

dev_dependencies:
Expand Down

0 comments on commit 5305da5

Please sign in to comment.