Browse Source

fix(deps): update dependency flutter_local_notifications to v16

pull/931/head
renovate[bot] 1 year ago committed by jld3103
parent
commit
cf053ae7a2
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 4
      packages/app/pubspec.lock
  2. 2
      packages/neon/neon/pubspec.yaml

4
packages/app/pubspec.lock

@ -309,10 +309,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: flutter_local_notifications name: flutter_local_notifications
sha256: "501ed9d54f1c8c0535b7991bade36f9e7e3b45a2346401f03775c1ec7a3c06ae" sha256: "916e2e8e594a0ef98b88662be55a1fbc95094473366afdd992c72a1695687f4d"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "15.1.2" version: "16.0.0+1"
flutter_local_notifications_linux: flutter_local_notifications_linux:
dependency: transitive dependency: transitive
description: description:

2
packages/neon/neon/pubspec.yaml

@ -15,7 +15,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_cache_manager: ^3.3.1 flutter_cache_manager: ^3.3.1
flutter_file_dialog: ^3.0.2 flutter_file_dialog: ^3.0.2
flutter_local_notifications: ^15.1.2 flutter_local_notifications: ^16.0.0+1
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
flutter_material_design_icons: ^1.1.7296 flutter_material_design_icons: ^1.1.7296

Loading…
Cancel
Save