Skip to content

Commit 2adf1f8

Browse files
committed
chore: dependencies update
- update `core-js` to `^2.6.9` - update `react-perfect-scrollbar` to `^1.5.3` - update `reactstrap` to `^8.0.1" - update `babel-eslint` to `^10.0.2` - update `enzyme` to `^3.10.0` - update `enzyme-adapter-react-16` to `^1.14.0` - update `eslint-plugin-import` to `^2.18.2` - update `eslint-plugin-react` to `^7.14.3` - update `react-router-dom` to `^5.0.1` - update `webpack-dev-server` to `^3.7.2`
1 parent 7542c9b commit 2adf1f8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@
3737
"dependencies": {
3838
"@coreui/icons": "0.3.0",
3939
"classnames": "^2.2.6",
40-
"core-js": "^2.6.8",
40+
"core-js": "^2.6.9",
4141
"prop-types": "^15.7.2",
4242
"react-onclickout": "^2.0.8",
43-
"react-perfect-scrollbar": "^1.5.2",
44-
"reactstrap": "^7.1.0"
43+
"react-perfect-scrollbar": "^1.5.3",
44+
"reactstrap": "^8.0.1"
4545
},
4646
"peerDependencies": {
47-
"@coreui/coreui": "^2.1.9",
47+
"@coreui/coreui": "^2.1.12",
4848
"react": "^16.8.6",
49-
"react-router-dom": "^5.0.0"
49+
"react-router-dom": "^5.0.1"
5050
},
5151
"devDependencies": {
52-
"babel-eslint": "^10.0.1",
53-
"enzyme": "^3.9.0",
54-
"enzyme-adapter-react-16": "^1.13.1",
52+
"babel-eslint": "^10.0.2",
53+
"enzyme": "^3.10.0",
54+
"enzyme-adapter-react-16": "^1.14.0",
5555
"eslint": "^5.16.0",
56-
"eslint-plugin-import": "^2.17.2",
57-
"eslint-plugin-react": "^7.13.0",
56+
"eslint-plugin-import": "^2.18.2",
57+
"eslint-plugin-react": "^7.14.3",
5858
"nwb": "^0.23.0",
5959
"react": "^16.8.6",
6060
"react-dom": "^16.8.6",
61-
"react-router-dom": "^5.0.0",
61+
"react-router-dom": "^5.0.1",
6262
"sinon": "^5.1.1",
63-
"webpack-dev-server": "^3.4.1"
63+
"webpack-dev-server": "^3.7.2"
6464
},
6565
"repository": {
6666
"type": "git",

0 commit comments

Comments
 (0)