From 0bcc8329f8241015feae61b3084aaf214c05d3e4 Mon Sep 17 00:00:00 2001 From: ShellyDCMS Date: Thu, 24 Oct 2024 18:09:49 +0300 Subject: [PATCH] update to angular 17 --- package.json | 6 +++--- yarn.lock | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0594d96..58c8732 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shellygo/cypress-test-utils", "description": "Cypress Test Automation Utilities", - "version": "2.1.47", + "version": "3.1.1", "author": "Shelly Goldblit", "private": false, "license": "MIT", @@ -34,7 +34,7 @@ "cypress": ">=12.17.3" }, "dependencies": { - "@angular/common": "14", + "@angular/common": "17.3.12", "@cypress/mount-utils": "^4.1.1", "@lit/react": "^1.0.5", "@open-wc/lit-helpers": "^0.7.0", @@ -55,7 +55,7 @@ "ts-stubber": "^1.0.19" }, "devDependencies": { - "@angular/core": "^14.2.0", + "@angular/core": "17.3.12", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.2.5", diff --git a/yarn.lock b/yarn.lock index 6143178..5e2b303 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,17 +2,17 @@ # yarn lockfile v1 -"@angular/common@14": - version "14.3.0" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.3.0.tgz#dcf675e1db3016cdb605a05be6182a8cea71e139" - integrity sha512-pV9oyG3JhGWeQ+TFB0Qub6a1VZWMNZ6/7zEopvYivdqa5yDLLDSBRWb6P80RuONXyGnM1pa7l5nYopX+r/23GQ== +"@angular/common@17.3.12": + version "17.3.12" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-17.3.12.tgz#49327f1d4fe5ff3ae31fadf742e258f5f9f00b48" + integrity sha512-vabJzvrx76XXFrm1RJZ6o/CyG32piTB/1sfFfKHdlH1QrmArb8It4gyk9oEjZ1IkAD0HvBWlfWmn+T6Vx3pdUw== dependencies: tslib "^2.3.0" -"@angular/core@^14.2.0": - version "14.3.0" - resolved "https://registry.npmjs.org/@angular/core/-/core-14.3.0.tgz" - integrity sha512-wYiwItc0Uyn4FWZ/OAx/Ubp2/WrD3EgUJ476y1XI7yATGPF8n9Ld5iCXT08HOvc4eBcYlDfh90kTXR6/MfhzdQ== +"@angular/core@17.3.12": + version "17.3.12" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-17.3.12.tgz#d66ee14071c9f157f68907cff461f235e6eaffe1" + integrity sha512-MuFt5yKi161JmauUta4Dh0m8ofwoq6Ino+KoOtkYMBGsSx+A7dSm+DUxxNwdj7+DNyg3LjVGCFgBFnq4g8z06A== dependencies: tslib "^2.3.0"