Skip to content

Commit

Permalink
Angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 20, 2024
1 parent cf923bd commit ffcf5c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/generator/dependencies/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"dependencies": {
"@angular-builders/jest": "18.0.0",
"@angular/build": "18.2.12",
"@angular/cdk": "18.2.13",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@angular/core": "18.2.12",
"@angular/material": "18.2.13",
"angular-eslint": "18.4.0",
"@angular/build": "19.0.0",
"@angular/cdk": "19.0.0",
"@angular/cli": "19.0.0",
"@angular/compiler-cli": "19.0.0",
"@angular/core": "19.0.0",
"@angular/material": "19.0.0",
"angular-eslint": "18.4.1",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.3.0",
"jest-preset-angular": "14.3.2",
"jest-sonar-reporter": "2.0.0",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"typescript": "5.5.4",
"zone.js": "0.14.10"
"typescript": "5.6.3",
"zone.js": "0.15.0"
}
}

0 comments on commit ffcf5c6

Please sign in to comment.