Skip to content

Commit 42afa5e

Browse files
committed
chore: dependencies update
- lock: `react-router-dom` to `~4.3.1` - update `enzyme-adapter-react-16` to `^1.11.2` - update `eslint` to `^5.15.3` - update `react` to `^16.8.5` - update `react-dom` to `^16.8.5`
1 parent ad12b0c commit 42afa5e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@
4141
"prop-types": "^15.7.2",
4242
"react-onclickout": "^2.0.8",
4343
"react-perfect-scrollbar": "^1.4.4",
44-
"react-router-dom": "^4.3.1",
44+
"react-router-dom": "~4.3.1",
4545
"reactstrap": "^7.1.0"
4646
},
4747
"peerDependencies": {
48-
"@coreui/coreui": "^2.1.7",
49-
"react": "16.x"
48+
"@coreui/coreui": "^2.1.9",
49+
"react": "^16.8.5"
5050
},
5151
"devDependencies": {
5252
"babel-eslint": "^10.0.1",
5353
"enzyme": "^3.9.0",
54-
"enzyme-adapter-react-16": "^1.10.0",
55-
"eslint": "^5.15.1",
54+
"enzyme-adapter-react-16": "^1.11.2",
55+
"eslint": "^5.15.3",
5656
"eslint-plugin-import": "^2.16.0",
5757
"eslint-plugin-react": "^7.12.4",
5858
"nwb": "^0.23.0",
59-
"react": "^16.8.3",
60-
"react-dom": "^16.8.3",
59+
"react": "^16.8.5",
60+
"react-dom": "^16.8.5",
6161
"sinon": "^5.1.1"
6262
},
6363
"repository": {

0 commit comments

Comments
 (0)