Skip to content

Commit bf2b6a8

Browse files
committed
chore: dependencies update
- update `react` to `^16.10.1` - update `react-dom` to `^16.10.1` - update `react-router-dom` to `^5.1.2` - update `babel-eslint` to `^10.0.3` - update `eslint-plugin-react` to `^7.15.1` - update `webpack-dev-server` to `^3.8.1`
1 parent 47e94de commit bf2b6a8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -45,22 +45,22 @@
4545
},
4646
"peerDependencies": {
4747
"@coreui/coreui": "^2.1.12",
48-
"react": "^16.8.6",
49-
"react-router-dom": "^5.0.1"
48+
"react": "^16.10.1",
49+
"react-router-dom": "^5.1.2"
5050
},
5151
"devDependencies": {
52-
"babel-eslint": "^10.0.2",
52+
"babel-eslint": "^10.0.3",
5353
"enzyme": "^3.10.0",
5454
"enzyme-adapter-react-16": "^1.14.0",
5555
"eslint": "^5.16.0",
5656
"eslint-plugin-import": "^2.18.2",
57-
"eslint-plugin-react": "^7.14.3",
57+
"eslint-plugin-react": "^7.15.1",
5858
"nwb": "^0.23.0",
59-
"react": "^16.8.6",
60-
"react-dom": "^16.8.6",
61-
"react-router-dom": "^5.0.1",
59+
"react": "^16.10.1",
60+
"react-dom": "^16.10.1",
61+
"react-router-dom": "^5.1.2",
6262
"sinon": "^5.1.1",
63-
"webpack-dev-server": "^3.7.2"
63+
"webpack-dev-server": "^3.8.1"
6464
},
6565
"repository": {
6666
"type": "git",

0 commit comments

Comments
 (0)