From 01f35553852ba62880c6841451e2f5be201d1a2f Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 19 May 2020 00:12:29 +0200 Subject: [PATCH] chore: dependencies update - update: `@coreui/coreui` to `^2.1.16` - update: `@coreui/react` to `^2.5.7` - update: `bootstrap` to `^4.5.0` - update: `chart.js` to `^2.9.3` - update: `core-js` to `^3.6.5` - update: `enzyme` to `^3.11.0` - update: `enzyme-adapter-react-16` to `^1.15.2` - update: `flag-icon-css` to `^3.4.6` - update: `node-sass` to `^4.14.1` - update: `react` to `^16.13.1` - update: `react-app-polyfill` to `^1.0.6` - update: `react-chartjs-2` to `^2.9.0` - update: `react-dom` to `^16.13.1` - update: `react-router-config` to `^5.1.1` - update: `react-router-dom` to `^5.2.0` - update: `react-test-renderer` to `^16.13.1` - update: `reactstrap` to `^8.4.1` - update: `react-scripts` to `^3.4.1` --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 9c3c693..a12dbb3 100644 --- a/package.json +++ b/package.json @@ -12,32 +12,32 @@ "url": "git@github.com:coreui/coreui-free-react-admin-template.git" }, "dependencies": { - "@coreui/coreui": "^2.1.12", + "@coreui/coreui": "^2.1.16", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1", "@coreui/icons": "0.3.0", - "@coreui/react": "^2.5.1", - "bootstrap": "^4.3.1", - "chart.js": "^2.8.0", + "@coreui/react": "^2.5.8", + "bootstrap": "^4.5.0", + "chart.js": "^2.9.3", "classnames": "^2.2.6", - "core-js": "^3.1.4", - "enzyme": "^3.10.0", - "enzyme-adapter-react-16": "^1.14.0", - "flag-icon-css": "^3.3.0", + "core-js": "^3.6.5", + "enzyme": "^3.11.0", + "enzyme-adapter-react-16": "^1.15.2", + "flag-icon-css": "^3.4.6", "font-awesome": "^4.7.0", - "node-sass": "^4.12.0", + "node-sass": "^4.14.1", "prop-types": "^15.7.2", - "react": "^16.8.6", - "react-app-polyfill": "^1.0.1", - "react-chartjs-2": "^2.7.6", - "react-dom": "^16.8.6", - "react-router-config": "^5.0.1", - "react-router-dom": "^5.0.1", - "react-test-renderer": "^16.8.6", - "reactstrap": "^8.0.0", + "react": "^16.13.1", + "react-app-polyfill": "^1.0.6", + "react-chartjs-2": "^2.9.0", + "react-dom": "^16.13.1", + "react-router-config": "^5.1.1", + "react-router-dom": "^5.2.0", + "react-test-renderer": "^16.13.1", + "reactstrap": "^8.4.1", "simple-line-icons": "^2.4.1" }, "devDependencies": { - "react-scripts": "^3.0.1" + "react-scripts": "^3.4.1" }, "scripts": { "start": "react-scripts start",