Skip to content

Commit e04947c

Browse files
authored
fix(jest-snapshot): move @types/prettier to devDependencies (#14328)
1 parent 70b17d2 commit e04947c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Fixes
66

7+
- `[jest-snapshot]` Move `@types/prettier` from `dependencies` to `devDependencies` ([#14328](https://github.com/jestjs/jest/pull/14328))
8+
79
### Chore & Maintenance
810

911
### Performance

packages/jest-snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@jest/expect-utils": "workspace:^",
2626
"@jest/transform": "workspace:^",
2727
"@jest/types": "workspace:^",
28-
"@types/prettier": "^2.1.5",
2928
"babel-preset-current-node-syntax": "^1.0.0",
3029
"chalk": "^4.0.0",
3130
"expect": "workspace:^",
@@ -47,6 +46,7 @@
4746
"@types/babel__core": "^7.1.14",
4847
"@types/graceful-fs": "^4.1.3",
4948
"@types/natural-compare": "^1.4.0",
49+
"@types/prettier": "^2.1.5",
5050
"@types/semver": "^7.1.0",
5151
"ansi-regex": "^5.0.1",
5252
"ansi-styles": "^5.0.0",

0 commit comments

Comments
 (0)