Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyDCMS committed Oct 30, 2024
1 parent ff5a14a commit 3d7dd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.4",
"version": "3.1.5",
"author": "Shelly Goldblit",
"private": false,
"license": "MIT",
Expand Down Expand Up @@ -35,6 +35,7 @@
},
"dependencies": {
"@angular/common": "17.3.12",
"@angular/core": "17.3.12",
"@cypress/mount-utils": "^4.1.1",
"@lit/react": "^1.0.5",
"@open-wc/lit-helpers": "^0.7.0",
Expand All @@ -58,7 +59,6 @@
"ts-stubber": "^1.0.19"
},
"devDependencies": {
"@angular/core": "17.3.12",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.2.5",
Expand Down

0 comments on commit 3d7dd92

Please sign in to comment.