Skip to content

Commit 4089a41

Browse files
committed
feat: updated dependencies
1 parent 140b5d9 commit 4089a41

2 files changed

Lines changed: 11 additions & 25 deletions

File tree

pubspec.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: _flutterfire_internals
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.0.5"
10+
version: "1.0.12"
1111
async:
1212
dependency: transitive
1313
description:
@@ -43,20 +43,6 @@ packages:
4343
url: "https://pub.dartlang.org"
4444
source: hosted
4545
version: "1.1.1"
46-
cloud_firestore_platform_interface:
47-
dependency: transitive
48-
description:
49-
name: cloud_firestore_platform_interface
50-
url: "https://pub.dartlang.org"
51-
source: hosted
52-
version: "5.8.2"
53-
cloud_firestore_web:
54-
dependency: transitive
55-
description:
56-
name: cloud_firestore_web
57-
url: "https://pub.dartlang.org"
58-
source: hosted
59-
version: "3.0.2"
6046
collection:
6147
dependency: transitive
6248
description:
@@ -77,42 +63,42 @@ packages:
7763
name: firebase_auth
7864
url: "https://pub.dartlang.org"
7965
source: hosted
80-
version: "4.0.2"
66+
version: "4.2.5"
8167
firebase_auth_platform_interface:
8268
dependency: transitive
8369
description:
8470
name: firebase_auth_platform_interface
8571
url: "https://pub.dartlang.org"
8672
source: hosted
87-
version: "6.10.4"
73+
version: "6.11.7"
8874
firebase_auth_web:
8975
dependency: transitive
9076
description:
9177
name: firebase_auth_web
9278
url: "https://pub.dartlang.org"
9379
source: hosted
94-
version: "5.0.2"
80+
version: "5.2.4"
9581
firebase_core:
9682
dependency: transitive
9783
description:
9884
name: firebase_core
9985
url: "https://pub.dartlang.org"
10086
source: hosted
101-
version: "2.1.0"
87+
version: "2.4.1"
10288
firebase_core_platform_interface:
10389
dependency: transitive
10490
description:
10591
name: firebase_core_platform_interface
10692
url: "https://pub.dartlang.org"
10793
source: hosted
108-
version: "4.5.1"
94+
version: "4.5.2"
10995
firebase_core_web:
11096
dependency: transitive
11197
description:
11298
name: firebase_core_web
11399
url: "https://pub.dartlang.org"
114100
source: hosted
115-
version: "2.0.0"
101+
version: "2.1.0"
116102
flutter:
117103
dependency: "direct main"
118104
description: flutter
@@ -204,14 +190,14 @@ packages:
204190
name: plugin_platform_interface
205191
url: "https://pub.dartlang.org"
206192
source: hosted
207-
version: "2.0.0"
193+
version: "2.1.3"
208194
provider:
209195
dependency: "direct main"
210196
description:
211197
name: provider
212198
url: "https://pub.dartlang.org"
213199
source: hosted
214-
version: "6.0.4"
200+
version: "6.0.5"
215201
sky_engine:
216202
dependency: transitive
217203
description: flutter

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
provider: ^6.0.4
15-
firebase_auth: ^4.0.2
14+
provider: ^6.0.5
15+
firebase_auth: ^4.2.5
1616

1717
dev_dependencies:
1818
flutter_lints: ^2.0.1

0 commit comments

Comments
 (0)