Skip to content

Commit 14c827f

Browse files
committed
fixes after rebase
1 parent 90831fa commit 14c827f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
service protocol.
88
repository: https://github.com/dart-lang/webdev/tree/main/dwds
99
environment:
10-
sdk: ">=3.10.0-149.0.dev <4.0.0"
10+
sdk: ^3.10.0-0.0.dev
1111

1212
dependencies:
1313
async: ^2.9.0

frontend_server_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
Dart SDK.
66
repository: https://github.com/dart-lang/webdev/tree/main/frontend_server_client
77
environment:
8-
sdk: ^3.1.0
8+
sdk: ^3.10.0-0.0.dev
99

1010
dependencies:
1111
async: ^2.5.0

frontend_server_common/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
## 0.2.3-wip
22

3-
- Update minimum SDK constraint to 3.8.0.
43
- Add bootstrapping code for DDC library bundle format.
54
- Added scriptUri to compileExpression*Request
6-
- Updated Dart SDK constraints to ">=3.10.0-149.0.dev <4.0.0"
5+
- Updated Dart SDK constraints to ^3.10.0-0.0.dev
76

87
## 0.2.2
98

0 commit comments

Comments
 (0)