chore: dependencies update

- update: `@coreui/react` to `~2.1.7`
- update: `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.0`
- update: `enzyme-adapter-react-16` to `^1.13.0`
- update: `node-sass` to `^4.12.0`
- update: `react` to `^16.8.6`
- update: `react-app-polyfill` to `^1.0.1`
- update: `react-chartjs-2` to `^2.7.6`
- update: `react-dom` to `^16.8.6`
- update: `react-test-renderer` to `^16.8.6`
- update: `react-scripts` to `^3.0.1`
This commit is contained in:
xidedix 2019-05-14 19:18:16 +02:00
parent 3490bba27b
commit 76bd4a796e

View File

@ -13,37 +13,37 @@
}, },
"dependencies": { "dependencies": {
"@coreui/coreui": "^2.1.9", "@coreui/coreui": "^2.1.9",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.0",
"@coreui/icons": "0.3.0", "@coreui/icons": "0.3.0",
"@coreui/react": "~2.1.5", "@coreui/react": "~2.1.7",
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"chart.js": "^2.8.0", "chart.js": "^2.8.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"core-js": "^2.6.5", "core-js": "^2.6.5",
"enzyme": "^3.9.0", "enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2", "enzyme-adapter-react-16": "^1.13.0",
"flag-icon-css": "^3.3.0", "flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"node-sass": "^4.11.0", "node-sass": "^4.12.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.8.5", "react": "^16.8.6",
"react-app-polyfill": "^0.2.2", "react-app-polyfill": "^1.0.1",
"react-chartjs-2": "^2.7.4", "react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.5", "react-dom": "^16.8.6",
"react-router-config": "^4.4.0-beta.8", "react-router-config": "^4.4.0-beta.8",
"react-router-dom": "~4.3.1", "react-router-dom": "~4.3.1",
"react-test-renderer": "^16.8.5", "react-test-renderer": "^16.8.6",
"reactstrap": "^7.1.0", "reactstrap": "^7.1.0",
"simple-line-icons": "^2.4.1" "simple-line-icons": "^2.4.1"
}, },
"devDependencies": { "devDependencies": {
"react-scripts": "^2.1.8" "react-scripts": "^3.0.1"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"test:cov": "react-scripts test --coverage", "test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand", "test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },