Skip to content

Commit

Permalink
Bumped shelf_router_generator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed May 22, 2019
1 parent 7622006 commit 26e888f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions pkgs/shelf_router_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.7.1

* Bumped dependencies.

## v0.7.0+1

* Updated `README.md` with references to package `build_runner`.
Expand Down
8 changes: 4 additions & 4 deletions pkgs/shelf_router_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shelf_router_generator
version: 0.7.0+1
version: 0.7.1
authors:
- Jonas Finnemann Jensen <[email protected]>
description: |
Expand All @@ -10,9 +10,9 @@ repository: https://github.com/google/dart-neats.git
issue_tracker: https://github.com/google/dart-neats/labels/pkg:shelf_router_generator
dependencies:
build: ^1.0.0
build_config: ^0.3.1
build_config: '>= 0.3.1 <= 0.5.0'
source_gen: ^0.9.1
analyzer: ^0.35.0
analyzer: '>=0.35.0 <= 0.37.0'
shelf_router: ^0.7.0
code_builder: ^3.2.0
shelf: ^0.7.3
Expand All @@ -22,7 +22,7 @@ dev_dependencies:
test: ^1.5.3
http: ^0.12.0+1
build_verify: ^1.1.1
build_runner: ^1.2.8
build_runner: ^1.4.0
pedantic: ^1.4.0
environment:
sdk: '>=2.0.0 <3.0.0'

0 comments on commit 26e888f

Please sign in to comment.