Skip to content

Commit

Permalink
Upgrade react-transform-hmr to avoid array.find failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Mar 21, 2016
1 parent f10c948 commit 452fceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-cli": "^6.5.1",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
Expand All @@ -52,7 +52,7 @@
"react": "^0.14.7",
"react-addons-update": "^0.14.7",
"react-dom": "^0.14.7",
"react-transform-hmr": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"resolve-url-loader": "^1.4.3",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
Expand Down

0 comments on commit 452fceb

Please sign in to comment.