Skip to content

Commit

Permalink
Update device_info_plus to ^9.0.0, package_info_plus to ^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 16, 2023
1 parent 6dafaa0 commit be4e68f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ packages:
dependency: transitive
description:
name: device_info_plus
sha256: f52ab3b76b36ede4d135aab80194df8925b553686f0fa12226b4e2d658e45903
sha256: "9b1a0c32b2a503f8fe9f8764fac7b5fcd4f6bd35d8f49de5350bccf9e2a33b8a"
url: "https://pub.dev"
source: hosted
version: "8.2.2"
version: "9.0.0"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -187,10 +187,10 @@ packages:
dependency: transitive
description:
name: package_info_plus
sha256: "10259b111176fba5c505b102e3a5b022b51dd97e30522e906d6922c745584745"
sha256: d39e8fbff4c5aef4592737e25ad6ac500df006ce7a7a8e1f838ce1256e167542
url: "https://pub.dev"
source: hosted
version: "3.1.2"
version: "4.0.0"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -300,6 +300,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.1.4"
win32_registry:
dependency: transitive
description:
name: win32_registry
sha256: "1c52f994bdccb77103a6231ad4ea331a244dbcef5d1f37d8462f713143b0bfae"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ dependencies:
black_hole_flutter: ^1.0.0
collection: ^1.15.0
data_size: ^0.2.0
device_info_plus: ^8.0.0
device_info_plus: ^9.0.0
flutter:
sdk: flutter
implicitly_animated_list: ^2.1.1
meta: ^1.3.0
package_info_plus: ^3.0.1
package_info_plus: ^4.0.0
shake: ^2.0.0

dev_dependencies:
Expand Down

0 comments on commit be4e68f

Please sign in to comment.