Skip to content

Commit

Permalink
chore: update Angular to 17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMeche committed Feb 18, 2024
1 parent 6e54fe4 commit 178e1a4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"build": "ng build"
},
"dependencies": {
"@angular/animations": "~17.1.0",
"@angular/common": "~17.1.0",
"@angular/compiler": "~17.1.0",
"@angular/core": "~17.1.0",
"@angular/forms": "~17.1.0",
"@angular/platform-browser": "~17.1.0",
"@angular/router": "~17.1.0",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/router": "^17.2.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.1.0",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "~17.1.0",
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"typescript": "~5.3.0"
}
}

0 comments on commit 178e1a4

Please sign in to comment.