Skip to content

Commit 85cd3ad

Browse files
committed
Update Angular 14.2.2 & React dependencies
1 parent 48f1622 commit 85cd3ad

File tree

10 files changed

+2363
-2792
lines changed

10 files changed

+2363
-2792
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.1.0**](https://github.com/angular/angular/releases) & [**Angular CLI 14.1.06**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.2.2**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.2**](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

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

angular/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "14.1.0",
17-
"@angular/common": "14.1.0",
18-
"@angular/compiler": "14.1.0",
19-
"@angular/core": "14.1.0",
20-
"@angular/forms": "14.1.0",
21-
"@angular/platform-browser": "14.1.0",
22-
"@angular/platform-browser-dynamic": "14.1.0",
23-
"@angular/router": "14.1.0",
24-
"@fortawesome/fontawesome-free": "6.1.2",
25-
"bootstrap": "5.2.0",
16+
"@angular/animations": "14.2.2",
17+
"@angular/common": "14.2.2",
18+
"@angular/compiler": "14.2.2",
19+
"@angular/core": "14.2.2",
20+
"@angular/forms": "14.2.2",
21+
"@angular/platform-browser": "14.2.2",
22+
"@angular/platform-browser-dynamic": "14.2.2",
23+
"@angular/router": "14.2.2",
24+
"@fortawesome/fontawesome-free": "6.2.0",
25+
"bootstrap": "5.2.1",
2626
"rxjs": "7.5.6",
2727
"tslib": "2.4.0",
28-
"zone.js": "0.11.7"
28+
"zone.js": "0.11.8"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "14.1.0",
32-
"@angular-eslint/builder": "14.0.2",
33-
"@angular-eslint/eslint-plugin": "14.0.2",
34-
"@angular-eslint/eslint-plugin-template": "14.0.2",
35-
"@angular-eslint/schematics": "14.0.2",
36-
"@angular-eslint/template-parser": "14.0.2",
37-
"@angular/cli": "14.1.0",
38-
"@angular/compiler-cli": "14.1.0",
39-
"@types/jasmine": "4.0.3",
40-
"@typescript-eslint/eslint-plugin": "5.32.0",
41-
"@typescript-eslint/parser": "5.32.0",
42-
"eslint": "8.21.0",
43-
"jasmine-core": "4.3.0",
31+
"@angular-devkit/build-angular": "14.2.2",
32+
"@angular-eslint/builder": "14.0.4",
33+
"@angular-eslint/eslint-plugin": "14.0.4",
34+
"@angular-eslint/eslint-plugin-template": "14.0.4",
35+
"@angular-eslint/schematics": "14.0.4",
36+
"@angular-eslint/template-parser": "14.0.4",
37+
"@angular/cli": "14.2.2",
38+
"@angular/compiler-cli": "14.2.2",
39+
"@types/jasmine": "4.3.0",
40+
"@typescript-eslint/eslint-plugin": "5.37.0",
41+
"@typescript-eslint/parser": "5.37.0",
42+
"eslint": "8.23.1",
43+
"jasmine-core": "4.4.0",
4444
"karma": "6.4.0",
4545
"karma-chrome-launcher": "3.1.1",
4646
"karma-coverage": "2.2.0",
4747
"karma-jasmine": "5.1.0",
4848
"karma-jasmine-html-reporter": "2.0.0",
49-
"typescript": "4.7.4"
49+
"typescript": "4.8.3"
5050
}
5151
}

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.1.0 and bootstrap 5.2.0' +
25+
content: 'This application was developed with Angular version 14.2.2 and bootstrap 5.2.1' +
2626
' It applies Routing, Lazy loading, Server side rendering and Progressive Web App (PWA)'
2727
});
2828

angular/src/environments/environment.prod.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const environment = {
33
application:
44
{
55
name: 'angular-starter',
6-
version: 'Angular 14.1.0',
7-
bootstrap: 'Bootstrap 5.2.0',
8-
fontawesome: 'Font Awesome 6.1.2',
6+
version: 'Angular 14.2.2',
7+
bootstrap: 'Bootstrap 5.2.1',
8+
fontawesome: 'Font Awesome 6.2.0',
99
}
1010
};

angular/src/environments/environment.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const environment = {
33
application:
44
{
55
name: 'angular-starter',
6-
version: 'Angular 14.1.0',
7-
bootstrap: 'Bootstrap 5.2.0',
8-
fontawesome: 'Font Awesome 6.1.2',
6+
version: 'Angular 14.2.2',
7+
bootstrap: 'Bootstrap 5.2.1',
8+
fontawesome: 'Font Awesome 6.2.0',
99
}
1010
};

angular/ui/angular-starter-home.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,17 @@ <h1 class="h5">
158158
</div>
159159
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-danger mb-2">
160160
<h2 class="h5">
161-
Angular 14.1.0<i class="fab fa-angular fa-lg ms-2"></i>
161+
Angular 14.2.2<i class="fab fa-angular fa-lg ms-2"></i>
162162
</h2>
163163
</div>
164164
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-primary mb-2">
165165
<h2 class="h5">
166-
Bootstrap 5.2.0<i class="fab fa-bootstrap fa-lg ms-2"></i>
166+
Bootstrap 5.2.1<i class="fab fa-bootstrap fa-lg ms-2"></i>
167167
</h2>
168168
</div>
169169
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-success mb-2">
170170
<h2 class="h5">
171-
Font Awesome 6.1.2<i class="fab fa-font-awesome-flag fa-lg ms-2"></i>
171+
Font Awesome 6.2.0<i class="fab fa-font-awesome-flag fa-lg ms-2"></i>
172172
</h2>
173173
</div>
174174
</div>

0 commit comments

Comments
 (0)