From d7fba1a8685591954e045e9735c06e8ad13a7956 Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Tue, 21 Nov 2017 16:58:30 +1000 Subject: [PATCH] Update devDependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 91fd738..e1561c4 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "devDependencies": { "bootstrap": "^4.0.0-beta.2", "eslint-config-jonnybuchanan": "5.0.x", - "nwb": "0.16.x", - "react": "15.x", - "react-dom": "15.x" + "nwb": "0.20.x", + "react": "16.x", + "react-dom": "16.x" }, "author": "Jonny Buchanan ", "homepage": "https://github.com/insin/react-filtered-multiselect",