From 86dbdda7fa4c7416f6eb78063a5936778a27ec75 Mon Sep 17 00:00:00 2001 From: joshuakimdwan Date: Fri, 19 Nov 2021 11:03:06 +0900 Subject: [PATCH] add missing slash dependency --- packages/jest-config/package.json | 3 ++- yarn.lock | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index fed06d4f0b5f..85b7aa04dcdf 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -42,7 +42,8 @@ "jest-util": "^27.3.1", "jest-validate": "^27.3.1", "micromatch": "^4.0.4", - "pretty-format": "^27.3.1" + "pretty-format": "^27.3.1", + "slash": "^3.0.0" }, "devDependencies": { "@types/babel__core": "^7.0.4", diff --git a/yarn.lock b/yarn.lock index 39519c873823..0b9ba8e39953 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12658,6 +12658,7 @@ fsevents@^1.2.7: micromatch: ^4.0.4 pretty-format: ^27.3.1 semver: ^7.3.5 + slash: ^3.0.0 strip-ansi: ^6.0.0 ts-node: ^9.0.0 typescript: ^4.0.3