Skip to content

Commit

Permalink
Merge pull request #143 from ShellyDCMS/update-to-angular-17
Browse files Browse the repository at this point in the history
update to angular 17
  • Loading branch information
ShellyDCMS authored Oct 24, 2024
2 parents 8c799aa + 0bcc832 commit 1dc2747
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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": "2.1.47",
"version": "3.1.1",
"author": "Shelly Goldblit",
"private": false,
"license": "MIT",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1dc2747

Please sign in to comment.