Skip to content

Commit 94d0647

Browse files
jakemac53Commit Queue
authored andcommitted
Bump tools to 11a7719ffc6573b62d164a3188b8c2131b6ef6c3
Changes: ``` > git log --format="%C(auto) %h %s" 4a28415..11a7719 https://dart.googlesource.com/tools.git/+/11a7719ff allow custom ID generators in Clients, and support String ids (2077) https://dart.googlesource.com/tools.git/+/93276f5bf Support newInstanceNamed with empty name (1194) ``` Diff: https://dart.googlesource.com/tools.git/+/4a284152c263a5d3429d5ab6acfdb70eca2ebcfb..11a7719ffc6573b62d164a3188b8c2131b6ef6c3/ Change-Id: Ib9a6d6b1da81d6bd2e460d3506f592333604548a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/423480 Auto-Submit: Jake Macdonald <[email protected]> Commit-Queue: Jake Macdonald <[email protected]> Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Devon Carew <[email protected]>
1 parent becd91d commit 94d0647

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ vars = {
145145
"sync_http_rev": "dc54465f07d9652875deeade643256dafa2fbc6c",
146146
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
147147
"test_rev": "84eba115521b74e848f096572a2d3e4d3607e8fa",
148-
"tools_rev": "4a284152c263a5d3429d5ab6acfdb70eca2ebcfb",
148+
"tools_rev": "11a7719ffc6573b62d164a3188b8c2131b6ef6c3",
149149
"vector_math_rev": "dc9d379674f50bb5559e99ee3a9f64729df9d3c8",
150150
"web_rev": "5a39fdc396ae40344308975140343c23b6863261",
151151
"webdev_rev": "5bf833d0c277a384ab8bbfc10e7d3d71b8022560",

pkg/dds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
extension_discovery: ^2.0.0
2121
devtools_shared: ^11.0.0
2222
http_multi_server: ^3.0.0
23-
json_rpc_2: ^3.0.0
23+
json_rpc_2: '>=3.0.0 <5.0.0'
2424
meta: ^1.1.8
2525
mime: ^2.0.0
2626
path: ^1.8.0

pkg/dtd/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
json_rpc_2: ^3.0.2
12+
json_rpc_2: '>=3.0.2 <5.0.0'
1313
stream_channel: ^2.1.2
1414
unified_analytics: '>=7.0.0 <9.0.0'
1515
web_socket_channel: '>=2.0.0 <4.0.0'

0 commit comments

Comments
 (0)