Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
llh911001 committed Aug 1, 2017
1 parent 160a909 commit 5aa1425
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 65 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirrorx",
"version": "0.1.4",
"version": "0.1.5",
"description": "A React framework with minimal API and zero boilerplate.",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"history": "^4.6.1",
"prop-types": "^15.5.10",
"react-redux": "^4.0.0",
"react-redux": "^5.0.0",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
Expand All @@ -53,7 +53,7 @@
"jest": "^20.0.4",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"webpack": "^2.6.0"
"webpack": "^3.4.0"
},
"files": [
"lib/",
Expand Down
Loading

0 comments on commit 5aa1425

Please sign in to comment.