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:
parent
3490bba27b
commit
76bd4a796e
22
package.json
22
package.json
@ -13,37 +13,37 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@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/react": "~2.1.5",
|
||||
"@coreui/react": "~2.1.7",
|
||||
"bootstrap": "^4.3.1",
|
||||
"chart.js": "^2.8.0",
|
||||
"classnames": "^2.2.6",
|
||||
"core-js": "^2.6.5",
|
||||
"enzyme": "^3.9.0",
|
||||
"enzyme-adapter-react-16": "^1.11.2",
|
||||
"enzyme-adapter-react-16": "^1.13.0",
|
||||
"flag-icon-css": "^3.3.0",
|
||||
"font-awesome": "^4.7.0",
|
||||
"node-sass": "^4.11.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.5",
|
||||
"react-app-polyfill": "^0.2.2",
|
||||
"react-chartjs-2": "^2.7.4",
|
||||
"react-dom": "^16.8.5",
|
||||
"react": "^16.8.6",
|
||||
"react-app-polyfill": "^1.0.1",
|
||||
"react-chartjs-2": "^2.7.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-router-config": "^4.4.0-beta.8",
|
||||
"react-router-dom": "~4.3.1",
|
||||
"react-test-renderer": "^16.8.5",
|
||||
"react-test-renderer": "^16.8.6",
|
||||
"reactstrap": "^7.1.0",
|
||||
"simple-line-icons": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react-scripts": "^2.1.8"
|
||||
"react-scripts": "^3.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"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",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user