File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
- Require min ` build_web_compilers ` version ` 4.0.4 ` - [ #2171 ] ( https://github.com/dart-lang/webdev/pull/2171 )
6
6
- Switch to using new debugging API from DDC to support new type system. - [ #2159 ] ( https://github.com/dart-lang/webdev/pull/2159 )
7
7
- Fix Flutter crash when calling ` resume ` when app is not paused. - [ #2188 ] ( https://github.com/dart-lang/webdev/pull/2188 )
8
+ - Update file dependency to ` 7.0.0 ` .
8
9
9
10
## 19.0.2
10
11
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
collection : ^1.15.0
16
16
crypto : ^3.0.2
17
17
dds : ^2.7.1
18
- file : ^6.1.3
18
+ file : ^7.0.0
19
19
http : ^0.13.4
20
20
http_multi_server : ^3.2.0
21
21
logging : ^1.0.2
@@ -45,7 +45,6 @@ dev_dependencies:
45
45
build_version : ^2.1.1
46
46
build_web_compilers : ^4.0.4
47
47
built_value_generator : ^8.3.0
48
- dart_code_metrics : ^5.5.0
49
48
graphs : ^2.1.0
50
49
frontend_server_common :
51
50
path : ../frontend_server_common
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
7
7
8
8
dependencies :
9
9
dwds : any
10
- file : ^6.1.3
10
+ file : ^7.0.0
11
11
logging : ^1.0.1
12
12
meta : ^1.4.0
13
13
mime : ^1.0.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
7
7
8
8
dependencies :
9
9
dwds : any
10
- file : ^6.1.3
10
+ file : ^7.0.0
11
11
logging : ^1.0.1
12
12
path : ^1.8.1
13
13
test : ^1.21.1
You can’t perform that action at this time.
0 commit comments