Skip to content

Commit

Permalink
Fix version of react and react-dom in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 15, 2018
1 parent 053a49b commit 47250fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.0",
"react": ">=15.5",
"react-dom": ">=15.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-pdf": "latest"
},
"devDependencies": {
Expand Down

0 comments on commit 47250fd

Please sign in to comment.