Skip to content

Commit 0989ecc

Browse files
brikoutimneutkens
authored andcommitted
[with-jest] Move jest deps to devDeps (#4650)
1 parent 3ae9f87 commit 0989ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/with-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "with-jest",
33
"version": "1.0.0",
44
"dependencies": {
5-
"babel-core": "7.0.0-bridge.0",
6-
"babel-jest": "22.4.3",
75
"next": "latest",
86
"react": "16.2.0",
97
"react-dom": "16.2.0"
108
},
119
"devDependencies": {
10+
"babel-core": "7.0.0-bridge.0",
11+
"babel-jest": "22.4.3",
1212
"enzyme": "3.2.0",
1313
"enzyme-adapter-react-16": "1.1.1",
1414
"jest": "22.0.1",

0 commit comments

Comments
 (0)