Skip to content

Commit 62e3a23

Browse files
author
maiziying
committed
Fixed jest break
1 parent c47601e commit 62e3a23

File tree

2 files changed

+403
-489
lines changed

2 files changed

+403
-489
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,22 @@
3333
"peerDependencies": {
3434
"react": "^16.0.0"
3535
},
36+
"resolutions": {
37+
"babel-core": "7.0.0-bridge.0"
38+
},
3639
"devDependencies": {
3740
"@babel/core": "7.0.0-beta.46",
3841
"@babel/runtime": "7.0.0-beta.46",
3942
"babel-eslint": "^7.2.3",
40-
"babel-jest": "^21.0.2",
43+
"babel-jest": "^23.4.2",
4144
"babel-loader": "^8.0.0",
4245
"babel-plugin-macros": "2.2.1",
4346
"babel-plugin-transform-dynamic-import": "2.0.0",
4447
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
4548
"babel-preset-react-app": "^4.0.0-next.a671462c",
4649
"babili-webpack-plugin": "^0.1.2",
4750
"husky": "^0.14.3",
48-
"jest": "^21.2.0",
51+
"jest": "^23.5.0",
4952
"jimp": "^0.3.9-alpha.0",
5053
"prettier": "^1.11.1",
5154
"prop-types": "^15.5.10",

0 commit comments

Comments
 (0)