Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 98964b9

Browse files
committed
Update unit test dependencies
1 parent 00eb7f8 commit 98964b9

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@
3737
"devDependencies": {
3838
"babel-cli": "^6.5.1",
3939
"babel-eslint": "6.1.2",
40-
"babel-jest": "^13.0.0",
40+
"babel-jest": "^20.0.3",
4141
"babel-preset-es2015": "^6.5.0",
4242
"babel-preset-react": "^6.5.0",
4343
"babel-preset-react-hmre": "^1.1.1",
4444
"babel-preset-stage-0": "^6.5.0",
4545
"babelify": "^7.3.0",
4646
"browserify": "^13.3.0",
4747
"browserify-hmr": "^0.3.5",
48-
"enzyme": "^2.0.0",
48+
"enzyme": "^2.8.2",
4949
"eslint": "^2.13.1",
5050
"eslint-config-rackt": "^1.1.1",
5151
"eslint-plugin-react": "^6.10.3",
5252
"exorcist": "^0.4.0",
53-
"jest": "^13.0.0",
53+
"jest": "^20.0.4",
5454
"lodash.flow": "^3.5.0",
5555
"lodash.map": "^4.6.0",
5656
"lodash.sortby": "^4.7.0",
57-
"react": "^0.14.7",
58-
"react-addons-test-utils": "^0.14.7",
57+
"react": "^15.5.4",
5958
"react-docgen": "^2.15.0",
60-
"react-dom": "^0.14.7",
59+
"react-dom": "^15.5.4",
60+
"react-test-renderer": "^15.5.4",
6161
"scripty": "^1.7.1",
6262
"st": "^1.2.0",
6363
"uglify-js": "^2.7.5",
@@ -87,12 +87,6 @@
8787
"testPathIgnorePatterns": [
8888
"<rootDir>/build/",
8989
"<rootDir>/dist/"
90-
],
91-
"unmockedModulePathPatterns": [
92-
"<rootDir>/node_modules/react",
93-
"<rootDir>/node_modules/prop-types",
94-
"<rootDir>/node_modules/react-addons-test-utils",
95-
"<rootDir>/node_modules/enzyme"
9690
]
9791
}
9892
}

0 commit comments

Comments
 (0)