Skip to content

Commit 01f3555

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `^2.1.16` - update: `@coreui/react` to `^2.5.7` - update: `bootstrap` to `^4.5.0` - update: `chart.js` to `^2.9.3` - update: `core-js` to `^3.6.5` - update: `enzyme` to `^3.11.0` - update: `enzyme-adapter-react-16` to `^1.15.2` - update: `flag-icon-css` to `^3.4.6` - update: `node-sass` to `^4.14.1` - update: `react` to `^16.13.1` - update: `react-app-polyfill` to `^1.0.6` - update: `react-chartjs-2` to `^2.9.0` - update: `react-dom` to `^16.13.1` - update: `react-router-config` to `^5.1.1` - update: `react-router-dom` to `^5.2.0` - update: `react-test-renderer` to `^16.13.1` - update: `reactstrap` to `^8.4.1` - update: `react-scripts` to `^3.4.1`
1 parent 5e57e2a commit 01f3555

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@
1212
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
1313
},
1414
"dependencies": {
15-
"@coreui/coreui": "^2.1.12",
15+
"@coreui/coreui": "^2.1.16",
1616
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
1717
"@coreui/icons": "0.3.0",
18-
"@coreui/react": "^2.5.1",
19-
"bootstrap": "^4.3.1",
20-
"chart.js": "^2.8.0",
18+
"@coreui/react": "^2.5.8",
19+
"bootstrap": "^4.5.0",
20+
"chart.js": "^2.9.3",
2121
"classnames": "^2.2.6",
22-
"core-js": "^3.1.4",
23-
"enzyme": "^3.10.0",
24-
"enzyme-adapter-react-16": "^1.14.0",
25-
"flag-icon-css": "^3.3.0",
22+
"core-js": "^3.6.5",
23+
"enzyme": "^3.11.0",
24+
"enzyme-adapter-react-16": "^1.15.2",
25+
"flag-icon-css": "^3.4.6",
2626
"font-awesome": "^4.7.0",
27-
"node-sass": "^4.12.0",
27+
"node-sass": "^4.14.1",
2828
"prop-types": "^15.7.2",
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",
33-
"react-router-config": "^5.0.1",
34-
"react-router-dom": "^5.0.1",
35-
"react-test-renderer": "^16.8.6",
36-
"reactstrap": "^8.0.0",
29+
"react": "^16.13.1",
30+
"react-app-polyfill": "^1.0.6",
31+
"react-chartjs-2": "^2.9.0",
32+
"react-dom": "^16.13.1",
33+
"react-router-config": "^5.1.1",
34+
"react-router-dom": "^5.2.0",
35+
"react-test-renderer": "^16.13.1",
36+
"reactstrap": "^8.4.1",
3737
"simple-line-icons": "^2.4.1"
3838
},
3939
"devDependencies": {
40-
"react-scripts": "^3.0.1"
40+
"react-scripts": "^3.4.1"
4141
},
4242
"scripts": {
4343
"start": "react-scripts start",

0 commit comments

Comments
 (0)