Skip to content

Commit 2cd62df

Browse files
committed
chore: dependencies update
- update `@coreui/coreui` to `2.1.0` - sidebar-nav-link-disabled-* - chore: update `react-perfect-scrollbar` to `1.4.2` - chore: update `eslint` to `5.8.0` - chore: update `react` to `16.6.0` - chore: update `react-dom` to `16.6.0`
1 parent 8693743 commit 2cd62df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
"element-closest": "^2.0.2",
4242
"prop-types": "^15.6.2",
4343
"react-onclickout": "^2.0.8",
44-
"react-perfect-scrollbar": "^1.2.2",
44+
"react-perfect-scrollbar": "^1.4.2",
4545
"react-router-dom": "^4.3.1",
4646
"reactstrap": "^6.5.0"
4747
},
4848
"peerDependencies": {
49-
"@coreui/coreui": "^2.0.14",
49+
"@coreui/coreui": "^2.1.0",
5050
"react": "16.x"
5151
},
5252
"devDependencies": {
5353
"babel-eslint": "^10.0.1",
5454
"enzyme": "^3.7.0",
5555
"enzyme-adapter-react-16": "^1.6.0",
56-
"eslint": "^5.6.1",
56+
"eslint": "^5.8.0",
5757
"eslint-plugin-import": "^2.14.0",
5858
"eslint-plugin-react": "^7.11.1",
5959
"nwb": "^0.23.0",
60-
"react": "^16.5.2",
61-
"react-dom": "^16.5.2",
60+
"react": "^16.6.0",
61+
"react-dom": "^16.6.0",
6262
"sinon": "^5.1.1"
6363
},
6464
"repository": {

0 commit comments

Comments
 (0)