Skip to content

Commit 84e7057

Browse files
Update pubspec.yaml files (flutter#958)
1 parent 53c5318 commit 84e7057

File tree

25 files changed

+212
-121
lines changed

25 files changed

+212
-121
lines changed

add_to_app/android_view/flutter_module_using_plugin/pubspec.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,21 @@ packages:
195195
name: url_launcher
196196
url: "https://pub.dartlang.org"
197197
source: hosted
198-
version: "6.0.12"
198+
version: "6.0.16"
199+
url_launcher_android:
200+
dependency: transitive
201+
description:
202+
name: url_launcher_android
203+
url: "https://pub.dartlang.org"
204+
source: hosted
205+
version: "6.0.13"
206+
url_launcher_ios:
207+
dependency: transitive
208+
description:
209+
name: url_launcher_ios
210+
url: "https://pub.dartlang.org"
211+
source: hosted
212+
version: "6.0.13"
199213
url_launcher_linux:
200214
dependency: transitive
201215
description:

add_to_app/books/flutter_module_books/pubspec.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "22.0.0"
10+
version: "31.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.7.2"
17+
version: "2.8.0"
1818
args:
1919
dependency: transitive
2020
description:
@@ -158,20 +158,13 @@ packages:
158158
url: "https://pub.dartlang.org"
159159
source: hosted
160160
version: "1.8.0"
161-
pedantic:
162-
dependency: transitive
163-
description:
164-
name: pedantic
165-
url: "https://pub.dartlang.org"
166-
source: hosted
167-
version: "1.11.1"
168161
pigeon:
169162
dependency: "direct dev"
170163
description:
171164
name: pigeon
172165
url: "https://pub.dartlang.org"
173166
source: hosted
174-
version: "1.0.7"
167+
version: "1.0.10"
175168
pub_semver:
176169
dependency: transitive
177170
description:

add_to_app/multiple_flutters/multiple_flutters_module/pubspec.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.8.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
24+
version: "1.1.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -49,7 +49,7 @@ packages:
4949
name: cupertino_icons
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.0.3"
52+
version: "1.0.4"
5353
fake_async:
5454
dependency: transitive
5555
description:
@@ -99,7 +99,7 @@ packages:
9999
name: matcher
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "0.12.11"
102+
version: "0.12.10"
103103
meta:
104104
dependency: transitive
105105
description:
@@ -167,7 +167,7 @@ packages:
167167
name: test_api
168168
url: "https://pub.dartlang.org"
169169
source: hosted
170-
version: "0.4.3"
170+
version: "0.4.2"
171171
typed_data:
172172
dependency: transitive
173173
description:
@@ -181,7 +181,21 @@ packages:
181181
name: url_launcher
182182
url: "https://pub.dartlang.org"
183183
source: hosted
184-
version: "6.0.12"
184+
version: "6.0.16"
185+
url_launcher_android:
186+
dependency: transitive
187+
description:
188+
name: url_launcher_android
189+
url: "https://pub.dartlang.org"
190+
source: hosted
191+
version: "6.0.13"
192+
url_launcher_ios:
193+
dependency: transitive
194+
description:
195+
name: url_launcher_ios
196+
url: "https://pub.dartlang.org"
197+
source: hosted
198+
version: "6.0.13"
185199
url_launcher_linux:
186200
dependency: transitive
187201
description:
@@ -223,7 +237,7 @@ packages:
223237
name: vector_math
224238
url: "https://pub.dartlang.org"
225239
source: hosted
226-
version: "2.1.1"
240+
version: "2.1.0"
227241
sdks:
228242
dart: ">=2.14.0 <3.0.0"
229243
flutter: ">=2.5.0"

animations/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ packages:
4949
name: cupertino_icons
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.0.3"
52+
version: "1.0.4"
5353
fake_async:
5454
dependency: transitive
5555
description:

experimental/desktop_photo_search/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ SPEC CHECKSUMS:
3131

3232
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
3333

34-
COCOAPODS: 1.11.0
34+
COCOAPODS: 1.11.2

experimental/desktop_photo_search/pubspec.lock

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "29.0.0"
10+
version: "31.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.6.0"
17+
version: "2.8.0"
1818
ansicolor:
1919
dependency: transitive
2020
description:
@@ -70,14 +70,14 @@ packages:
7070
name: build_resolvers
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "2.0.4"
73+
version: "2.0.5"
7474
build_runner:
7575
dependency: "direct dev"
7676
description:
7777
name: build_runner
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "2.1.4"
80+
version: "2.1.5"
8181
build_runner_core:
8282
dependency: transitive
8383
description:
@@ -98,14 +98,14 @@ packages:
9898
name: built_value
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "8.1.2"
101+
version: "8.1.3"
102102
built_value_generator:
103103
dependency: "direct dev"
104104
description:
105105
name: built_value_generator
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "8.1.2"
108+
version: "8.1.3"
109109
characters:
110110
dependency: transitive
111111
description:
@@ -168,7 +168,7 @@ packages:
168168
name: cross_file
169169
url: "https://pub.dartlang.org"
170170
source: hosted
171-
version: "0.3.1+5"
171+
version: "0.3.2"
172172
crypto:
173173
dependency: transitive
174174
description:
@@ -182,7 +182,7 @@ packages:
182182
name: cupertino_icons
183183
url: "https://pub.dartlang.org"
184184
source: hosted
185-
version: "1.0.3"
185+
version: "1.0.4"
186186
dart_style:
187187
dependency: transitive
188188
description:
@@ -358,7 +358,7 @@ packages:
358358
name: json_annotation
359359
url: "https://pub.dartlang.org"
360360
source: hosted
361-
version: "4.2.0"
361+
version: "4.3.0"
362362
lints:
363363
dependency: transitive
364364
description:
@@ -402,14 +402,14 @@ packages:
402402
name: mime
403403
url: "https://pub.dartlang.org"
404404
source: hosted
405-
version: "1.0.0"
405+
version: "1.0.1"
406406
msix:
407407
dependency: "direct dev"
408408
description:
409409
name: msix
410410
url: "https://pub.dartlang.org"
411411
source: hosted
412-
version: "2.3.0"
412+
version: "2.6.4"
413413
nested:
414414
dependency: transitive
415415
description:
@@ -472,7 +472,7 @@ packages:
472472
name: quiver
473473
url: "https://pub.dartlang.org"
474474
source: hosted
475-
version: "3.0.1"
475+
version: "3.0.1+1"
476476
shelf:
477477
dependency: transitive
478478
description:
@@ -498,7 +498,7 @@ packages:
498498
name: source_gen
499499
url: "https://pub.dartlang.org"
500500
source: hosted
501-
version: "1.1.1"
501+
version: "1.2.0"
502502
source_span:
503503
dependency: transitive
504504
description:
@@ -575,7 +575,21 @@ packages:
575575
name: url_launcher
576576
url: "https://pub.dartlang.org"
577577
source: hosted
578-
version: "6.0.12"
578+
version: "6.0.16"
579+
url_launcher_android:
580+
dependency: transitive
581+
description:
582+
name: url_launcher_android
583+
url: "https://pub.dartlang.org"
584+
source: hosted
585+
version: "6.0.13"
586+
url_launcher_ios:
587+
dependency: transitive
588+
description:
589+
name: url_launcher_ios
590+
url: "https://pub.dartlang.org"
591+
source: hosted
592+
version: "6.0.13"
579593
url_launcher_linux:
580594
dependency: transitive
581595
description:

experimental/federated_plugin/federated_plugin/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ packages:
4949
name: cupertino_icons
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.0.3"
52+
version: "1.0.4"
5353
fake_async:
5454
dependency: transitive
5555
description:

experimental/federated_plugin/federated_plugin_web/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "29.0.0"
10+
version: "31.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.6.0"
17+
version: "2.8.0"
1818
archive:
1919
dependency: transitive
2020
description:
@@ -63,7 +63,7 @@ packages:
6363
name: built_value
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "8.1.2"
66+
version: "8.1.3"
6767
characters:
6868
dependency: transitive
6969
description:
@@ -294,7 +294,7 @@ packages:
294294
name: source_gen
295295
url: "https://pub.dartlang.org"
296296
source: hosted
297-
version: "1.1.1"
297+
version: "1.2.0"
298298
source_span:
299299
dependency: transitive
300300
description:

0 commit comments

Comments
 (0)