Skip to content

Commit

Permalink
chore(tests-e2e): update angular monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 7a0226e commit fcb9f88
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"test:jasmine": "ng test"
},
"dependencies": {
"@angular/animations": "18.2.13",
"@angular/animations": "19.0.5",
"@angular/cdk": "18.2.14",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/material": "18.2.14",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@ng-select/ng-select": "13.9.1",
"@ngrx/effects": "18.1.1",
"@ngrx/store": "18.1.1",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@angular/compiler-cli": "19.0.5",
"@ngneat/spectator": "19.2.0",
"@testing-library/angular": "17.3.5",
"@types/jasmine": "5.1.5",
Expand Down

0 comments on commit fcb9f88

Please sign in to comment.