Skip to content

Commit

Permalink
Use 'react-test-renderer' package instead of 'react-addons-test-utils'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 11, 2017
1 parent 6fe841c commit 2729346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"jsdom": "^10.0.0",
"mocha": "^3.3.0",
"nyc": "^10.2.0",
"react": "^0.14.9 || ^15.3.0",
"react-addons-test-utils": "^0.14.8 || ^15.3.0",
"react-dom": "^0.14.9 || ^15.3.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"sinon": "^2.1.0",
"webpack": "^2.5.1"
}
Expand Down

0 comments on commit 2729346

Please sign in to comment.