Skip to content

Commit

Permalink
Upgrade with-jest dependencies (#5149)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored Sep 12, 2018
1 parent 3f650e1 commit 344d770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "1.0.0",
"dependencies": {
"next": "latest",
"react": "16.4.2",
"react-dom": "16.4.2"
"react": "^16.5.0",
"react-dom": "^16.5.0"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.4.2",
"babel-jest": "^23.6.0",
"enzyme": "3.4.3",
"enzyme-adapter-react-16": "1.2.0",
"jest": "23.5.0",
Expand Down

0 comments on commit 344d770

Please sign in to comment.