Skip to content

Commit 02d4648

Browse files
committed
chore: dependencies update
- update `enzyme-adapter-react-16` to `^1.10.0` - update `eslint` to `^5.15.1` - update `react` to `^16.8.3` - update `react-dom` to `^16.8.3`
1 parent 53b7125 commit 02d4648

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"devDependencies": {
5252
"babel-eslint": "^10.0.1",
5353
"enzyme": "^3.9.0",
54-
"enzyme-adapter-react-16": "^1.9.1",
55-
"eslint": "^5.14.1",
54+
"enzyme-adapter-react-16": "^1.10.0",
55+
"eslint": "^5.15.1",
5656
"eslint-plugin-import": "^2.16.0",
5757
"eslint-plugin-react": "^7.12.4",
5858
"nwb": "^0.23.0",
59-
"react": "^16.8.2",
60-
"react-dom": "^16.8.2",
59+
"react": "^16.8.3",
60+
"react-dom": "^16.8.3",
6161
"sinon": "^5.1.1"
6262
},
6363
"repository": {

0 commit comments

Comments
 (0)