Skip to content

Support the latest dependencies #1351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷 I don't think so, since the constraint there supports ^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
9 changes: 6 additions & 3 deletions frontend_server_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions webdev/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down