From c86088837295102dcddd4a9faa75235bb93ac807 Mon Sep 17 00:00:00 2001 From: xidedix Date: Thu, 21 Feb 2019 18:05:27 +0100 Subject: [PATCH 1/3] chore: dependencies update - update: `@coreui/coreui` to `^2.1.7` - update: `@coreui/react` to `^2.1.4` - update: `bootstrap` to `^4.3.1` - update: `core-js` to `^2.6.5` - update: `enzyme` to `^3.9.0` - update: `enzyme-adapter-react-16` to `^1.9.1` - update: `prop-types` to `^15.7.2` - update: `react` to `^16.8.2` - update: `react-app-polyfill` to `^0.2.1` - update: `react-dom` to `^16.8.2` - update: `react-test-renderer` to `^16.8.2` - update: `reactstrap` to `^7.1.0` - update: `react-scripts` to `2.1.5` --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 2155dff52..d259c4034 100644 --- a/package.json +++ b/package.json @@ -12,33 +12,33 @@ "url": "git@github.com:coreui/coreui-free-react-admin-template.git" }, "dependencies": { - "@coreui/coreui": "^2.1.5", + "@coreui/coreui": "^2.1.7", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/icons": "0.3.0", - "@coreui/react": "^2.1.3", - "bootstrap": "^4.2.1", + "@coreui/react": "^2.1.4", + "bootstrap": "^4.3.1", "chart.js": "^2.7.3", "classnames": "^2.2.6", - "core-js": "^2.6.1", - "enzyme": "^3.8.0", - "enzyme-adapter-react-16": "^1.7.1", + "core-js": "^2.6.5", + "enzyme": "^3.9.0", + "enzyme-adapter-react-16": "^1.9.1", "flag-icon-css": "^3.2.1", "font-awesome": "^4.7.0", "node-sass": "^4.11.0", - "prop-types": "^15.6.2", - "react": "^16.7.0", - "react-app-polyfill": "^0.2.0", + "prop-types": "^15.7.2", + "react": "^16.8.2", + "react-app-polyfill": "^0.2.1", "react-chartjs-2": "^2.7.4", - "react-dom": "^16.7.0", + "react-dom": "^16.8.2", "react-loadable": "^5.5.0", "react-router-config": "^4.4.0-beta.6", "react-router-dom": "^4.3.1", - "react-test-renderer": "^16.7.0", - "reactstrap": "^7.0.2", + "react-test-renderer": "^16.8.2", + "reactstrap": "^7.1.0", "simple-line-icons": "^2.4.1" }, "devDependencies": { - "react-scripts": "2.1.3" + "react-scripts": "2.1.5" }, "scripts": { "start": "react-scripts start", From 4af6e9b25e6a623e30730043d90bdf8eab7cd19b Mon Sep 17 00:00:00 2001 From: xidedix Date: Thu, 21 Feb 2019 18:06:39 +0100 Subject: [PATCH 2/3] refactor(DefaultHeader): Dashboard router link --- src/containers/DefaultLayout/DefaultHeader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/DefaultLayout/DefaultHeader.js b/src/containers/DefaultLayout/DefaultHeader.js index f4d856b4f..90e341967 100644 --- a/src/containers/DefaultLayout/DefaultHeader.js +++ b/src/containers/DefaultLayout/DefaultHeader.js @@ -30,7 +30,7 @@ class DefaultHeader extends Component {