Skip to content

Commit 50eff2a

Browse files
authored
Merge pull request #117 from coreui/dev-vnext
- chore: update `@coreui/coreui` to `^2.0.14` - chore: update `@coreui/react` to `^2.0.6` - chore: update `enzyme` to `^3.6.0` - chore: update `enzyme-adapter-react-16` to `^1.5.0` - chore: update `flag-icon-css` to `^3.2.0` - chore: update `react` to `^16.5.2` - chore: update `react-dom` to `^16.5.2` - chore: update `react-router-config` to `^4.4.0-beta.1` - chore: update `react-test-renderer` to `^16.5.2` - chore: update `babel-jest` to `^23.6.0`
2 parents 7542458 + e6a32ae commit 50eff2a

File tree

3 files changed

+135
-153
lines changed

3 files changed

+135
-153
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
22

3+
##### `v2.0.10`
4+
- chore: update `@coreui/coreui` to `^2.0.14`
5+
- chore: update `@coreui/react` to `^2.0.6`
6+
- chore: update `enzyme` to `^3.6.0`
7+
- chore: update `enzyme-adapter-react-16` to `^1.5.0`
8+
- chore: update `flag-icon-css` to `^3.2.0`
9+
- chore: update `react` to `^16.5.2`
10+
- chore: update `react-dom` to `^16.5.2`
11+
- chore: update `react-router-config` to `^4.4.0-beta.1`
12+
- chore: update `react-test-renderer` to `^16.5.2`
13+
- chore: update `babel-jest` to `^23.6.0`
14+
315
##### `v2.0.9`
416
- chore: update `@coreui/icons` to `0.3.0`
517
- refactor(CoreUIIcons): move to `@coreui/icons v0.3.0`

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-react-admin-template",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "https://coreui.io",
@@ -12,31 +12,31 @@
1212
"url": "[email protected]:coreui/coreui-free-react-admin-template.git"
1313
},
1414
"dependencies": {
15-
"@coreui/coreui": "^2.0.4",
15+
"@coreui/coreui": "^2.0.14",
1616
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1717
"@coreui/icons": "0.3.0",
18-
"@coreui/react": "^2.0.5",
18+
"@coreui/react": "^2.0.6",
1919
"bootstrap": "^4.1.3",
2020
"chart.js": "^2.7.2",
2121
"classnames": "^2.2.6",
2222
"core-js": "^2.5.7",
23-
"enzyme": "^3.5.0",
24-
"enzyme-adapter-react-16": "^1.3.1",
25-
"flag-icon-css": "^3.0.0",
23+
"enzyme": "^3.6.0",
24+
"enzyme-adapter-react-16": "^1.5.0",
25+
"flag-icon-css": "^3.2.0",
2626
"font-awesome": "^4.7.0",
2727
"prop-types": "^15.6.2",
28-
"react": "^16.4.2",
28+
"react": "^16.5.2",
2929
"react-chartjs-2": "^2.7.2",
30-
"react-dom": "^16.4.2",
30+
"react-dom": "^16.5.2",
3131
"react-loadable": "^5.5.0",
32-
"react-router-config": "^1.0.0-beta.4",
32+
"react-router-config": "^4.4.0-beta.1",
3333
"react-router-dom": "^4.3.1",
34-
"react-test-renderer": "^16.4.2",
34+
"react-test-renderer": "^16.5.2",
3535
"reactstrap": "^6.4.0",
3636
"simple-line-icons": "^2.4.1"
3737
},
3838
"devDependencies": {
39-
"babel-jest": "^23.4.2",
39+
"babel-jest": "^23.6.0",
4040
"node-sass-chokidar": "^1.3.0",
4141
"npm-run-all": "^4.1.3",
4242
"react-scripts": "^1.1.5"

0 commit comments

Comments
 (0)