File tree 4 files changed +11
-18
lines changed
4 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM google/dart:2.7.2
6
6
# To retrieve this value, please run the following in your closest shell:
7
7
#
8
8
# $ (cd flutter && git rev-parse HEAD)
9
- ARG FLUTTER_COMMIT=14f3a36abaace74aeba3e40001ce905336fef415
9
+ ARG FLUTTER_COMMIT=8f7327f83a3e094285163ae402c6f94190fc1674
10
10
11
11
# We install unzip and remove the apt-index again to keep the
12
12
# docker image diff small.
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ environment:
6
6
sdk : ' >=2.7.0 <3.0.0'
7
7
8
8
dependencies :
9
- codemirror : ^0.5.14
9
+ codemirror : ^0.5.15
10
10
http : ^0.12.0
11
11
12
12
dev_dependencies :
13
- build_runner : ^1.6.0
14
- build_web_compilers : ^2.3 .0
15
- pedantic : ^1.8 .0
13
+ build_runner : ^1.8.1
14
+ build_web_compilers : ^2.9 .0
15
+ pedantic : ^1.9 .0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
14
14
name: _fe_analyzer_shared
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
- version: "1.0.3 "
17
+ version: "2. 1.0"
18
18
analysis_server_lib:
19
19
dependency: "direct main"
20
20
description:
@@ -28,7 +28,7 @@ packages:
28
28
name: analyzer
29
29
url: "https://pub.dartlang.org"
30
30
source: hosted
31
- version: "0.39.4 "
31
+ version: "0.39.6 "
32
32
appengine:
33
33
dependency: "direct main"
34
34
description:
@@ -91,7 +91,7 @@ packages:
91
91
name: build_resolvers
92
92
url: "https://pub.dartlang.org"
93
93
source: hosted
94
- version: "1.3.3 "
94
+ version: "1.3.4 "
95
95
build_runner:
96
96
dependency: "direct dev"
97
97
description:
@@ -196,7 +196,7 @@ packages:
196
196
name: dart_style
197
197
url: "https://pub.dartlang.org"
198
198
source: hosted
199
- version: "1.3.3 "
199
+ version: "1.3.4 "
200
200
dartis:
201
201
dependency: "direct main"
202
202
description:
@@ -329,7 +329,7 @@ packages:
329
329
name: io
330
330
url: "https://pub.dartlang.org"
331
331
source: hosted
332
- version: "0.3.3 "
332
+ version: "0.3.4 "
333
333
js:
334
334
dependency: transitive
335
335
description:
@@ -416,13 +416,6 @@ packages:
416
416
url: "https://pub.dartlang.org"
417
417
source: hosted
418
418
version: "1.9.3"
419
- package_resolver:
420
- dependency: transitive
421
- description:
422
- name: package_resolver
423
- url: "https://pub.dartlang.org"
424
- source: hosted
425
- version: "1.0.10"
426
419
path:
427
420
dependency: "direct main"
428
421
description:
You can’t perform that action at this time.
0 commit comments