Skip to content

Commit 2832b15

Browse files
committed
chore: dependencies update
- update `react-perfect-scrollbar` to `^1.5.2` - update `enzyme-adapter-react-16` to `^1.13.0` - update `eslint` to `^5.16.0` - update `eslint-plugin-import` to `^2.17.2` - update `eslint-plugin-react` to `^7.13.0` - update `react` to `^16.8.6` - update `react-dom` to `^16.8.6`
1 parent 1a0e97f commit 2832b15

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,26 @@
4040
"core-js": "^2.6.5",
4141
"prop-types": "^15.7.2",
4242
"react-onclickout": "^2.0.8",
43-
"react-perfect-scrollbar": "^1.4.4",
43+
"react-perfect-scrollbar": "^1.5.2",
4444
"react-router-dom": "~4.3.1",
4545
"reactstrap": "^7.1.0"
4646
},
4747
"peerDependencies": {
4848
"@coreui/coreui": "^2.1.9",
49-
"react": "^16.8.5"
49+
"react": "^16.8.6"
5050
},
5151
"devDependencies": {
5252
"babel-eslint": "^10.0.1",
5353
"enzyme": "^3.9.0",
54-
"enzyme-adapter-react-16": "^1.11.2",
55-
"eslint": "^5.15.3",
56-
"eslint-plugin-import": "^2.16.0",
57-
"eslint-plugin-react": "^7.12.4",
54+
"enzyme-adapter-react-16": "^1.13.0",
55+
"eslint": "^5.16.0",
56+
"eslint-plugin-import": "^2.17.2",
57+
"eslint-plugin-react": "^7.13.0",
5858
"nwb": "^0.23.0",
59-
"react": "^16.8.5",
60-
"react-dom": "^16.8.5",
61-
"sinon": "^5.1.1"
59+
"react": "^16.8.6",
60+
"react-dom": "^16.8.6",
61+
"sinon": "^5.1.1",
62+
"webpack-dev-server": "~3.3.1"
6263
},
6364
"repository": {
6465
"type": "git",

0 commit comments

Comments
 (0)