Skip to content

Commit

Permalink
Update Angular dependencies to version 17.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hhfrancois committed Mar 8, 2024
1 parent cdf13de commit 58a5e77
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 119 deletions.
177 changes: 66 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@angular/common": "^17.0.4"
"@angular/common": "^17.2.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.3",
"@angular/cli": "^17.2.3",
"@angular/compiler": "^17.0.4",
"@angular/compiler-cli": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/forms": "^17.0.4",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@angular/compiler": "^17.2.4",
"@angular/compiler-cli": "^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",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.1",
"karma": "~6.4.2",
Expand Down

0 comments on commit 58a5e77

Please sign in to comment.