From 1aa708d0b9cfa56e0ae205e5f4e61c8e8410d11f Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Sun, 12 Sep 2021 10:26:54 +0200 Subject: [PATCH] add heft direct dependency for tests Signed-off-by: Andrey Platov --- common/config/rush/pnpm-lock.yaml | 3 ++- server/ws/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index cad8cd376d..1b23b01b79 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -10355,11 +10355,12 @@ packages: dev: false file:projects/server-ws.tgz_6c259fadfeb3a4b20890aefe87070b8b: - resolution: {integrity: sha512-D4Gk6WhLEC6JSfzT/shF0G6me10SIGRK5UVtBN2t+Z/mi15VcGegrKDV0Q4yuQkfLYX1jSYJwok948W/3kyRtw==, tarball: file:projects/server-ws.tgz} + resolution: {integrity: sha512-2g/EdTVTXnGA98667Tow9pXEthXzrp4PnkDiic31vMJHuEMTdQ4CUBdF2N+lDz6OiFXDP8/Ak0MfSKNawXY3Ug==, tarball: file:projects/server-ws.tgz} id: file:projects/server-ws.tgz name: '@rush-temp/server-ws' version: 0.0.0 dependencies: + '@rushstack/heft': 0.35.0 '@types/heft-jest': 1.0.2 '@types/node': 16.7.5 '@types/ws': 7.4.7 diff --git a/server/ws/package.json b/server/ws/package.json index e7b7d4be2c..5d6a9b5d49 100644 --- a/server/ws/package.json +++ b/server/ws/package.json @@ -18,7 +18,8 @@ "eslint-plugin-promise":"4", "eslint-plugin-node":"11", "eslint":"^7.32.0", - "@types/ws":"^7.4.7" + "@types/ws":"^7.4.7", + "@rushstack/heft": "^0.35.0" }, "dependencies": { "jwt-simple": "^0.5.6",