diff --git a/CHANGELOG.md b/CHANGELOG.md index 840e4f93b811..59609112b0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - `[jest-jasmine2]` Stop adding `:` after an error that has no message ([#9990](https://github.com/facebook/jest/pull/9990)) - `[jest-diff]` Control no diff message color with `commonColor` in diff options ([#9997](https://github.com/facebook/jest/pull/9997)) +- `[jest-snapshot]` Fix TypeScript compilation ([#10008](https://github.com/facebook/jest/pull/10008)) ### Chore & Maintenance diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index a5c0dd142f4f..88b963e754ef 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -18,6 +18,7 @@ "graceful-fs": "^4.2.4", "jest-diff": "^26.0.1", "jest-get-type": "^26.0.0", + "jest-haste-map": "^26.0.1", "jest-matcher-utils": "^26.0.1", "jest-message-util": "^26.0.1", "jest-resolve": "^26.0.1", @@ -33,7 +34,6 @@ "@types/semver": "^7.1.0", "ansi-regex": "^5.0.0", "ansi-styles": "^4.2.0", - "jest-haste-map": "^26.0.1", "prettier": "^1.19.1" }, "engines": {