Skip to content

Commit

Permalink
build(deps): update e2e Angular v17 app to 17.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Mar 15, 2024
1 parent 4953a89 commit 42ecae0
Show file tree
Hide file tree
Showing 2 changed files with 796 additions and 664 deletions.
22 changes: 11 additions & 11 deletions projects/ngx-meta/e2e/a17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"private": true,
"packageManager": "pnpm@8.15.4",
"dependencies": {
"@angular/animations": "17.2.4",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@angular/animations": "17.3.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/core": "17.3.0",
"@angular/forms": "17.3.0",
"@angular/platform-browser": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@angular/router": "17.3.0",
"@davidlj95/ngx-meta": "link:../../dist",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.2.3",
"@angular/cli": "17.2.3",
"@angular/compiler-cli": "17.2.4",
"@angular-devkit/build-angular": "17.3.0",
"@angular/cli": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3"
}
Expand Down

0 comments on commit 42ecae0

Please sign in to comment.