Skip to content

Commit 37be56a

Browse files
committed
chore: dependencies update
- chore: update `enzyme-adapter-react-16` to `1.7.0` - chore: update `react` to `16.6.3` - chore: update `react-dom` to `16.6.3` - chore: update `react-test-renderer` to `16.6.3`
1 parent c9f9bfd commit 37be56a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
##### `v2.1.1`
4+
- chore: update `enzyme-adapter-react-16` to `1.7.0`
5+
- chore: update `react` to `16.6.3`
6+
- chore: update `react-dom` to `16.6.3`
7+
- chore: update `react-test-renderer` to `16.6.3`
8+
9+
310
##### `v2.1.0`
411
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
512
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"classnames": "^2.2.6",
2222
"core-js": "^2.5.7",
2323
"enzyme": "^3.7.0",
24-
"enzyme-adapter-react-16": "^1.6.0",
24+
"enzyme-adapter-react-16": "^1.7.0",
2525
"flag-icon-css": "^3.2.1",
2626
"font-awesome": "^4.7.0",
2727
"node-sass": "^4.10.0",
2828
"prop-types": "^15.6.2",
29-
"react": "^16.6.1",
29+
"react": "^16.6.3",
3030
"react-app-polyfill": "^0.1.3",
3131
"react-chartjs-2": "^2.7.2",
32-
"react-dom": "^16.6.1",
32+
"react-dom": "^16.6.3",
3333
"react-loadable": "^5.5.0",
3434
"react-router-config": "^4.4.0-beta.6",
3535
"react-router-dom": "^4.3.1",
36-
"react-test-renderer": "^16.6.1",
36+
"react-test-renderer": "^16.6.3",
3737
"reactstrap": "^6.5.0",
3838
"simple-line-icons": "^2.4.1"
3939
},

0 commit comments

Comments
 (0)