Skip to content

Commit

Permalink
Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jun 1, 2024
1 parent e10d379 commit c636db2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" rel="stylesheet">
</head>
<body class="mat-typography">
<jhi-root />
<jhi-root></jhi-root>
</body>
</html>
24 changes: 12 additions & 12 deletions src/main/resources/generator/dependencies/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"@angular/cdk": "17.3.9",
"@angular/core": "17.3.9",
"@angular/material": "17.3.9",
"@angular/cdk": "18.0.1",
"@angular/core": "18.0.1",
"@angular/material": "18.0.1",
"keycloak-js": "24.0.4",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-builders/jest": "17.0.3",
"@angular-devkit/build-angular": "17.3.7",
"@angular-eslint/builder": "17.4.1",
"@angular-eslint/eslint-plugin": "17.4.1",
"@angular-eslint/eslint-plugin-template": "17.4.1",
"@angular-eslint/schematics": "17.4.1",
"@angular-eslint/template-parser": "17.4.1",
"@angular/cli": "17.3.7",
"@angular/compiler-cli": "17.3.9",
"@angular-builders/jest": "18.0.0-beta.3",
"@angular-devkit/build-angular": "18.0.2",
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "18.0.2",
"@angular/compiler-cli": "18.0.1",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"jest-sonar-reporter": "2.0.0"
Expand Down

0 comments on commit c636db2

Please sign in to comment.