From 3822d4b005822f252bbb5c70e3d052f9620b110b Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Mon, 6 Aug 2018 15:16:17 -0400 Subject: [PATCH] upgrade react, webpack inline source, html plugin --- client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index 1fd34542..36b2abcc 100644 --- a/client/package.json +++ b/client/package.json @@ -43,7 +43,7 @@ "mouse-pressed": "^1.0.0", "orbit-camera": "^1.0.0", "query-string": "^5.0.0", - "react": "^16.4.1", + "react": "^16.4.2", "react-autocomplete": "^1.7.2", "react-dom": "^16.4.1", "react-helmet": "^5.2.0", @@ -92,8 +92,8 @@ "file-loader": "^0.9.0", "filesize": "^3.3.0", "gzip-size": "^3.0.0", - "html-webpack-inline-source-plugin": "0.0.6", - "html-webpack-plugin": "^2.22.0", + "html-webpack-inline-source-plugin": "0.0.10", + "html-webpack-plugin": "^3.2.0", "jest": "^23.4.1", "jsdom": "^9.4.1", "json-loader": "^0.5.4",