Skip to content

Commit 584d6a2

Browse files
committed
Update Angular 14.1.1 & ESLint
1 parent be680f1 commit 584d6a2

File tree

8 files changed

+3573
-4034
lines changed

8 files changed

+3573
-4034
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.0.4**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.4**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.1.1**](https://github.com/angular/angular/releases) & [**Angular CLI 14.1.1**](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

Lines changed: 3413 additions & 3842 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-pwa",
3-
"version": "14.0.3",
3+
"version": "14.1.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,35 +13,35 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "14.0.3",
17-
"@angular/common": "14.0.3",
18-
"@angular/compiler": "14.0.3",
19-
"@angular/core": "14.0.3",
20-
"@angular/forms": "14.0.3",
21-
"@angular/platform-browser": "14.0.3",
22-
"@angular/platform-browser-dynamic": "14.0.3",
23-
"@angular/router": "14.0.3",
24-
"@angular/service-worker": "14.0.3",
25-
"@fortawesome/fontawesome-free": "6.1.1",
26-
"bootstrap": "5.1.3",
27-
"rxjs": "7.5.5",
16+
"@angular/animations": "14.1.1",
17+
"@angular/common": "14.1.1",
18+
"@angular/compiler": "14.1.1",
19+
"@angular/core": "14.1.1",
20+
"@angular/forms": "14.1.1",
21+
"@angular/platform-browser": "14.1.1",
22+
"@angular/platform-browser-dynamic": "14.1.1",
23+
"@angular/router": "14.1.1",
24+
"@angular/service-worker": "14.1.1",
25+
"@fortawesome/fontawesome-free": "6.1.2",
26+
"bootstrap": "5.2.0",
27+
"rxjs": "7.5.6",
2828
"tslib": "2.4.0",
29-
"zone.js": "0.11.6"
29+
"zone.js": "0.11.7"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "14.0.3",
33-
"@angular-eslint/builder": "14.0.0",
34-
"@angular-eslint/eslint-plugin": "14.0.0",
35-
"@angular-eslint/eslint-plugin-template": "14.0.0",
36-
"@angular-eslint/schematics": "14.0.0",
37-
"@angular-eslint/template-parser": "14.0.0",
38-
"@angular/cli": "14.0.3",
39-
"@angular/compiler-cli": "14.0.3",
32+
"@angular-devkit/build-angular": "14.1.1",
33+
"@angular-eslint/builder": "14.0.2",
34+
"@angular-eslint/eslint-plugin": "14.0.2",
35+
"@angular-eslint/eslint-plugin-template": "14.0.2",
36+
"@angular-eslint/schematics": "14.0.2",
37+
"@angular-eslint/template-parser": "14.0.2",
38+
"@angular/cli": "14.1.1",
39+
"@angular/compiler-cli": "14.1.1",
4040
"@types/jasmine": "4.0.3",
41-
"@typescript-eslint/eslint-plugin": "5.30.0",
42-
"@typescript-eslint/parser": "5.30.0",
43-
"eslint": "8.18.0",
44-
"jasmine-core": "4.2.0",
41+
"@typescript-eslint/eslint-plugin": "5.32.0",
42+
"@typescript-eslint/parser": "5.32.0",
43+
"eslint": "8.21.0",
44+
"jasmine-core": "4.3.0",
4545
"karma": "6.4.0",
4646
"karma-chrome-launcher": "3.1.1",
4747
"karma-coverage": "2.2.0",

angular/src/environments/environment.prod.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const environment = {
33
application:
44
{
55
name: 'angular-pwa',
6-
version: 'Angular 14.0.4',
7-
bootstrap: 'Bootstrap 5.1.3',
8-
fontawesome: 'Font Awesome 6.1.1',
6+
version: 'Angular 14.1.1',
7+
bootstrap: 'Bootstrap 5.2.0',
8+
fontawesome: 'Font Awesome 6.1.2',
99
}
1010
};

angular/src/environments/environment.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const environment = {
33
application:
44
{
55
name: 'angular-pwa',
6-
version: 'Angular 14.0.4',
7-
bootstrap: 'Bootstrap 5.1.3',
8-
fontawesome: 'Font Awesome 6.1.1',
6+
version: 'Angular 14.1.1',
7+
bootstrap: 'Bootstrap 5.2.0',
8+
fontawesome: 'Font Awesome 6.1.2',
99
}
1010
};

angular/ui/angular-starter-home.html

Lines changed: 3 additions & 3 deletions
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.0.1<i class="fab fa-angular fa-lg ms-2"></i>
161+
Angular 14.1.1<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.1.3<i class="fab fa-bootstrap fa-lg ms-2"></i>
166+
Bootstrap 5.2.0<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.1<i class="fab fa-font-awesome-flag fa-lg ms-2"></i>
171+
Font Awesome 6.1.2<i class="fab fa-font-awesome-flag fa-lg ms-2"></i>
172172
</h2>
173173
</div>
174174
</div>

0 commit comments

Comments
 (0)