fix(deps): update dependency flutter_local_notifications to v16 (#46)
Reviewed-on: #46 Co-authored-by: Renovate Bot <kontakt+renovator@caras.cafe> Co-committed-by: Renovate Bot <kontakt+renovator@caras.cafe>
This commit is contained in:
parent
346ea5bb43
commit
a6ab0525e1
2 changed files with 7 additions and 7 deletions
12
pubspec.lock
12
pubspec.lock
|
@ -194,26 +194,26 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_local_notifications
|
||||
sha256: f222919a34545931e47b06000836b5101baeffb0e6eb5a4691d2d42851740dd9
|
||||
sha256: bb5cd63ff7c91d6efe452e41d0d0ae6348925c82eafd10ce170ef585ea04776e
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "12.0.4"
|
||||
version: "16.2.0"
|
||||
flutter_local_notifications_linux:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: flutter_local_notifications_linux
|
||||
sha256: "3c6d6db334f609a92be0c0915f40871ec56f5d2adf01e77ae364162c587c0ca8"
|
||||
sha256: "33f741ef47b5f63cc7f78fe75eeeac7e19f171ff3c3df054d84c1e38bedb6a03"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.0"
|
||||
version: "4.0.0+1"
|
||||
flutter_local_notifications_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: flutter_local_notifications_platform_interface
|
||||
sha256: "5ec1feac5f7f7d9266759488bc5f76416152baba9aa1b26fe572246caa00d1ab"
|
||||
sha256: "7cf643d6d5022f3baed0be777b0662cce5919c0a7b86e700299f22dc4ae660ef"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "6.0.0"
|
||||
version: "7.0.0+1"
|
||||
flutter_localizations:
|
||||
dependency: "direct main"
|
||||
description: flutter
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies:
|
|||
canteenlib: ^2.0.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_local_notifications: ^12.0.3+1
|
||||
flutter_local_notifications: ^16.0.0
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_native_timezone: ^2.0.0
|
||||
|
|
Reference in a new issue