Skip to content

Commit

Permalink
shelf_router_generator: bump dependencies (#464)
Browse files Browse the repository at this point in the history
The min versions bumps were updated using
` _PUB_TEST_SDK_VERSION=3.3.0 dart pub downgrade  --tighten`
  • Loading branch information
kevmoo authored Dec 18, 2024
1 parent e3975a8 commit 6b8b338
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions pkgs/shelf_router_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.1.1-wip

* Support the latest `package:analyzer` and `package:source_gen`
* Require `sdk: ^3.3.0`

## 1.1.0
Expand Down
14 changes: 7 additions & 7 deletions pkgs/shelf_router_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ environment:
sdk: ^3.3.0

dependencies:
analyzer: '>=4.6.0 <7.0.0'
build: ^2.0.0
analyzer: '>=4.6.0 <8.0.0'
build: ^2.2.2
build_config: ^1.0.0
code_builder: ^4.2.0
http_methods: ^1.0.0
http_methods: ^1.1.0
shelf: ^1.1.0
shelf_router: ^1.1.0
source_gen: ^1.0.0
source_gen: ">=1.2.2 <3.0.0"

dev_dependencies:
build_runner: ^2.0.0
build_runner: ^2.1.9
build_verify: ^3.0.0
dart_flutter_team_lints: ^3.0.0
http: '>=0.13.0 <2.0.0'
test: ^1.5.3
http: ^1.0.0
test: ^1.21.0

0 comments on commit 6b8b338

Please sign in to comment.