Skip to content

Commit

Permalink
Update react-router-redux to v5.0.0.alpha-8
Browse files Browse the repository at this point in the history
  • Loading branch information
llh911001 committed Oct 20, 2017
1 parent 0b2cefd commit c55446c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [v0.2.10](https://github.com/mirrorjs/mirror/compare/v0.2.9...v0.2.10)

> 2017-10-20
* Update react-router-redux to v5.0.0.alpha-8

## [v0.2.9](https://github.com/mirrorjs/mirror/compare/v0.2.7...v0.2.9)

> 2017-10-19
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirrorx",
"version": "0.2.9",
"version": "0.2.10",
"description": "A React framework with minimal API and zero boilerplate.",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.6",
"react-router-redux": "^5.0.0-alpha.8",
"redux": "^3.6.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3631,9 +3631,9 @@ react-router-dom@^4.2.2:
react-router "^4.2.0"
warning "^3.0.0"

react-router-redux@^5.0.0-alpha.6:
version "5.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/react-router-redux/-/react-router-redux-5.0.0-alpha.6.tgz#7418663c2ecd3c51be856fcf28f3d1deecc1a576"
react-router-redux@^5.0.0-alpha.8:
version "5.0.0-alpha.8"
resolved "https://registry.yarnpkg.com/react-router-redux/-/react-router-redux-5.0.0-alpha.8.tgz#5242c705730b2ac862aff7a8e90f870d0cf45e12"
dependencies:
history "^4.7.2"
prop-types "^15.6.0"
Expand Down

0 comments on commit c55446c

Please sign in to comment.