Skip to content

Commit afbc7d9

Browse files
committed
Revert "jest-runtime: move babel-core to peer dependenies (jestjs#4557)"
This reverts commit 1fcffab.
1 parent ad1d7f7 commit afbc7d9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/jest-runtime/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"license": "MIT",
99
"main": "build/index.js",
1010
"dependencies": {
11+
"babel-core": "^6.0.0",
1112
"babel-jest": "^21.2.0",
1213
"babel-plugin-istanbul": "^4.1.5",
1314
"chalk": "^2.0.1",
@@ -26,13 +27,9 @@
2627
"yargs": "^9.0.0"
2728
},
2829
"devDependencies": {
29-
"babel-core": "^6.0.0",
3030
"jest-environment-jsdom": "^21.2.1",
3131
"jest-environment-node": "^21.2.1"
3232
},
33-
"peerDependencies": {
34-
"babel-core": "^6.0.0 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0"
35-
},
3633
"bin": {
3734
"jest-runtime": "./bin/jest-runtime.js"
3835
}

0 commit comments

Comments
 (0)