From 6f992e755d1755819654be2557704911084fdaba Mon Sep 17 00:00:00 2001 From: Cheng Liu Date: Thu, 8 Aug 2024 15:18:57 -0700 Subject: [PATCH] chore: rush update --- .gitignore | 2 ++ common/config/rush/pnpm-lock.yaml | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/.gitignore b/.gitignore index 777e6c1..51d576a 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,8 @@ jspm_packages/ .idea/ *.iml +.nvmrc + # Rush temporary files common/deploy/ common/temp/ diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 4491938..73a9685 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -149,6 +149,34 @@ importers: specifier: ~5.3.3 version: 5.3.3 + ../../build-tests/sparo-completion-test: + dependencies: + '@rushstack/node-core-library': + specifier: ~3.64.2 + version: 3.64.2(@types/node@20.11.16) + build-test-utilities: + specifier: workspace:* + version: link:../test-utilities + devDependencies: + '@rushstack/heft': + specifier: 0.64.3 + version: 0.64.3(@types/node@20.11.16) + '@rushstack/heft-node-rig': + specifier: 2.4.5 + version: 2.4.5(@rushstack/heft@0.64.3)(@types/node@20.11.16) + '@types/heft-jest': + specifier: 1.0.6 + version: 1.0.6 + '@types/node': + specifier: 20.11.16 + version: 20.11.16 + eslint: + specifier: 8.56.0 + version: 8.56.0 + typescript: + specifier: ~5.3.3 + version: 5.3.3 + ../../build-tests/sparo-output-test: dependencies: '@rushstack/node-core-library':