Skip to content

Commit

Permalink
chore(e2e/nx): update angular monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent b1e800e commit cc9aa33
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions e2e/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"test": "nx test"
},
"dependencies": {
"@angular/animations": "17.3.10",
"@angular/common": "17.3.10",
"@angular/compiler": "17.3.10",
"@angular/core": "17.3.10",
"@angular/forms": "17.3.10",
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"@angular/animations": "18.0.1",
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/router": "18.0.1",
"@nx/angular": "19.1.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
Expand All @@ -26,8 +26,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.10",
"@angular/language-service": "17.3.10",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
"@nx/jest": "19.1.0",
"@nx/workspace": "19.1.0",
"@types/jasmine": "5.1.4",
Expand Down

0 comments on commit cc9aa33

Please sign in to comment.