Skip to content

Commit

Permalink
test: fix enzyme react 15.5 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed May 31, 2017
1 parent 72db741 commit 0c98396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
},
"devDependencies": {
"coveralls": "^2.11.15",
"enzyme": "^2.7.0",
"enzyme-to-json": "^1.4.5",
"enzyme": "^2.8.0",
"enzyme-to-json": "^1.5.1",
"jest": "^18.1.0",
"pre-commit": "1.x",
"rc-tools": "6.x",
"react": "^15.2.1",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.2.1"
"react-dom": "^15.2.1",
"react-test-renderer": "^15.5.4"
},
"pre-commit": [
"lint"
Expand Down

0 comments on commit 0c98396

Please sign in to comment.