chore: dependencies update

- chore: update `@coreui/coreui` to `2.1.0`
- chore: update `@coreui/react` to `2.1.0`
- chore: update `node-sass` to `4.10.0`
- chore: update `react` to `16.6.1`
- chore: update `react-dom` to `16.6.1`
- chore: update `react-test-renderer` to `16.6.1`
This commit is contained in:
xidedix 2018-11-07 16:56:14 +01:00
parent 3e8763a3ac
commit 6a477beb99

View File

@ -12,10 +12,10 @@
"url": "git@github.com:coreui/coreui-free-react-admin-template.git"
},
"dependencies": {
"@coreui/coreui": "^2.0.25",
"@coreui/coreui": "^2.1.0",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"@coreui/react": "^2.0.9",
"@coreui/react": "^2.1.0",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
@ -24,16 +24,16 @@
"enzyme-adapter-react-16": "^1.6.0",
"flag-icon-css": "^3.2.1",
"font-awesome": "^4.7.0",
"node-sass": "^4.9.4",
"node-sass": "^4.10.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react": "^16.6.1",
"react-app-polyfill": "^0.1.3",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.6.0",
"react-dom": "^16.6.1",
"react-loadable": "^5.5.0",
"react-router-config": "^4.4.0-beta.6",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.6.0",
"react-test-renderer": "^16.6.1",
"reactstrap": "^6.5.0",
"simple-line-icons": "^2.4.1"
},