Skip to content

Commit 6b8b338

Browse files
authored
shelf_router_generator: bump dependencies (#464)
The min versions bumps were updated using ` _PUB_TEST_SDK_VERSION=3.3.0 dart pub downgrade --tighten`
1 parent e3975a8 commit 6b8b338

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: pkgs/shelf_router_generator/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 1.1.1-wip
22

3+
* Support the latest `package:analyzer` and `package:source_gen`
34
* Require `sdk: ^3.3.0`
45

56
## 1.1.0

Diff for: pkgs/shelf_router_generator/pubspec.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ environment:
1414
sdk: ^3.3.0
1515

1616
dependencies:
17-
analyzer: '>=4.6.0 <7.0.0'
18-
build: ^2.0.0
17+
analyzer: '>=4.6.0 <8.0.0'
18+
build: ^2.2.2
1919
build_config: ^1.0.0
2020
code_builder: ^4.2.0
21-
http_methods: ^1.0.0
21+
http_methods: ^1.1.0
2222
shelf: ^1.1.0
2323
shelf_router: ^1.1.0
24-
source_gen: ^1.0.0
24+
source_gen: ">=1.2.2 <3.0.0"
2525

2626
dev_dependencies:
27-
build_runner: ^2.0.0
27+
build_runner: ^2.1.9
2828
build_verify: ^3.0.0
2929
dart_flutter_team_lints: ^3.0.0
30-
http: '>=0.13.0 <2.0.0'
31-
test: ^1.5.3
30+
http: ^1.0.0
31+
test: ^1.21.0

0 commit comments

Comments
 (0)