Skip to content

Commit

Permalink
Rev tools in SDK DEPS
Browse files Browse the repository at this point in the history
This was bumped manually instead of from the rev_sdk_deps.dart script due to #57050.

Change-Id: I2bdd3fc6ab13d8a637d8c138e6ee2709a28f3010
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394006
Reviewed-by: Ben Konyi <[email protected]>
Commit-Queue: Kenzie Davisson <[email protected]>
Reviewed-by: Devon Carew <[email protected]>
  • Loading branch information
kenzieschmoll authored and Commit Queue committed Nov 11, 2024
1 parent d1611c3 commit d18d32d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ vars = {
"test_descriptor_rev": "71195671e00f2d330a9ebda0bd48f99364bb30f2",
"test_process_rev": "7c76f470173366ec90525e49961f2ce1fcf516d3",
"test_reflective_loader_rev": "30a552df6421e1f68cdc33c98c2512984b6f42b9",
"tools_rev": "b028012c0da60d903055d124f4a6f1ba0c63c6d9",
"tools_rev": "66afa68006679dcfd9cca0410f01a057ff884fa2",
"vector_math_rev": "ec5080d5e6731bef4deffae78eb778ae787ba92f",
"watcher_rev": "7a15a903f7ce0737cce7d08ff30402d41b9f7b62",
"web_rev": "8d243766b45c163a9d18a89de059eba24398d163",
Expand Down
5 changes: 4 additions & 1 deletion pkg/dtd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 2.3.1-wip
## 2.4.1-wip

## 2.4.0
- Bump `unified_analytics` dependency to ^7.0.0.

## 2.3.0

Expand Down
4 changes: 2 additions & 2 deletions pkg/dtd/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dtd
version: 2.3.1-wip
version: 2.4.1-wip
description: A package for communicating with the Dart Tooling Daemon.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd

Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
json_rpc_2: ^3.0.2
stream_channel: ^2.1.2
unified_analytics: ^6.1.0
unified_analytics: ^7.0.0
web_socket_channel: '>=2.0.0 <4.0.0'

# We use 'any' version constraints here as we get our package versions from
Expand Down

0 comments on commit d18d32d

Please sign in to comment.