mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
chore: update firebase dependencies
This commit is contained in:
parent
91420fde78
commit
9299c56b6c
5 changed files with 13 additions and 15 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -7,16 +7,11 @@ updates:
|
|||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "pub"
|
||||
directory: "/packages/flutter_chat_firebase"
|
||||
directory: "/packages/flutter_chat_repository"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "pub"
|
||||
directory: "/packages/flutter_chat_interface"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "pub"
|
||||
directory: "/packages/flutter_chat_view"
|
||||
directory: "/packages/chat_repository_interface"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 4.1.0
|
||||
- Update the cloud_firestore dependency constraint to ">=4.0.5 <6.0.0"
|
||||
- Update the firebase_storage dependency constraint to ">=11.0.5 <13.0.0"
|
||||
|
||||
## 4.0.0
|
||||
- Move to the new user story architecture
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: chat_repository_interface
|
||||
description: "A new Flutter package project."
|
||||
version: 4.0.0
|
||||
version: 4.1.0
|
||||
homepage: "https://github.com/Iconica-Development"
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: firebase_chat_repository
|
||||
description: "A new Flutter package project."
|
||||
version: 4.0.0
|
||||
version: 4.1.0
|
||||
homepage: "https://github.com/Iconica-Development"
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||
|
@ -15,10 +15,9 @@ dependencies:
|
|||
|
||||
chat_repository_interface:
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^4.0.0
|
||||
|
||||
firebase_storage: any
|
||||
cloud_firestore: any
|
||||
version: ^4.1.0
|
||||
cloud_firestore: ">=4.0.5 <6.0.0"
|
||||
firebase_storage: ">=11.0.5 <13.0.0"
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_chat
|
||||
description: "A new Flutter package project."
|
||||
version: 4.0.0
|
||||
version: 4.1.0
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub/
|
||||
|
||||
environment:
|
||||
|
@ -22,7 +22,7 @@ dependencies:
|
|||
version: ^1.6.0
|
||||
chat_repository_interface:
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
version: ^4.0.0
|
||||
version: ^4.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue