1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix with-jest example (#4278)

Fixes #4263
This commit is contained in:
Tim Neutkens 2018-05-05 05:36:59 -07:00 committed by GitHub
parent 22005080bc
commit 6bc363e615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
"name": "with-jest",
"version": "1.0.0",
"dependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "22.4.3",
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"