Skip to content

chore(melos): update to melos version v7 #17435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
342 changes: 0 additions & 342 deletions melos.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion packages/_flutterfire_internals/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: _flutterfire_internals
resolution: workspace
description: A package hosting Dart code shared between FlutterFire plugins.
homepage: https://firebase.google.com/docs/firestore
repository: https://github.com/firebase/flutterfire/tree/main/packages/_flutterfire_internals
version: 1.3.56

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.6.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: cloud_firestore_example
resolution: workspace
description: Demonstrates how to use the firestore plugin.

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.6.0 <4.0.0'

dependencies:
cloud_firestore: ^5.6.9
Expand Down
3 changes: 2 additions & 1 deletion packages/cloud_firestore/cloud_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: cloud_firestore
resolution: workspace
description:
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with
live synchronization and offline support on Android and iOS.
Expand All @@ -16,7 +17,7 @@ false_secrets:
- dartpad/**

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.6.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: cloud_firestore_platform_interface
resolution: workspace
description: A common platform interface for the cloud_firestore plugin.
version: 6.6.9
homepage: https://github.com/firebase/flutterfire/tree/main/packages/cloud_firestore/cloud_firestore_platform_interface
repository: https://github.com/firebase/flutterfire/tree/main/packages/cloud_firestore/cloud_firestore_platform_interface

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.6.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
Expand Down
Loading
Loading