Skip to content

Commit 4df25ae

Browse files
committed
Update Angular 14.0.6 & ESLint on apps
1 parent 2389c19 commit 4df25ae

8 files changed

+933
-1688
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.0.5**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.5**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.0.6**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.6**](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

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

angular/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap",
3-
"version": "14.0.5",
3+
"version": "14.0.6",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,33 +13,33 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "14.0.5",
17-
"@angular/common": "14.0.5",
18-
"@angular/compiler": "14.0.5",
19-
"@angular/core": "14.0.5",
20-
"@angular/forms": "14.0.5",
21-
"@angular/platform-browser": "14.0.5",
22-
"@angular/platform-browser-dynamic": "14.0.5",
23-
"@angular/router": "14.0.5",
16+
"@angular/animations": "14.0.6",
17+
"@angular/common": "14.0.6",
18+
"@angular/compiler": "14.0.6",
19+
"@angular/core": "14.0.6",
20+
"@angular/forms": "14.0.6",
21+
"@angular/platform-browser": "14.0.6",
22+
"@angular/platform-browser-dynamic": "14.0.6",
23+
"@angular/router": "14.0.6",
2424
"@fortawesome/fontawesome-free": "6.1.1",
2525
"bootstrap": "5.1.3",
26-
"rxjs": "7.5.5",
26+
"rxjs": "7.5.6",
2727
"tslib": "2.4.0",
2828
"zone.js": "0.11.6"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "14.0.5",
32-
"@angular-eslint/builder": "14.0.0",
33-
"@angular-eslint/eslint-plugin": "14.0.0",
34-
"@angular-eslint/eslint-plugin-template": "14.0.0",
35-
"@angular-eslint/schematics": "14.0.0",
36-
"@angular-eslint/template-parser": "14.0.0",
37-
"@angular/cli": "14.0.5",
38-
"@angular/compiler-cli": "14.0.5",
31+
"@angular-devkit/build-angular": "14.0.6",
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.0.6",
38+
"@angular/compiler-cli": "14.0.6",
3939
"@types/jasmine": "4.0.3",
40-
"@typescript-eslint/eslint-plugin": "5.30.5",
41-
"@typescript-eslint/parser": "5.30.5",
42-
"eslint": "8.19.0",
40+
"@typescript-eslint/eslint-plugin": "5.30.7",
41+
"@typescript-eslint/parser": "5.30.7",
42+
"eslint": "8.20.0",
4343
"jasmine-core": "4.2.0",
4444
"karma": "6.4.0",
4545
"karma-chrome-launcher": "3.1.1",

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.0.5',
6+
version: 'Angular 14.0.6',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
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-starter',
6-
version: 'Angular 14.0.5',
6+
version: 'Angular 14.0.6',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
99
}

angular/ui/angular-starter-home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <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.5<i class="fab fa-angular fa-lg ms-2"></i>
161+
Angular 14.0.6<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">

react/package-lock.json

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

react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@fortawesome/fontawesome-free": "6.1.1",
77
"@testing-library/jest-dom": "5.16.4",
88
"@testing-library/react": "13.3.0",
9-
"@testing-library/user-event": "14.2.1",
9+
"@testing-library/user-event": "14.2.6",
1010
"bootstrap": "5.1.3",
1111
"react": "18.2.0",
1212
"react-dom": "18.2.0",
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"eslint": "8.19.0",
45+
"eslint": "8.20.0",
4646
"eslint-plugin-react": "7.30.1"
4747
}
4848
}

0 commit comments

Comments
 (0)