Skip to content

Commit ac63d06

Browse files
authored
[dwds] Deps cleanup (#2830)
After all the changes for the migration into the Dart SDK there was some lingering cleanup to do in the pubspec. * Removed unused dependencies on `shelf_packages_handler` and `shelf_static`. * Removed unused dev_dependency on `args`. * Moved `web` from dependencies to dev_dependencies. * Removed dependency_override on `sse`. This minimizes the diffs while we are still copying between github and the Dart SDK to keep them in sync. * rebuild with latest dev SDK
1 parent f9a5660 commit ac63d06

4 files changed

Lines changed: 6 additions & 15 deletions

File tree

dwds/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 27.1.2-wip
2+
13
## 27.1.1
24

35
- Fix deserialization errors appearing in the chrome console.

dwds/lib/src/handlers/injected_client_js.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run tool/build.dart`.
3-
version: 27.1.1
3+
version: 27.1.2-wip
44

55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
@@ -24,38 +24,27 @@ dependencies:
2424
pool: ^1.5.0
2525
pub_semver: ^2.1.1
2626
shelf: ^1.3.0
27-
shelf_packages_handler: ^3.0.0
2827
shelf_proxy: ^1.0.4
29-
shelf_static: ^1.1.0
3028
shelf_web_socket: ">=2.0.0 <4.0.0"
3129
source_maps: ^0.10.10
3230
sse: ^4.2.0
3331
stack_trace: ^1.10.0
3432
stream_channel: ^2.1.2
3533
vm_service: ">=14.2.4 <16.0.0"
3634
vm_service_interface: ^2.0.1
37-
web: ^1.1.0
3835
web_socket: ^1.0.1
3936
web_socket_channel: ">=2.2.0 <4.0.0"
4037
webkit_inspection_protocol: ^1.0.1
4138

4239
dev_dependencies:
43-
args: ^2.4.2
4440
build_daemon: ^4.0.0
4541
dart_flutter_team_lints: ^3.5.2
4642
dwds_test_common:
4743
path: ../dwds_test_common
4844
graphs: ^2.1.0
4945
io: ^1.0.5
50-
js: ">=0.6.4 <0.8.0"
5146
mime: ^2.0.0
5247
test: ^1.21.6
48+
web: ^1.1.0
5349
webdriver: ^3.0.0
5450
yaml: ^3.1.3
55-
56-
dependency_overrides:
57-
sse:
58-
git:
59-
url: https://github.com/dart-lang/tools.git
60-
ref: 06493ded8ca27996d979f9f903d2bc24a1215064
61-
path: pkgs/sse

0 commit comments

Comments
 (0)