Skip to content

Commit bc00884

Browse files
authored
Update file dependency. (#2185)
1 parent afbd640 commit bc00884

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dwds/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Require min `build_web_compilers` version `4.0.4` - [#2171](https://github.com/dart-lang/webdev/pull/2171)
66
- Switch to using new debugging API from DDC to support new type system. - [#2159](https://github.com/dart-lang/webdev/pull/2159)
77
- 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`.
89

910
## 19.0.2
1011

dwds/pubspec.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
collection: ^1.15.0
1616
crypto: ^3.0.2
1717
dds: ^2.7.1
18-
file: ^6.1.3
18+
file: ^7.0.0
1919
http: ^0.13.4
2020
http_multi_server: ^3.2.0
2121
logging: ^1.0.2
@@ -45,7 +45,6 @@ dev_dependencies:
4545
build_version: ^2.1.1
4646
build_web_compilers: ^4.0.4
4747
built_value_generator: ^8.3.0
48-
dart_code_metrics: ^5.5.0
4948
graphs: ^2.1.0
5049
frontend_server_common:
5150
path: ../frontend_server_common

frontend_server_common/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
dwds: any
10-
file: ^6.1.3
10+
file: ^7.0.0
1111
logging: ^1.0.1
1212
meta: ^1.4.0
1313
mime: ^1.0.0

test_common/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
dwds: any
10-
file: ^6.1.3
10+
file: ^7.0.0
1111
logging: ^1.0.1
1212
path: ^1.8.1
1313
test: ^1.21.1

0 commit comments

Comments
 (0)