Skip to content
/ jest Public
forked from jestjs/jest

Commit 1fcffab

Browse files
Vlad Zhukovcpojer
Vlad Zhukov
authored andcommitted
jest-runtime: move babel-core to peer dependenies (jestjs#4557)
1 parent 80bd4cd commit 1fcffab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/jest-runtime/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"license": "MIT",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"babel-core": "^6.0.0",
1211
"babel-jest": "^21.2.0",
1312
"babel-plugin-istanbul": "^4.0.0",
1413
"chalk": "^2.0.1",
@@ -27,9 +26,13 @@
2726
"yargs": "^9.0.0"
2827
},
2928
"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+
},
3336
"bin": {
3437
"jest-runtime": "./bin/jest-runtime.js"
3538
}

0 commit comments

Comments
 (0)