Skip to content

Commit 4a7d7b0

Browse files
committed
Dependency upgrades.
1 parent b585644 commit 4a7d7b0

File tree

2 files changed

+48
-27
lines changed

2 files changed

+48
-27
lines changed

pubspec.lock

Lines changed: 46 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "4.0.0"
10+
version: "5.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.39.10"
17+
version: "0.39.12"
18+
archive:
19+
dependency: transitive
20+
description:
21+
name: archive
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "2.0.13"
1825
args:
1926
dependency: transitive
2027
description:
@@ -57,13 +64,6 @@ packages:
5764
url: "https://pub.dartlang.org"
5865
source: hosted
5966
version: "1.1.3"
60-
clock:
61-
dependency: transitive
62-
description:
63-
name: clock
64-
url: "https://pub.dartlang.org"
65-
source: hosted
66-
version: "1.0.1"
6767
collection:
6868
dependency: transitive
6969
description:
@@ -91,14 +91,14 @@ packages:
9191
name: coverage
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "0.14.0"
94+
version: "0.13.11"
9595
crypto:
9696
dependency: transitive
9797
description:
9898
name: crypto
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "2.1.5"
101+
version: "2.1.4"
102102
csslib:
103103
dependency: transitive
104104
description:
@@ -120,13 +120,6 @@ packages:
120120
url: "https://pub.dartlang.org"
121121
source: hosted
122122
version: "1.0.0"
123-
fake_async:
124-
dependency: transitive
125-
description:
126-
name: fake_async
127-
url: "https://pub.dartlang.org"
128-
source: hosted
129-
version: "1.1.0"
130123
flutter:
131124
dependency: "direct main"
132125
description: flutter
@@ -152,7 +145,7 @@ packages:
152145
name: flutter_keyboard_visibility
153146
url: "https://pub.dartlang.org"
154147
source: hosted
155-
version: "2.0.0"
148+
version: "3.2.1"
156149
flutter_plugin_android_lifecycle:
157150
dependency: transitive
158151
description:
@@ -178,7 +171,7 @@ packages:
178171
name: flutter_typeahead
179172
url: "https://pub.dartlang.org"
180173
source: hosted
181-
version: "1.8.3"
174+
version: "1.8.5"
182175
glob:
183176
dependency: transitive
184177
description:
@@ -221,13 +214,20 @@ packages:
221214
url: "https://pub.dartlang.org"
222215
source: hosted
223216
version: "3.1.4"
217+
image:
218+
dependency: transitive
219+
description:
220+
name: image
221+
url: "https://pub.dartlang.org"
222+
source: hosted
223+
version: "2.1.12"
224224
image_picker:
225225
dependency: "direct main"
226226
description:
227227
name: image_picker
228228
url: "https://pub.dartlang.org"
229229
source: hosted
230-
version: "0.6.7+2"
230+
version: "0.6.7+4"
231231
image_picker_platform_interface:
232232
dependency: transitive
233233
description:
@@ -332,14 +332,21 @@ packages:
332332
name: path
333333
url: "https://pub.dartlang.org"
334334
source: hosted
335-
version: "1.7.0"
335+
version: "1.6.4"
336336
pedantic:
337337
dependency: "direct dev"
338338
description:
339339
name: pedantic
340340
url: "https://pub.dartlang.org"
341341
source: hosted
342342
version: "1.9.0"
343+
petitparser:
344+
dependency: transitive
345+
description:
346+
name: petitparser
347+
url: "https://pub.dartlang.org"
348+
source: hosted
349+
version: "2.4.0"
343350
phone_number:
344351
dependency: "direct main"
345352
description:
@@ -375,6 +382,13 @@ packages:
375382
url: "https://pub.dartlang.org"
376383
source: hosted
377384
version: "1.4.4"
385+
quiver:
386+
dependency: transitive
387+
description:
388+
name: quiver
389+
url: "https://pub.dartlang.org"
390+
source: hosted
391+
version: "2.1.3"
378392
random_string:
379393
dependency: transitive
380394
description:
@@ -484,21 +498,21 @@ packages:
484498
name: test
485499
url: "https://pub.dartlang.org"
486500
source: hosted
487-
version: "1.14.7"
501+
version: "1.14.4"
488502
test_api:
489503
dependency: transitive
490504
description:
491505
name: test_api
492506
url: "https://pub.dartlang.org"
493507
source: hosted
494-
version: "0.2.16"
508+
version: "0.2.15"
495509
test_core:
496510
dependency: transitive
497511
description:
498512
name: test_core
499513
url: "https://pub.dartlang.org"
500514
source: hosted
501-
version: "0.3.7"
515+
version: "0.3.4"
502516
typed_data:
503517
dependency: transitive
504518
description:
@@ -555,6 +569,13 @@ packages:
555569
url: "https://pub.dartlang.org"
556570
source: hosted
557571
version: "0.7.3"
572+
xml:
573+
dependency: transitive
574+
description:
575+
name: xml
576+
url: "https://pub.dartlang.org"
577+
source: hosted
578+
version: "3.6.1"
558579
yaml:
559580
dependency: transitive
560581
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
flutter_typeahead: ^1.8.3
13+
flutter_typeahead: ^1.8.5
1414
intl: ^0.16.1
1515
flutter_chips_input: ^1.8.3
1616
datetime_picker_formfield: ^1.0.0
@@ -19,7 +19,7 @@ dependencies:
1919
validators: ^2.0.0+1
2020
date_range_picker: ^1.0.6
2121
flutter_touch_spin: ^1.0.1
22-
image_picker: ^0.6.7+2
22+
image_picker: ^0.6.7+4
2323
rating_bar: ^0.2.0
2424
country_pickers: ^1.3.0
2525
phone_number: ^0.6.2+3

0 commit comments

Comments
 (0)