Skip to content

Commit 6e07af7

Browse files
committed
update packages
1 parent 1d52512 commit 6e07af7

File tree

1 file changed

+56
-14
lines changed

1 file changed

+56
-14
lines changed

pubspec.lock

Lines changed: 56 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.0.13"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.6.0"
418
async:
519
dependency: transitive
620
description:
@@ -22,34 +36,34 @@ packages:
2236
url: "https://pub.dartlang.org"
2337
source: hosted
2438
version: "1.1.3"
25-
clock:
39+
collection:
40+
dependency: transitive
41+
description:
42+
name: collection
43+
url: "https://pub.dartlang.org"
44+
source: hosted
45+
version: "1.14.12"
46+
convert:
2647
dependency: transitive
2748
description:
28-
name: clock
49+
name: convert
2950
url: "https://pub.dartlang.org"
3051
source: hosted
31-
version: "1.0.1"
32-
collection:
52+
version: "2.1.1"
53+
crypto:
3354
dependency: transitive
3455
description:
35-
name: collection
56+
name: crypto
3657
url: "https://pub.dartlang.org"
3758
source: hosted
38-
version: "1.14.12"
59+
version: "2.1.4"
3960
cupertino_icons:
4061
dependency: "direct main"
4162
description:
4263
name: cupertino_icons
4364
url: "https://pub.dartlang.org"
4465
source: hosted
4566
version: "0.1.3"
46-
fake_async:
47-
dependency: transitive
48-
description:
49-
name: fake_async
50-
url: "https://pub.dartlang.org"
51-
source: hosted
52-
version: "1.1.0"
5367
flutter:
5468
dependency: "direct main"
5569
description: flutter
@@ -60,6 +74,13 @@ packages:
6074
description: flutter
6175
source: sdk
6276
version: "0.0.0"
77+
image:
78+
dependency: transitive
79+
description:
80+
name: image
81+
url: "https://pub.dartlang.org"
82+
source: hosted
83+
version: "2.1.12"
6384
matcher:
6485
dependency: transitive
6586
description:
@@ -80,7 +101,21 @@ packages:
80101
name: path
81102
url: "https://pub.dartlang.org"
82103
source: hosted
83-
version: "1.7.0"
104+
version: "1.6.4"
105+
petitparser:
106+
dependency: transitive
107+
description:
108+
name: petitparser
109+
url: "https://pub.dartlang.org"
110+
source: hosted
111+
version: "2.4.0"
112+
quiver:
113+
dependency: transitive
114+
description:
115+
name: quiver
116+
url: "https://pub.dartlang.org"
117+
source: hosted
118+
version: "2.1.3"
84119
sky_engine:
85120
dependency: transitive
86121
description: flutter
@@ -142,5 +177,12 @@ packages:
142177
url: "https://pub.dartlang.org"
143178
source: hosted
144179
version: "2.0.8"
180+
xml:
181+
dependency: transitive
182+
description:
183+
name: xml
184+
url: "https://pub.dartlang.org"
185+
source: hosted
186+
version: "3.6.1"
145187
sdks:
146188
dart: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)