Skip to content

Commit

Permalink
Update react-tap-event-plugin to 2.0.1
Browse files Browse the repository at this point in the history
... to fix React 15.4.0 compatibility).

[react-v15.4.0](https://facebook.github.io/react/blog/2016/11/16/react-v15.4.0.html) broke `react-tap-event-plugin@v1`, which got updated to 2.0.1. just now at zilverline/react-tap-event-plugin#82. See the change set here: https://github.com/zilverline/react-tap-event-plugin/pull/82/files. It only changes the paths to `react-dom`.

https://www.npmjs.com/package/react-tap-event-plugin

Update React too for correct peer deps

Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
  • Loading branch information
rnmaster37 committed Nov 30, 2016
1 parent 7165b7c commit b78a325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"inflection": "~1.10.0",
"lodash.debounce": "~4.0.8",
"lodash.get": "~4.4.2",
"material-ui": "0.16.1",
"material-ui": "~0.16.1",
"quill": "~1.1.5",
"react": "~15.3.2",
"react-dom": "~15.3.2",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-redux": "~4.4.5",
"react-router": "~2.8.1",
"react-router-redux": "~4.0.6",
"react-tap-event-plugin": "~1.0.0",
"react-tap-event-plugin": "~2.0.0",
"redux": "~3.6.0",
"redux-form": "~6.1.0",
"redux-saga": "~0.12.0"
Expand Down

0 comments on commit b78a325

Please sign in to comment.