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`
This commit is contained in:
xidedix 2018-11-19 16:49:01 +01:00
parent c9f9bfdff9
commit 37be56a034
2 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
##### `v2.1.1`
- 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`
##### `v2.1.0` ##### `v2.1.0`
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming: - feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc... - valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...

View File

@ -21,19 +21,19 @@
"classnames": "^2.2.6", "classnames": "^2.2.6",
"core-js": "^2.5.7", "core-js": "^2.5.7",
"enzyme": "^3.7.0", "enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0", "enzyme-adapter-react-16": "^1.7.0",
"flag-icon-css": "^3.2.1", "flag-icon-css": "^3.2.1",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"node-sass": "^4.10.0", "node-sass": "^4.10.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.6.1", "react": "^16.6.3",
"react-app-polyfill": "^0.1.3", "react-app-polyfill": "^0.1.3",
"react-chartjs-2": "^2.7.2", "react-chartjs-2": "^2.7.2",
"react-dom": "^16.6.1", "react-dom": "^16.6.3",
"react-loadable": "^5.5.0", "react-loadable": "^5.5.0",
"react-router-config": "^4.4.0-beta.6", "react-router-config": "^4.4.0-beta.6",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1",
"react-test-renderer": "^16.6.1", "react-test-renderer": "^16.6.3",
"reactstrap": "^6.5.0", "reactstrap": "^6.5.0",
"simple-line-icons": "^2.4.1" "simple-line-icons": "^2.4.1"
}, },