Skip to content

Commit 76bd4a7

Browse files
committed
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`
1 parent 3490bba commit 76bd4a7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@
1313
},
1414
"dependencies": {
1515
"@coreui/coreui": "^2.1.9",
16-
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
16+
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.0",
1717
"@coreui/icons": "0.3.0",
18-
"@coreui/react": "~2.1.5",
18+
"@coreui/react": "~2.1.7",
1919
"bootstrap": "^4.3.1",
2020
"chart.js": "^2.8.0",
2121
"classnames": "^2.2.6",
2222
"core-js": "^2.6.5",
2323
"enzyme": "^3.9.0",
24-
"enzyme-adapter-react-16": "^1.11.2",
24+
"enzyme-adapter-react-16": "^1.13.0",
2525
"flag-icon-css": "^3.3.0",
2626
"font-awesome": "^4.7.0",
27-
"node-sass": "^4.11.0",
27+
"node-sass": "^4.12.0",
2828
"prop-types": "^15.7.2",
29-
"react": "^16.8.5",
30-
"react-app-polyfill": "^0.2.2",
31-
"react-chartjs-2": "^2.7.4",
32-
"react-dom": "^16.8.5",
29+
"react": "^16.8.6",
30+
"react-app-polyfill": "^1.0.1",
31+
"react-chartjs-2": "^2.7.6",
32+
"react-dom": "^16.8.6",
3333
"react-router-config": "^4.4.0-beta.8",
3434
"react-router-dom": "~4.3.1",
35-
"react-test-renderer": "^16.8.5",
35+
"react-test-renderer": "^16.8.6",
3636
"reactstrap": "^7.1.0",
3737
"simple-line-icons": "^2.4.1"
3838
},
3939
"devDependencies": {
40-
"react-scripts": "^2.1.8"
40+
"react-scripts": "^3.0.1"
4141
},
4242
"scripts": {
4343
"start": "react-scripts start",
4444
"build": "react-scripts build",
4545
"test": "react-scripts test",
46-
"test:cov": "react-scripts test --coverage",
46+
"test:cov": "npm test -- --coverage --watchAll=false",
4747
"test:debug": "react-scripts --inspect-brk test --runInBand",
4848
"eject": "react-scripts eject"
4949
},

0 commit comments

Comments
 (0)