From 492ada9720795b07cff3ffc265e0b919797d2fd1 Mon Sep 17 00:00:00 2001 From: ShellyDCMS Date: Wed, 30 Oct 2024 15:07:41 +0200 Subject: [PATCH] add missing dependencies --- package.json | 3 ++- src/renderer/index.ts | 1 + yarn.lock | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b8eaaf9..b4923b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shellygo/cypress-test-utils", "description": "Cypress Test Automation Utilities", - "version": "3.1.5", + "version": "3.1.6", "author": "Shelly Goldblit", "private": false, "license": "MIT", @@ -36,6 +36,7 @@ "dependencies": { "@angular/common": "17.3.12", "@angular/core": "17.3.12", + "@angular/compiler": "17.3.12", "@cypress/mount-utils": "^4.1.1", "@lit/react": "^1.0.5", "@open-wc/lit-helpers": "^0.7.0", diff --git a/src/renderer/index.ts b/src/renderer/index.ts index b3a9bf1..592f48e 100644 --- a/src/renderer/index.ts +++ b/src/renderer/index.ts @@ -1,3 +1,4 @@ +import "@angular/compiler"; import { Component, EventEmitter, diff --git a/yarn.lock b/yarn.lock index 563a0c2..e53741a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,6 +9,13 @@ dependencies: tslib "^2.3.0" +"@angular/compiler@17.3.12": + version "17.3.12" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.3.12.tgz#c7f855deb67f05023d53358f6dcc8803c1c90efa" + integrity sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w== + dependencies: + tslib "^2.3.0" + "@angular/core@17.3.12": version "17.3.12" resolved "https://registry.npmjs.org/@angular/core/-/core-17.3.12.tgz"