Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update file dependency. #2185

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading