From 184a596417e7c2af5bf37cea0c89276f8940e61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:10:58 +0000 Subject: [PATCH] Bump jest from 28.1.3 to 29.2.0 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.2.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a76a20..2074a61 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "lodash": "^4.17.11" }, "devDependencies": { - "jest": "^28.0.2", + "jest": "^29.2.0", "jest-matcher-css": "^1.0.3", "postcss": "^8.3.0", "tailwindcss": "^2.1.2"