Skip to content

Commit ec09267

Browse files
authored
Merge pull request #266 from oracle/bump-angular-19.2
fix(deps): bump node-angular template to angular v19.2
2 parents c7cc06c + f9cd9f5 commit ec09267

File tree

5 files changed

+30
-31
lines changed

5 files changed

+30
-31
lines changed

templates/node-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
# NodeAngular
44

5-
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.3.
5+
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.8.
66

77
## Development server
88

templates/node-angular/package.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,41 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^19.1.0",
16-
"@angular/common": "^19.1.0",
17-
"@angular/compiler": "^19.1.0",
18-
"@angular/core": "^19.1.0",
19-
"@angular/forms": "^19.1.0",
20-
"@angular/platform-browser": "^19.1.0",
21-
"@angular/platform-browser-dynamic": "^19.1.0",
22-
"@angular/router": "^19.1.0",
23-
"rxjs": "~7.8.0",
24-
"tslib": "^2.3.0",
25-
"zone.js": "~0.15.0",
26-
"body-parser": "^1.20.3",
15+
"@angular/common": "^19.2.0",
16+
"@angular/compiler": "^19.2.0",
17+
"@angular/core": "^19.2.0",
18+
"@angular/forms": "^19.2.0",
19+
"@angular/platform-browser": "^19.2.0",
20+
"@angular/platform-browser-dynamic": "^19.2.0",
21+
"@angular/router": "^19.2.0",
22+
"body-parser": "^2.2.0",
2723
"cors": "^2.8.5",
28-
"dotenv": "^16.4.7",
29-
"express": "^4.21.2",
24+
"dotenv": "^16.5.0",
25+
"express": "^5.1.0",
3026
"morgan": "^1.10.0",
31-
"oracledb": "^6.7.1"
27+
"oracledb": "^6.8.0",
28+
"rxjs": "~7.8.0",
29+
"tslib": "^2.3.0",
30+
"zone.js": "~0.15.0"
3231
},
3332
"devDependencies": {
34-
"@angular-devkit/build-angular": "^19.1.3",
35-
"@angular/cli": "^19.1.3",
36-
"@angular/compiler-cli": "^19.1.0",
33+
"@angular-devkit/build-angular": "^19.2.8",
34+
"@angular/cli": "^19.2.8",
35+
"@angular/compiler-cli": "^19.2.0",
36+
"@eslint/js": "^9.25.1",
3737
"@types/jasmine": "~5.1.0",
38-
"jasmine-core": "~5.5.0",
38+
"@typescript-eslint/eslint-plugin": "^8.31.0",
39+
"@typescript-eslint/parser": "^8.31.0",
40+
"concurrently": "^9.1.2",
41+
"eslint": "^9.25.1",
42+
"eslint-plugin-n": "^17.17.0",
43+
"globals": "^16.0.0",
44+
"jasmine-core": "~5.6.0",
3945
"karma": "~6.4.0",
4046
"karma-chrome-launcher": "~3.2.0",
4147
"karma-coverage": "~2.2.0",
4248
"karma-jasmine": "~5.1.0",
4349
"karma-jasmine-html-reporter": "~2.1.0",
44-
"typescript": "~5.7.2",
45-
"concurrently": "^9.1.2",
46-
"eslint": "^9.18.0",
47-
"@eslint/js": "^9.18.0",
48-
"eslint-plugin-n": "^17.15.1",
49-
"@typescript-eslint/eslint-plugin": "^8.21.0",
50-
"@typescript-eslint/parser": "^8.21.0",
51-
"globals": "15.14.0"
50+
"typescript": "~5.7.2"
5251
}
5352
}

templates/node-angular/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ export class AppComponent implements OnInit {
3737
return 'Something is wrong with the database!';
3838
}
3939
}
40-
}
40+
}

templates/node-angular/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<body>
1111
<app-root></app-root>
1212
</body>
13-
</html>
13+
</html>

templates/node-angular/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
text-rendering: optimizeLegibility;
1111
-webkit-font-smoothing: antialiased;
1212
-moz-osx-font-smoothing: grayscale;
13-
}
13+
}

0 commit comments

Comments
 (0)