File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 26
26
([ #4599 ] ( https://github.com/facebook/jest/pull/4599 ) )
27
27
* ` [jest-runtime] ` Fix manual user mocks not working with custom resolver
28
28
([ #4489 ] ( https://github.com/facebook/jest/pull/4489 ) )
29
- * ` [jest-runtime] ` Move ` babel-core ` to peer dependencies so it works with Babel
30
- 7 ([ #4557 ] ( https://github.com/facebook/jest/pull/4557 ) )
31
29
* ` [jest-util] ` Fix ` runOnlyPendingTimers ` for ` setTimeout ` inside
32
30
` setImmediate ` ([ #4608 ] ( https://github.com/facebook/jest/pull/4608 ) )
33
31
* ` [jest-message-util] ` Always remove node internals from stacktraces
Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"main" : " build/index.js" ,
10
10
"dependencies" : {
11
+ "babel-core" : " ^6.0.0" ,
11
12
"babel-jest" : " ^21.2.0" ,
12
13
"babel-plugin-istanbul" : " ^4.1.5" ,
13
14
"chalk" : " ^2.0.1" ,
26
27
"yargs" : " ^9.0.0"
27
28
},
28
29
"devDependencies" : {
29
- "babel-core" : " ^6.0.0" ,
30
30
"jest-environment-jsdom" : " ^21.2.1" ,
31
31
"jest-environment-node" : " ^21.2.1"
32
32
},
33
- "peerDependencies" : {
34
- "babel-core" : " ^6.0.0 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0"
35
- },
36
33
"bin" : {
37
34
"jest-runtime" : " ./bin/jest-runtime.js"
38
35
}
You can’t perform that action at this time.
0 commit comments