From f6a710ffd6996c9b6b026b8eebed6ff390757fe1 Mon Sep 17 00:00:00 2001 From: xidedix Date: Mon, 14 Dec 2020 18:04:35 +0100 Subject: [PATCH] chore: React 17 and dependencies update --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fe2515976..cf2bee49c 100644 --- a/package.json +++ b/package.json @@ -27,25 +27,25 @@ "@coreui/coreui": "^3.4.0", "@coreui/icons": "^2.0.0-rc.0", "@coreui/icons-react": "^1.0.2", - "@coreui/react": "^3.3.4", + "@coreui/react": "^3.4.0", "@coreui/react-chartjs": "^1.0.1", "@coreui/utils": "^1.3.1", "classnames": "^2.2.6", - "core-js": "^3.8.0", + "core-js": "^3.8.1", "enzyme": "^3.11.0", - "enzyme-adapter-react-16": "^1.15.5", + "@wojtekmaj/enzyme-adapter-react-17": "^0.3.2", "node-sass": "^4.14.1", "prop-types": "^15.7.2", - "react": "^16.14.0", + "react": "^17.0.1", "react-app-polyfill": "^2.0.0", - "react-dom": "^16.14.0", + "react-dom": "^17.0.1", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "redux": "4.0.5" }, "devDependencies": { "auto-changelog": "~2.2.1", - "react-scripts": "~4.0.1" + "react-scripts": "^4.0.1" }, "scripts": { "start": "react-scripts start",