Skip to content

Commit 59affcb

Browse files
committed
Update Angular 14.2.9 & ESLint
1 parent 786d105 commit 59affcb

File tree

9 files changed

+348
-347
lines changed

9 files changed

+348
-347
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it's part of a repo series designed
1212

1313
to create a **Web Application with Angular 14**
1414

15-
* Featuring [**Angular 14.2.8**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.8**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.2.9**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.8**](https://github.com/angular/angular-cli/releases/)
1616

1717

1818
* See the [**Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)

angular/package-lock.json

+325-324
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "14.2.8",
17-
"@angular/common": "14.2.8",
18-
"@angular/compiler": "14.2.8",
19-
"@angular/core": "14.2.8",
20-
"@angular/forms": "14.2.8",
21-
"@angular/platform-browser": "14.2.8",
22-
"@angular/platform-browser-dynamic": "14.2.8",
23-
"@angular/router": "14.2.8",
16+
"@angular/animations": "14.2.9",
17+
"@angular/common": "14.2.9",
18+
"@angular/compiler": "14.2.9",
19+
"@angular/core": "14.2.9",
20+
"@angular/forms": "14.2.9",
21+
"@angular/platform-browser": "14.2.9",
22+
"@angular/platform-browser-dynamic": "14.2.9",
23+
"@angular/router": "14.2.9",
2424
"@fortawesome/fontawesome-free": "6.2.0",
2525
"bootstrap": "5.2.2",
2626
"rxjs": "7.5.7",
@@ -35,11 +35,11 @@
3535
"@angular-eslint/schematics": "14.1.2",
3636
"@angular-eslint/template-parser": "14.1.2",
3737
"@angular/cli": "14.2.8",
38-
"@angular/compiler-cli": "14.2.8",
38+
"@angular/compiler-cli": "14.2.9",
3939
"@types/jasmine": "4.3.0",
4040
"@typescript-eslint/eslint-plugin": "5.42.0",
4141
"@typescript-eslint/parser": "5.42.0",
42-
"eslint": "8.26.0",
42+
"eslint": "8.27.0",
4343
"jasmine-core": "4.5.0",
4444
"karma": "6.4.1",
4545
"karma-chrome-launcher": "3.1.1",

angular/src/app/modules/general/home/home.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class HomeComponent implements OnInit {
2222
this.meta.updateTag(
2323
{
2424
name: 'description',
25-
content: 'This application was developed with Angular version 14.2.8 and bootstrap 5.2.2' +
25+
content: 'This application was developed with Angular version 14.2.9 and bootstrap 5.2.2' +
2626
' It applies Routing, Lazy loading, Server side rendering and Progressive Web App (PWA)'
2727
});
2828

angular/src/environments/environment.prod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-starter',
6-
version: 'Angular 14.2.8',
6+
version: 'Angular 14.2.9',
77
bootstrap: 'Bootstrap 5.2.2',
88
fontawesome: 'Font Awesome 6.2.0',
99
}

angular/src/environments/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-bootstrap',
6-
version: 'Angular 14.2.8',
6+
version: 'Angular 14.2.9',
77
bootstrap: 'Bootstrap 5.2.2',
88
fontawesome: 'Font Awesome 6.2.0',
99
}

angular/ui/angular-starter-home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1 class="h5">
180180
</div>
181181
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-danger mb-2">
182182
<h2 class="h5">
183-
Angular 14.2.8<i class="fab fa-angular fa-lg ms-2"></i>
183+
Angular 14.2.9<i class="fab fa-angular fa-lg ms-2"></i>
184184
</h2>
185185
</div>
186186
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-primary mb-2">

react/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"eslint": "8.26.0",
45+
"eslint": "8.27.0",
4646
"eslint-plugin-react": "7.31.10"
4747
}
4848
}

0 commit comments

Comments
 (0)