From 504614d31375b08a2d39efa448fa07b51196f92c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:25:10 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .changeset/renovate-788120b.md | 5 +++++ plugins/analytics-module-ga4/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/renovate-788120b.md diff --git a/.changeset/renovate-788120b.md b/.changeset/renovate-788120b.md new file mode 100644 index 0000000000..28bcf33b6f --- /dev/null +++ b/.changeset/renovate-788120b.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-analytics-module-ga4': patch +--- + +Updated dependency `@types/jest` to `^29.0.0`. diff --git a/plugins/analytics-module-ga4/package.json b/plugins/analytics-module-ga4/package.json index 9132d35208..ca65894eea 100644 --- a/plugins/analytics-module-ga4/package.json +++ b/plugins/analytics-module-ga4/package.json @@ -50,7 +50,7 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", - "@types/jest": "^28.1.3", + "@types/jest": "^29.0.0", "@types/react": "^16.13.1 || ^17.0.0", "msw": "^1.0.0" }, diff --git a/yarn.lock b/yarn.lock index 0e715017b0..c3169d667f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4693,7 +4693,7 @@ __metadata: "@testing-library/jest-dom": ^6.0.0 "@testing-library/react": ^14.0.0 "@testing-library/user-event": ^14.0.0 - "@types/jest": ^28.1.3 + "@types/jest": ^29.0.0 "@types/react": ^16.13.1 || ^17.0.0 msw: ^1.0.0 react-ga4: ^2.0.0