Skip to content

Commit b8c5200

Browse files
authored
move (#15010)
1 parent a6eff95 commit b8c5200

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
- `[docs]` Don't use alias matchers in docs ([#14631](https://github.com/jestjs/jest/pull/14631))
105105
- `[babel-jest, babel-preset-jest]` [**BREAKING**] Increase peer dependency of `@babel/core` to `^7.11` ([#14109](https://github.com/jestjs/jest/pull/14109))
106106
- `[babel-jest, @jest/transform]` Update `babel-plugin-istanbul` to v6 ([#15156](https://github.com/jestjs/jest/pull/15156))
107+
- `[babel-plugin-jest-hoist]` Move unnecessary `dependencies` to `devDependencies` ([#15010](https://github.com/jestjs/jest/pull/15010))
107108
- `[expect]` [**BREAKING**] Remove `.toBeCalled()`, `.toBeCalledTimes()`, `.toBeCalledWith()`, `.lastCalledWith()`, `.nthCalledWith()`, `.toReturn()`, `.toReturnTimes()`, `.toReturnWith()`, `.lastReturnedWith()`, `.nthReturnedWith()` and `.toThrowError()` matcher aliases ([#14632](https://github.com/jestjs/jest/pull/14632))
108109
- `[jest-cli, jest-config, @jest/types]` [**BREAKING**] Remove deprecated `--init` argument ([#14490](https://github.com/jestjs/jest/pull/14490))
109110
- `[jest-config, @jest/core, jest-util]` Upgrade `ci-info` ([#14655](https://github.com/jestjs/jest/pull/14655))

packages/babel-plugin-jest-hoist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"dependencies": {
2525
"@babel/template": "^7.3.3",
2626
"@babel/types": "^7.3.3",
27-
"@types/babel__core": "^7.1.14",
28-
"@types/babel__traverse": "^7.0.6"
27+
"@types/babel__core": "^7.1.14"
2928
},
3029
"devDependencies": {
3130
"@babel/core": "^7.11.6",
3231
"@babel/preset-react": "^7.12.1",
3332
"@babel/preset-typescript": "^7.0.0",
3433
"@prettier/sync": "^0.5.0",
3534
"@types/babel__template": "^7.0.2",
35+
"@types/babel__traverse": "^7.0.6",
3636
"@types/node": "*",
3737
"babel-plugin-tester": "^11.0.2",
3838
"prettier": "^3.0.3"

0 commit comments

Comments
 (0)