Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyDCMS committed Oct 30, 2024
1 parent 3d7dd92 commit 492ada9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/renderer/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "@angular/compiler";
import {
Component,
EventEmitter,
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
dependencies:
tslib "^2.3.0"

"@angular/[email protected]":
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/[email protected]":
version "17.3.12"
resolved "https://registry.npmjs.org/@angular/core/-/core-17.3.12.tgz"
Expand Down

0 comments on commit 492ada9

Please sign in to comment.