Skip to content

Commit 75206f4

Browse files
authored
Support the latest dependencies (#1351)
1 parent 514ae50 commit 75206f4

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

dwds/pubspec.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ dependencies:
1313
async: ^2.3.0
1414
built_collection: ^5.0.0
1515
built_value: '>=6.7.0 <9.0.0'
16-
crypto: '>=2.0.6 < 4.0.0'
16+
crypto: '>=2.0.6 <4.0.0'
1717
dds: ^2.0.0
18-
http: '>=0.12.0 < 0.14.0'
18+
http: '>=0.12.0 <0.14.0'
1919
http_multi_server: ^3.0.0
20-
logging: '>=0.11.3 < 2.0.0'
20+
logging: '>=0.11.3 <2.0.0'
2121
meta: ^1.1.7
2222
package_config: ^2.0.0
2323
path: ^1.6.0
2424
pedantic: ^1.5.0
2525
pool: ^1.4.0
2626
pub_semver: ^2.0.0
27-
shelf: '>=0.7.0 < 2.0.0'
27+
shelf: '>=0.7.0 <2.0.0'
2828
shelf_packages_handler: '^3.0.0'
29-
shelf_proxy: '>=0.1.0+6 < 2.0.0'
29+
shelf_proxy: '>=0.1.0+6 <2.0.0'
3030
shelf_static: ^1.0.0
3131
shelf_web_socket: ^1.0.0
3232
source_maps: ^0.10.0
@@ -39,20 +39,20 @@ dependencies:
3939
dev_dependencies:
4040
args: ^2.0.0
4141
build: ^2.0.0
42-
build_daemon: ^2.0.0
43-
build_runner: ^1.6.2
42+
build_daemon: ^3.0.0
43+
build_runner: ^2.0.6
4444
build_version: ^2.0.0
45-
build_web_compilers: ^2.12.0
45+
build_web_compilers: ^3.2.0
4646
built_value_generator: ^8.0.0
47-
graphs: ^1.0.0
47+
graphs: ^2.0.0
4848
frontend_server_common:
4949
path: ../frontend_server_common
5050
js: ^0.6.1
5151
pubspec_parse: ^1.0.0
5252
stream_channel: ^2.0.0
5353
test: ^1.6.0
54-
uuid: '>=2.0.0 < 4.0.0'
55-
webdriver: '>=2.0.0 < 4.0.0'
54+
uuid: '>=2.0.0 <4.0.0'
55+
webdriver: '>=2.0.0 <4.0.0'
5656
# devtools_server indirectly depends on devtools so keep this around.
5757
devtools: ^2.0.0
5858
devtools_server: ^2.0.0

frontend_server_client/pubspec.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ description: >-
55
Dart SDK.
66
homepage: https://github.com/dart-lang/webdev/tree/master/frontend_server_client
77
repository: https://github.com/dart-lang/webdev
8+
89
environment:
910
sdk: ">=2.12.0 <3.0.0"
11+
1012
dependencies:
1113
async: ^2.5.0
1214
path: ^1.8.0
15+
1316
dev_dependencies:
1417
package_config: ^2.0.0
1518
shelf: ^1.0.0
16-
shelf_packages_handler: ^2.0.1
17-
shelf_static: ^0.2.6
19+
shelf_packages_handler: ^3.0.0
20+
shelf_static: ^1.1.0
1821
test: ^1.16.0
1922
test_descriptor: ^2.0.0
20-
vm_service: ^6.1.0
23+
vm_service: ^7.1.0

webdev/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Depend on the latest `package:dwds`.
44
- Update min sdk constraint to `>=2.13.0`.
5+
- Support the latest `pkgackage:build_daemon`.
56

67
## 2.7.4
78

webdev/pubspec.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
args: ^2.0.0
1616
async: ^2.2.0
17-
build_daemon: ^2.0.0
17+
build_daemon: '>=2.0.0 <4.0.0'
1818
browser_launcher: ^1.0.0
1919
crypto: ^3.0.0
2020
dds: ^2.0.0
@@ -42,12 +42,12 @@ dependencies:
4242

4343
dev_dependencies:
4444
build: ^2.0.0
45-
build_runner: ^1.6.2
46-
build_verify: ^1.0.0
45+
build_runner: ^2.0.0
46+
build_verify: ^2.0.0
4747
build_version: ^2.0.0
4848
test: ^1.15.0
49-
test_descriptor: ^1.0.3
50-
test_process: ^1.0.1
49+
test_descriptor: ^2.0.0
50+
test_process: ^2.0.2
5151
webdriver: ^3.0.0
5252

5353
executables:

0 commit comments

Comments
 (0)