Skip to content

Commit d18d32d

Browse files
kenzieschmollCommit Queue
authored andcommitted
Rev tools in SDK DEPS
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]>
1 parent d1611c3 commit d18d32d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ vars = {
164164
"test_descriptor_rev": "71195671e00f2d330a9ebda0bd48f99364bb30f2",
165165
"test_process_rev": "7c76f470173366ec90525e49961f2ce1fcf516d3",
166166
"test_reflective_loader_rev": "30a552df6421e1f68cdc33c98c2512984b6f42b9",
167-
"tools_rev": "b028012c0da60d903055d124f4a6f1ba0c63c6d9",
167+
"tools_rev": "66afa68006679dcfd9cca0410f01a057ff884fa2",
168168
"vector_math_rev": "ec5080d5e6731bef4deffae78eb778ae787ba92f",
169169
"watcher_rev": "7a15a903f7ce0737cce7d08ff30402d41b9f7b62",
170170
"web_rev": "8d243766b45c163a9d18a89de059eba24398d163",

pkg/dtd/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 2.3.1-wip
1+
## 2.4.1-wip
2+
3+
## 2.4.0
4+
- Bump `unified_analytics` dependency to ^7.0.0.
25

36
## 2.3.0
47

pkg/dtd/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dtd
2-
version: 2.3.1-wip
2+
version: 2.4.1-wip
33
description: A package for communicating with the Dart Tooling Daemon.
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd
55

@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
json_rpc_2: ^3.0.2
1111
stream_channel: ^2.1.2
12-
unified_analytics: ^6.1.0
12+
unified_analytics: ^7.0.0
1313
web_socket_channel: '>=2.0.0 <4.0.0'
1414

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

0 commit comments

Comments
 (0)