Skip to content

Commit 419348f

Browse files
committed
remove unnecessary deps
1 parent 104cbf2 commit 419348f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"devDependencies": {
3030
"babel-cli": "^6.1.18",
3131
"babel-eslint": "^4.1.5",
32-
"babel-jest": "^9.0.3",
3332
"babel-loader": "~6.2.4",
3433
"babel-plugin-syntax-class-properties": "^6.1.18",
3534
"babel-plugin-transform-class-properties": "^6.1.20",
@@ -38,7 +37,6 @@
3837
"babel-preset-stage-0": "^6.1.18",
3938
"chai": "~3.5.0",
4039
"eslint": "^1.9.0",
41-
"jest-cli": "^0.9.2",
4240
"karma": "~0.13.22",
4341
"karma-chai": "~0.1.0",
4442
"karma-mocha": "~0.2.2",
@@ -51,17 +49,9 @@
5149
"react": "^0.14.7",
5250
"react-addons-test-utils": "^0.14.7",
5351
"react-dom": "^0.14.7",
54-
"sinon": "~1.17.3",
5552
"webpack": "~1.12.14"
5653
},
5754
"dependencies": {
5855
"hoist-non-react-statics": "^1.0.3"
59-
},
60-
"jest": {
61-
"unmockedModulePathPatterns": [
62-
"<rootDir>/node_modules/react",
63-
"<rootDir>/node_modules/react-dom",
64-
"<rootDir>/node_modules/react-addons-test-utils"
65-
]
6656
}
6757
}

0 commit comments

Comments
 (0)