Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #162

Merged
merged 2 commits into from
Oct 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.2

- Support the latest release of `package:built_value`,
`package:quiver`, and `package:source_gen`.

## 3.0.1

- Support the latest release of `package:build`.
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pageloader

version: 3.0.1
version: 3.0.2

authors:
- Marc Fisher II (emeritus) <fisherii@google.com>
Expand All @@ -14,15 +14,15 @@ description:
homepage: https://github.com/google/pageloader

environment:
sdk: '>=2.0.0-dev.65 <3.0.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove all of the -dev while you're at it

sdk: '>=2.0.0 <3.0.0'

dependencies:
build: '>0.12.7 <2.0.0'
build_config: ^0.3.1
built_value: ^5.1.0
built_value: ^6.1.0
matcher: ^0.12.0+1
quiver: '>=0.29.0 <3.0.0'
source_gen: ^0.9.0
quiver: '>=2.0.0 <3.0.0'
source_gen: ^0.9.1+3
webdriver: ^2.0.0

dev_dependencies:
Expand Down