Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32c3d7d

Browse files
committedFeb 21, 2019
chore: dependencies update
- update `@coreui/coreui` to `^2.1.7` - update `core-js` to `^2.6.5` - update `prop-types` to `^15.7.2` - update `reactstrap` to `^7.1.0` - update `enzyme` to `^3.9.0` - update `enzyme-adapter-react-16` to `^1.9.1` - update `eslint` to `^5.14.1` - update `eslint-plugin-import` to `^2.16.0` - update `eslint-plugin-react` to `^7.12.4` - update `react` to `^16.8.2` - update `react-dom` to `^16.8.2`
1 parent 208ab07 commit 32c3d7d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@
3737
"dependencies": {
3838
"@coreui/icons": "0.3.0",
3939
"classnames": "^2.2.6",
40-
"core-js": "^2.6.1",
41-
"prop-types": "^15.6.2",
40+
"core-js": "^2.6.5",
41+
"prop-types": "^15.7.2",
4242
"react-onclickout": "^2.0.8",
4343
"react-perfect-scrollbar": "^1.4.4",
4444
"react-router-dom": "^4.3.1",
45-
"reactstrap": "^7.0.2"
45+
"reactstrap": "^7.1.0"
4646
},
4747
"peerDependencies": {
48-
"@coreui/coreui": "^2.1.5",
48+
"@coreui/coreui": "^2.1.7",
4949
"react": "16.x"
5050
},
5151
"devDependencies": {
5252
"babel-eslint": "^10.0.1",
53-
"enzyme": "^3.8.0",
54-
"enzyme-adapter-react-16": "^1.7.1",
55-
"eslint": "^5.12.0",
56-
"eslint-plugin-import": "^2.14.0",
57-
"eslint-plugin-react": "^7.12.3",
53+
"enzyme": "^3.9.0",
54+
"enzyme-adapter-react-16": "^1.9.1",
55+
"eslint": "^5.14.1",
56+
"eslint-plugin-import": "^2.16.0",
57+
"eslint-plugin-react": "^7.12.4",
5858
"nwb": "^0.23.0",
59-
"react": "^16.7.0",
60-
"react-dom": "^16.7.0",
59+
"react": "^16.8.2",
60+
"react-dom": "^16.8.2",
6161
"sinon": "^5.1.1"
6262
},
6363
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.