Skip to content

Commit 84d7b5e

Browse files
committed
Formatting pubspec
1 parent dffed97 commit 84d7b5e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

dwds/pubspec.yaml

Lines changed: 8 additions & 7 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 build_runner build`.
3-
version: 24.4.0+1
3+
version: 24.4.0
44

55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
@@ -15,8 +15,8 @@ dependencies:
1515
built_value: ^8.3.0
1616
collection: ^1.15.0
1717
crypto: ^3.0.2
18-
dds: ">=4.2.5 <6.0.0"
19-
file: ">=6.1.4 <8.0.0"
18+
dds: '>=4.2.5 <6.0.0'
19+
file: '>=6.1.4 <8.0.0'
2020
http: ^1.0.0
2121
http_multi_server: ^3.2.0
2222
logging: ^1.0.2
@@ -29,15 +29,15 @@ dependencies:
2929
shelf_packages_handler: ^3.0.0
3030
shelf_proxy: ^1.0.4
3131
shelf_static: ^1.1.0
32-
shelf_web_socket: ">=1.0.0 <3.0.0"
32+
shelf_web_socket: '>=1.0.0 <3.0.0'
3333
source_maps: ^0.10.10
3434
stack_trace: ^1.10.0
3535
stream_channel: ^2.1.2
3636
sse: ^4.1.2
3737
uuid: ^4.0.0
38-
vm_service: ">=14.2.4 <16.0.0"
38+
vm_service: '>=14.2.4 <16.0.0'
3939
vm_service_interface: ^2.0.1
40-
web_socket_channel: ">=2.2.0 <4.0.0"
40+
web_socket_channel: '>=2.2.0 <4.0.0'
4141
web: ^1.1.0
4242
webkit_inspection_protocol: ^1.0.1
4343

@@ -55,9 +55,10 @@ dev_dependencies:
5555
frontend_server_common:
5656
path: ../frontend_server_common
5757
io: ^1.0.5
58-
js: ">=0.6.4 <0.8.0"
58+
js: '>=0.6.4 <0.8.0'
5959
pubspec_parse: ^1.2.0
6060
puppeteer: ^3.1.1
61+
stream_channel: ^2.1.2
6162
test: ^1.21.6
6263
test_common:
6364
path: ../test_common

0 commit comments

Comments
 (0)