Skip to content

Commit 06bd39d

Browse files
authored
chore(bricks): upgrade dev server hook deps (#67)
1 parent 6d9eebd commit 06bd39d

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

bricks/dart_frog_dev_server/hooks/pubspec.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ packages:
1515
url: "https://pub.dartlang.org"
1616
source: hosted
1717
version: "2.9.0"
18-
charcode:
19-
dependency: transitive
20-
description:
21-
name: charcode
22-
url: "https://pub.dartlang.org"
23-
source: hosted
24-
version: "1.3.1"
2518
checked_yaml:
2619
dependency: transitive
2720
description:
@@ -63,7 +56,7 @@ packages:
6356
name: http_parser
6457
url: "https://pub.dartlang.org"
6558
source: hosted
66-
version: "4.0.0"
59+
version: "4.0.1"
6760
json_annotation:
6861
dependency: transitive
6962
description:
@@ -77,21 +70,21 @@ packages:
7770
name: mason
7871
url: "https://pub.dartlang.org"
7972
source: hosted
80-
version: "0.1.0-dev.21"
73+
version: "0.1.0-dev.24"
8174
mason_logger:
8275
dependency: transitive
8376
description:
8477
name: mason_logger
8578
url: "https://pub.dartlang.org"
8679
source: hosted
87-
version: "0.1.0-dev.8"
80+
version: "0.1.0-dev.10"
8881
meta:
8982
dependency: transitive
9083
description:
9184
name: meta
9285
url: "https://pub.dartlang.org"
9386
source: hosted
94-
version: "1.7.0"
87+
version: "1.8.0"
9588
mustache_template:
9689
dependency: transitive
9790
description:
@@ -105,7 +98,7 @@ packages:
10598
name: path
10699
url: "https://pub.dartlang.org"
107100
source: hosted
108-
version: "1.8.1"
101+
version: "1.8.2"
109102
pub_semver:
110103
dependency: transitive
111104
description:
@@ -133,7 +126,7 @@ packages:
133126
name: string_scanner
134127
url: "https://pub.dartlang.org"
135128
source: hosted
136-
version: "1.1.0"
129+
version: "1.1.1"
137130
term_glyph:
138131
dependency: transitive
139132
description:
@@ -147,7 +140,7 @@ packages:
147140
name: typed_data
148141
url: "https://pub.dartlang.org"
149142
source: hosted
150-
version: "1.3.0"
143+
version: "1.3.1"
151144
universal_io:
152145
dependency: transitive
153146
description:
@@ -161,6 +154,6 @@ packages:
161154
name: yaml
162155
url: "https://pub.dartlang.org"
163156
source: hosted
164-
version: "3.1.0"
157+
version: "3.1.1"
165158
sdks:
166159
dart: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)