Skip to content

Commit 25bcc94

Browse files
authored
fix(jest-config): add missing @babel/core dependency (#12216)
1 parent 0f99ff5 commit 25bcc94

File tree

3 files changed

+675
-666
lines changed

3 files changed

+675
-666
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@
88

99
### Performance
1010

11+
## 27.4.7
12+
13+
### Fixes
14+
15+
- `jest-config` Add missing `@babel/core` dependency ([#12216](https://github.com/facebook/jest/pull/12216))
16+
1117
## 27.4.6
1218

1319
### Fixes
1420

1521
- `[jest-environment-node]` Add `AbortSignal` ([#12157](https://github.com/facebook/jest/pull/12157))
1622
- `[jest-environment-node]` Add Missing node global `performance` ([#12002](https://github.com/facebook/jest/pull/12002))
17-
- `[jest-runtime]` Handle missing `mocked` property ([#12002](https://github.com/facebook/jest/pull/12002))
18-
- `[@jest/transform]` Update dependency package `pirates` to 4.0.4 ([#12213](https://github.com/facebook/jest/pull/12213))
23+
- `[jest-runtime]` Handle missing `mocked` property ([#12213](https://github.com/facebook/jest/pull/12213))
24+
- `[@jest/transform]` Update dependency package `pirates` to 4.0.4 ([#12002](https://github.com/facebook/jest/pull/12002))
1925

2026
### Performance
2127

packages/jest-config/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
}
2626
},
2727
"dependencies": {
28+
"@babel/core": "^7.8.0",
2829
"@jest/test-sequencer": "^27.4.6",
2930
"@jest/types": "^27.4.2",
3031
"babel-jest": "^27.4.6",

0 commit comments

Comments
 (0)