From 64038df9669f7f7710a57a5719df73bb1eb4d7a4 Mon Sep 17 00:00:00 2001 From: Zack Jackson Date: Wed, 19 Feb 2020 15:57:52 -0800 Subject: [PATCH] fix(deps): update dependency react-scripts to v3.4.0 --- manual/website4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/website4/package.json b/manual/website4/package.json index b82ead1d..618238b0 100644 --- a/manual/website4/package.json +++ b/manual/website4/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^7.1.2", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "3.3.1" + "react-scripts": "3.4.0" }, "scripts": { "start": "react-scripts start",