Skip to content

Commit 2636edd

Browse files
committed
chore: dependencies update
- chore: update `@coreui/coreui` to `2.0.25` - chore: update `chart.js` to `2.7.3` - chore: update `flag-icon-css` to `3.2.1` - chore: update `node-sass` to `4.9.4` - chore: update `react` to `16.6.0` - chore: update `react-dom` to `16.6.0` - chore: update `react-router-config` to `4.4.0-beta.6` - chore: update `react-test-renderer` to `16.6.0` - chore: update `react-scripts` to `2.1.1`
1 parent 71cd428 commit 2636edd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@
1212
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
1313
},
1414
"dependencies": {
15-
"@coreui/coreui": "^2.0.15",
15+
"@coreui/coreui": "^2.0.25",
1616
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1717
"@coreui/icons": "0.3.0",
1818
"@coreui/react": "^2.0.9",
1919
"bootstrap": "^4.1.3",
20-
"chart.js": "^2.7.2",
20+
"chart.js": "^2.7.3",
2121
"classnames": "^2.2.6",
2222
"core-js": "^2.5.7",
2323
"enzyme": "^3.7.0",
2424
"enzyme-adapter-react-16": "^1.6.0",
25-
"flag-icon-css": "^3.2.0",
25+
"flag-icon-css": "^3.2.1",
2626
"font-awesome": "^4.7.0",
27-
"node-sass": "^4.9.3",
27+
"node-sass": "^4.9.4",
2828
"prop-types": "^15.6.2",
29-
"react": "^16.5.2",
29+
"react": "^16.6.0",
3030
"react-app-polyfill": "^0.1.3",
3131
"react-chartjs-2": "^2.7.2",
32-
"react-dom": "^16.5.2",
32+
"react-dom": "^16.6.0",
3333
"react-loadable": "^5.5.0",
34-
"react-router-config": "^4.4.0-beta.1",
34+
"react-router-config": "^4.4.0-beta.6",
3535
"react-router-dom": "^4.3.1",
36-
"react-test-renderer": "^16.5.2",
36+
"react-test-renderer": "^16.6.0",
3737
"reactstrap": "^6.5.0",
3838
"simple-line-icons": "^2.4.1"
3939
},
4040
"devDependencies": {
41-
"react-scripts": "^2.0.4"
41+
"react-scripts": "^2.1.1"
4242
},
4343
"scripts": {
4444
"start": "react-scripts start",

0 commit comments

Comments
 (0)