Skip to content

Commit eca98f4

Browse files
committed
Update version Angular 14.0.2 & React 18.2.0
1 parent 3f7dadc commit eca98f4

File tree

8 files changed

+16
-114
lines changed

8 files changed

+16
-114
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class HomeComponent implements OnInit {
5858
this.meta.updateTag(
5959
{
6060
name: 'description',
61-
content: 'This application was developed with Angular version 14.0.1 and bootstrap 5.1.3' +
61+
content: 'This application was developed with Angular version 14.0.2 and bootstrap 5.1.3' +
6262
' It applies Routing, Lazy loading, Server side rendering and Progressive Web App (PWA)'
6363
});
6464
}

angular/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-modules',
6-
version: 'Angular 14.0.1',
6+
version: 'Angular 14.0.2',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
99
}

angular/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-modules',
6-
version: 'Angular 14.0.1',
6+
version: 'Angular 14.0.2',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
99
}

angular/ui/angular-starter-home.html

Lines changed: 1 addition & 1 deletion
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.1<i class="fab fa-angular fa-lg ms-2"></i>
161+
Angular 14.0.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">

react/README.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

react/package-lock.json

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

react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-modules",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "5.16.4",
77
"@testing-library/react": "13.3.0",
8-
"@testing-library/user-event": "14.2.0",
8+
"@testing-library/user-event": "14.2.1",
99
"@fortawesome/fontawesome-free": "6.1.1",
1010
"bootstrap": "5.1.3",
1111
"react": "18.2.0",

react/src/environments/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const environment = {
22
application:
33
{
44
name: 'react-bootstrap',
5-
version: 'React 18.1.0',
5+
version: 'React 18.2.0',
66
bootstrap: 'Bootstrap 5.1.3',
77
fontawesome: 'Font Awesome 6.1.1',
88
}

0 commit comments

Comments
 (0)