cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Updated dependencies versions (grpc, protobuf, test) #50

Closed guyluz11 closed 3 years ago

guyluz11 commented 3 years ago

Updated dependencies (grpc, protobuf, test).

Tests are passing exept for the regular two.

cachapa commented 3 years ago

Is there any strong reason for upgrading the dependencies?

The caret syntax already picks the latest minor version when you update your dependencies anyway: https://dart.dev/tools/pub/dependencies#caret-syntax

guyluz11 commented 3 years ago

No reason except to keep being updated.

cachapa commented 3 years ago

Ok, then I'll close this PR without merging. I typically update the dependencies opportunistically as part of other work, otherwise the git history gets spammed with trivial entries.

guyluz11 commented 3 years ago

Sure