Skip to content

Commit

Permalink
Update file dependency. (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari authored Aug 10, 2023
1 parent afbd640 commit bc00884
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Require min `build_web_compilers` version `4.0.4` - [#2171](https://github.com/dart-lang/webdev/pull/2171)
- Switch to using new debugging API from DDC to support new type system. - [#2159](https://github.com/dart-lang/webdev/pull/2159)
- Fix Flutter crash when calling `resume` when app is not paused. - [#2188](https://github.com/dart-lang/webdev/pull/2188)
- Update file dependency to `7.0.0`.

## 19.0.2

Expand Down
3 changes: 1 addition & 2 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
collection: ^1.15.0
crypto: ^3.0.2
dds: ^2.7.1
file: ^6.1.3
file: ^7.0.0
http: ^0.13.4
http_multi_server: ^3.2.0
logging: ^1.0.2
Expand Down Expand Up @@ -45,7 +45,6 @@ dev_dependencies:
build_version: ^2.1.1
build_web_compilers: ^4.0.4
built_value_generator: ^8.3.0
dart_code_metrics: ^5.5.0
graphs: ^2.1.0
frontend_server_common:
path: ../frontend_server_common
Expand Down
2 changes: 1 addition & 1 deletion frontend_server_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

dependencies:
dwds: any
file: ^6.1.3
file: ^7.0.0
logging: ^1.0.1
meta: ^1.4.0
mime: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion test_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

dependencies:
dwds: any
file: ^6.1.3
file: ^7.0.0
logging: ^1.0.1
path: ^1.8.1
test: ^1.21.1
Expand Down

0 comments on commit bc00884

Please sign in to comment.