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

Add BuiltReduxUiComponent #118

Merged
merged 18 commits into from
Dec 6, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into add_built_redux_s…
…upport/dev

# Conflicts:
#	pubspec.yaml
jacehensley-wf committed Nov 20, 2017

Verified

This commit was signed with the committer’s verified signature.
commit b79e618cc894e7b2e5b53b08d9f6cf1eebc8192e
19 changes: 10 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -8,9 +8,10 @@ environment:
sdk: ">=1.24.2"
dependencies:
analyzer: ">=0.30.0 <0.31.0"
barback: "^0.15.0"
barback: ^0.15.0
built_redux: ">=6.1.0 < 8.0.0"
js: "^0.6.0"
built_value: ^4.2.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this dependency needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm I guess it's only needed for tests, will move

js: ^0.6.0
logging: ">=0.11.3+1 <1.0.0"
meta: ^1.0.4
path: ^1.4.1
@@ -23,14 +24,14 @@ dependencies:
quiver: ">=0.21.4 <0.26.0"
dev_dependencies:
build_runner: ^0.5.0
built_value: ^4.2.0
built_value_generator: ^4.2.0
matcher: ">=0.11.0 <0.13.0"
coverage: "^0.7.2"
dart_dev: "^1.7.6"
mockito: "^0.11.0"
over_react_test: "^1.2.0"
test: "^0.12.24"
coverage: ^0.7.2
dart_dev: ^1.7.6
dependency_validator: ^1.0.0
mockito: ^0.11.0
over_react_test: ^1.2.0
source_gen: ^0.7.2+1
test: ^0.12.24

transformers:
- over_react:
You are viewing a condensed version of this merge commit. You can view the full changes here.