From 8b65e3973df215ea70c64af1d128dba21c22489c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 18:51:27 +0000 Subject: [PATCH] fix(package): update react-scripts to version 3.4.0 Closes #67 --- examples/react-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-redux/package.json b/examples/react-redux/package.json index 7631ad5..0792065 100644 --- a/examples/react-redux/package.json +++ b/examples/react-redux/package.json @@ -8,7 +8,7 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-redux": "^5.0.7", - "react-scripts": "3.0.1", + "react-scripts": "3.4.0", "redux": "^4.0.1" }, "scripts": {