From 6f0498a51a512cbd898acbd94e86af4a55008429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 05:22:44 +0000 Subject: [PATCH] chore(dev-deps): update @types/jest requirement --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/devtools-react-ts/package.json | 2 +- examples/overlay-react-ts/package.json | 2 +- examples/popup-react-ts/package.json | 2 +- examples/sidepanel-react-ts/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/devtools-react-ts/package.json b/examples/devtools-react-ts/package.json index a4fb50aa..c58e6fdd 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -42,7 +42,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "happy-dom": "^15.11.6", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4", diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index aef7177c..d5cb5d6f 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -42,7 +42,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "happy-dom": "^15.11.6", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4", diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index be958b0b..e32679bd 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -42,7 +42,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "happy-dom": "^15.11.6", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4", diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index 588843f8..d9a8f6df 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -42,7 +42,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "happy-dom": "^15.11.6", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4",