diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 4655f0d79..3b3692772 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -13,20 +13,20 @@ dependencies: async: ^2.3.0 built_collection: ^5.0.0 built_value: '>=6.7.0 <9.0.0' - crypto: '>=2.0.6 < 4.0.0' + crypto: '>=2.0.6 <4.0.0' dds: ^2.0.0 - http: '>=0.12.0 < 0.14.0' + http: '>=0.12.0 <0.14.0' http_multi_server: ^3.0.0 - logging: '>=0.11.3 < 2.0.0' + logging: '>=0.11.3 <2.0.0' meta: ^1.1.7 package_config: ^2.0.0 path: ^1.6.0 pedantic: ^1.5.0 pool: ^1.4.0 pub_semver: ^2.0.0 - shelf: '>=0.7.0 < 2.0.0' + shelf: '>=0.7.0 <2.0.0' shelf_packages_handler: '^3.0.0' - shelf_proxy: '>=0.1.0+6 < 2.0.0' + shelf_proxy: '>=0.1.0+6 <2.0.0' shelf_static: ^1.0.0 shelf_web_socket: ^1.0.0 source_maps: ^0.10.0 @@ -39,20 +39,20 @@ dependencies: dev_dependencies: args: ^2.0.0 build: ^2.0.0 - build_daemon: ^2.0.0 - build_runner: ^1.6.2 + build_daemon: ^3.0.0 + build_runner: ^2.0.6 build_version: ^2.0.0 - build_web_compilers: ^2.12.0 + build_web_compilers: ^3.2.0 built_value_generator: ^8.0.0 - graphs: ^1.0.0 + graphs: ^2.0.0 frontend_server_common: path: ../frontend_server_common js: ^0.6.1 pubspec_parse: ^1.0.0 stream_channel: ^2.0.0 test: ^1.6.0 - uuid: '>=2.0.0 < 4.0.0' - webdriver: '>=2.0.0 < 4.0.0' + uuid: '>=2.0.0 <4.0.0' + webdriver: '>=2.0.0 <4.0.0' # devtools_server indirectly depends on devtools so keep this around. devtools: ^2.0.0 devtools_server: ^2.0.0 diff --git a/frontend_server_client/pubspec.yaml b/frontend_server_client/pubspec.yaml index ce1444175..00c083040 100644 --- a/frontend_server_client/pubspec.yaml +++ b/frontend_server_client/pubspec.yaml @@ -5,16 +5,19 @@ description: >- Dart SDK. homepage: https://github.com/dart-lang/webdev/tree/master/frontend_server_client repository: https://github.com/dart-lang/webdev + environment: sdk: ">=2.12.0 <3.0.0" + dependencies: async: ^2.5.0 path: ^1.8.0 + dev_dependencies: package_config: ^2.0.0 shelf: ^1.0.0 - shelf_packages_handler: ^2.0.1 - shelf_static: ^0.2.6 + shelf_packages_handler: ^3.0.0 + shelf_static: ^1.1.0 test: ^1.16.0 test_descriptor: ^2.0.0 - vm_service: ^6.1.0 + vm_service: ^7.1.0 diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index d2e01bc5a..0bc5148e6 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -2,6 +2,7 @@ - Depend on the latest `package:dwds`. - Update min sdk constraint to `>=2.13.0`. +- Support the latest `pkgackage:build_daemon`. ## 2.7.4 diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 502ade5e5..1b217313c 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -14,7 +14,7 @@ environment: dependencies: args: ^2.0.0 async: ^2.2.0 - build_daemon: ^2.0.0 + build_daemon: '>=2.0.0 <4.0.0' browser_launcher: ^1.0.0 crypto: ^3.0.0 dds: ^2.0.0 @@ -42,12 +42,12 @@ dependencies: dev_dependencies: build: ^2.0.0 - build_runner: ^1.6.2 - build_verify: ^1.0.0 + build_runner: ^2.0.0 + build_verify: ^2.0.0 build_version: ^2.0.0 test: ^1.15.0 - test_descriptor: ^1.0.3 - test_process: ^1.0.1 + test_descriptor: ^2.0.0 + test_process: ^2.0.2 webdriver: ^3.0.0 executables: