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

[with-jest] Move jest deps to devDeps (#4650)

This commit is contained in:
Brice BERNARD 2018-06-22 17:12:31 +02:00 committed by Tim Neutkens
parent 3ae9f877a9
commit 0989ecc223

View file

@ -2,13 +2,13 @@
"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"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "22.4.3",
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "1.1.1",
"jest": "22.0.1",