Skip to content

Commit a347fee

Browse files
committed
Update dependncies on angular & react app
1 parent 42e3c17 commit a347fee

File tree

8 files changed

+354
-284
lines changed

8 files changed

+354
-284
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 16**
1414

15-
* Featuring [**Angular 16.0.3**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.3**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 16.0.4**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.4**](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/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"git.ignoreLimitWarning": true
3+
}

angular/package-lock.json

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

angular/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap",
3-
"version": "16.0.3",
3+
"version": "16.0.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,39 +13,39 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "16.0.3",
17-
"@angular/common": "16.0.3",
18-
"@angular/compiler": "16.0.3",
19-
"@angular/core": "16.0.3",
20-
"@angular/forms": "16.0.3",
21-
"@angular/platform-browser": "16.0.3",
22-
"@angular/platform-browser-dynamic": "16.0.3",
23-
"@angular/router": "16.0.3",
16+
"@angular/animations": "16.0.4",
17+
"@angular/common": "16.0.4",
18+
"@angular/compiler": "16.0.4",
19+
"@angular/core": "16.0.4",
20+
"@angular/forms": "16.0.4",
21+
"@angular/platform-browser": "16.0.4",
22+
"@angular/platform-browser-dynamic": "16.0.4",
23+
"@angular/router": "16.0.4",
2424
"@fortawesome/fontawesome-free": "6.4.0",
2525
"bootstrap": "5.3.0",
2626
"rxjs": "7.8.1",
27-
"tslib": "2.5.2",
27+
"tslib": "2.5.3",
2828
"zone.js": "0.13.0"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "16.0.3",
31+
"@angular-devkit/build-angular": "16.0.4",
3232
"@angular-eslint/builder": "16.0.3",
3333
"@angular-eslint/eslint-plugin": "16.0.3",
3434
"@angular-eslint/eslint-plugin-template": "16.0.3",
3535
"@angular-eslint/schematics": "16.0.3",
3636
"@angular-eslint/template-parser": "16.0.3",
37-
"@angular/cli": "16.0.3",
38-
"@angular/compiler-cli": "16.0.3",
37+
"@angular/cli": "16.0.4",
38+
"@angular/compiler-cli": "16.0.4",
3939
"@types/jasmine": "4.3.2",
40-
"@typescript-eslint/eslint-plugin": "5.59.8",
41-
"@typescript-eslint/parser": "5.59.8",
42-
"eslint": "8.41.0",
40+
"@typescript-eslint/eslint-plugin": "5.59.9",
41+
"@typescript-eslint/parser": "5.59.9",
42+
"eslint": "8.42.0",
4343
"jasmine-core": "4.6.0",
4444
"karma": "6.4.2",
4545
"karma-chrome-launcher": "3.2.0",
4646
"karma-coverage": "2.2.0",
4747
"karma-jasmine": "5.1.0",
48-
"karma-jasmine-html-reporter": "2.0.0",
48+
"karma-jasmine-html-reporter": "2.1.0",
4949
"typescript": "5.0.4"
5050
}
5151
}

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-bootstrap',
6-
version: 'Angular 16.0.3',
6+
version: 'Angular 16.0.4',
77
bootstrap: 'Bootstrap 5.3.0',
88
fontawesome: 'Font Awesome 6.4.0',
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-bootstrap',
6-
version: 'Angular 16.0.3',
6+
version: 'Angular 16.0.4',
77
bootstrap: 'Bootstrap 5.3.0',
88
fontawesome: 'Font Awesome 6.4.0',
99
}

react/package-lock.json

Lines changed: 48 additions & 48 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
@@ -10,7 +10,7 @@
1010
"bootstrap": "5.3.0",
1111
"react": "18.2.0",
1212
"react-dom": "18.2.0",
13-
"react-router-dom": "6.11.2",
13+
"react-router-dom": "6.12.0",
1414
"react-scripts": "5.0.1",
1515
"web-vitals": "3.3.2"
1616
},
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"eslint": "8.41.0",
45+
"eslint": "8.42.0",
4646
"eslint-plugin-react": "7.32.2"
4747
}
4848
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy