From 27cad8f02c9b7dc1f66ab7e4a86218b92f07650b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 05:13:35 +0000 Subject: [PATCH 1/2] Bump jest from 26.6.3 to 27.0.1 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d63f73..77607d9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^24.3.1", "husky": "6.0.0", - "jest": "^26.4.2", + "jest": "^27.0.1", "jest-when": "^3.2.1", "node-sass": "^6.0.0", "npm-run-all": "^4.1.5", From b2d48785b0df0251b1ccd2cc0a163624918a81da Mon Sep 17 00:00:00 2001 From: Drew Keller Date: Sat, 29 May 2021 20:39:17 -0500 Subject: [PATCH 2/2] Upgrade ts-jest to work with Jest 27 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77607d9..b00048b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "pretty-quick": "3.1.0", "sass-loader": "^11.0.1", "style-loader": "^2.0.0", - "ts-jest": "^26.5.3", + "ts-jest": "^27.0.1", "ts-loader": "^9.1.2", "typescript": "^4.2.3", "webpack": "^5.26.0",