From d1dc6eb800b2639751c364ac6b2e38f8e4f79c91 Mon Sep 17 00:00:00 2001 From: Anton Bracke Date: Fri, 28 May 2021 14:42:46 +0200 Subject: [PATCH] chore: update dependencies --- webui/package.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/webui/package.json b/webui/package.json index c3b19af..ab7a316 100644 --- a/webui/package.json +++ b/webui/package.json @@ -3,12 +3,12 @@ "version": "0.1.0", "private": true, "dependencies": { - "react": "^16.11.0", - "react-dom": "^16.11.0", - "react-modal": "^3.11.1", - "react-router-dom": "^5.1.2", - "react-scripts": "0.9.5", - "react-toastify": "^5.5.0" + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-modal": "^3.13.1", + "react-router-dom": "^5.2.0", + "react-scripts": "4.0.3", + "react-toastify": "^7.0.4" }, "devDependencies": {}, "scripts": { @@ -16,5 +16,17 @@ "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] } }