Skip to content

Commit

Permalink
fix(jest-config): add missing @babel/core dependency (#12216)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 5, 2022
1 parent 0f99ff5 commit 25bcc94
Show file tree
Hide file tree
Showing 3 changed files with 675 additions and 666 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,14 +8,20 @@

### Performance

## 27.4.7

### Fixes

- `jest-config` Add missing `@babel/core` dependency ([#12216](https://github.com/facebook/jest/pull/12216))

## 27.4.6

### Fixes

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

### Performance

Expand Down
1 change: 1 addition & 0 deletions packages/jest-config/package.json
Expand Up @@ -25,6 +25,7 @@
}
},
"dependencies": {
"@babel/core": "^7.8.0",
"@jest/test-sequencer": "^27.4.6",
"@jest/types": "^27.4.2",
"babel-jest": "^27.4.6",
Expand Down

0 comments on commit 25bcc94

Please sign in to comment.