[dartdev] Update 'dart create' template dependencies

The primary update here is updating the server template for the 1.0.0 release of package:http.

Change-Id: Ie389ff4eb41dc0a52e50115318ef7c30008b396c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/320441
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Parker Lougheed 2023-08-15 14:57:37 +00:00 committed by Commit Queue
parent 48c7a9267e
commit 2ac6e61a1f
5 changed files with 10 additions and 10 deletions

View file

@ -49,8 +49,8 @@ dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
lints: ^2.1.0
test: ^1.24.0
''';
final String _readme = '''

View file

@ -47,7 +47,7 @@ dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^2.0.0
lints: ^2.1.0
''';
final String _readme = '''

View file

@ -63,8 +63,8 @@ dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
lints: ^2.1.0
test: ^1.24.0
''';
final String _readme = '''

View file

@ -48,14 +48,14 @@ environment:
${common.sdkConstraint}
dependencies:
args: ^2.3.0
args: ^2.4.0
shelf: ^1.4.0
shelf_router: ^1.1.0
dev_dependencies:
http: ^0.13.0
lints: ^2.0.0
test: ^1.21.0
http: ^1.1.0
lints: ^2.1.0
test: ^1.24.0
''';
final String _readme = '''

View file

@ -55,7 +55,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
lints: ^2.0.0
lints: ^2.1.0
''';
final String _readme = '''