From 40529ea27d56bf646c6a5a16de853d65622fa4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pete=20Nyk=C3=A4nen?= Date: Thu, 17 Nov 2016 15:10:15 +0200 Subject: [PATCH] Update react-tap-event-plugin to 2.0.1 ... 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 https://github.com/zilverline/react-tap-event-plugin/pull/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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a596ee199d6..89828b7dbc3 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "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"