From db8f7c90a5c2395ac7b6b24be9baf56331a57198 Mon Sep 17 00:00:00 2001 From: Ahn <27772165+ahnpnl@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:00:24 +0200 Subject: [PATCH] fix: add `jest-util` to list of `dependencies` (#1777) Fixes #1773 --- package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 1c399682af..1af8d64629 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "bs-logger": "^0.2.6", "esbuild-wasm": ">=0.13.8", "jest-environment-jsdom": "^29.0.0", + "jest-util": "^29.0.0", "pretty-format": "^29.0.0", "ts-jest": "^29.0.0" }, diff --git a/yarn.lock b/yarn.lock index 4206cf4854..d5b682c6a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7424,6 +7424,7 @@ __metadata: jest: ^29.0.3 jest-environment-jsdom: ^29.0.0 jest-snapshot-serializer-raw: ^1.2.0 + jest-util: ^29.0.0 pinst: ^3.0.0 prettier: ^2.7.1 pretty-format: ^29.0.0