Skip to content

Commit

Permalink
update angular starter to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMeche committed Oct 30, 2024
1 parent ede8238 commit e205144
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/router": "^18.1.0",
"@angular/animations": "^19.0.0-next.11",
"@angular/common": "^19.0.0-next.11",
"@angular/compiler": "^19.0.0-next.11",
"@angular/core": "^19.0.0-next.11",
"@angular/forms": "^19.0.0-next.11",
"@angular/platform-browser": "^19.0.0-next.11",
"@angular/router": "^19.0.0-next.11",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.0",
"@angular/cli": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@angular-devkit/build-angular": "^19.0.0-next.11",
"@angular/cli": "^19.0.0-next.11",
"@angular/compiler-cli": "^19.0.0-next.11",
"typescript": "~5.5.0"
}
}

0 comments on commit e205144

Please sign in to comment.