Skip to content

Commit 0428ffb

Browse files
authored
Update package:file to latest version (#1770)
1 parent c350055 commit 0428ffb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dwds/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Expression evaluation performance improvement:
77
- Batch `ChromeProxyService.evaluate()` requests that are close in time
88
and are executed in the same library and scope.
9+
- Update `package:file` version to `6.13` or greater to handle https://github.com/dart-lang/sdk/issues/49647.
910

1011
## 16.0.0
1112

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
collection: ^1.15.0
1717
crypto: ^3.0.2
1818
dds: ^2.2.5
19-
file: ^6.1.2
19+
file: ^6.1.3
2020
http: ^0.13.4
2121
http_multi_server: ^3.2.0
2222
logging: ^1.0.2

frontend_server_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
dwds:
1010
path: ../dwds
11-
file: ^6.0.0
11+
file: ^6.1.3
1212
logging: ^1.0.1
1313
meta: ^1.4.0
1414
mime: ^1.0.0

0 commit comments

Comments
 (0)