Skip to content

Commit 866417c

Browse files
committed
Update Angular 14.2.4 & ESLint on React
1 parent 65559d1 commit 866417c

File tree

10 files changed

+703
-1739
lines changed

10 files changed

+703
-1739
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.2.2**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.3**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.2.4**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.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/package copy.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "angular-bootstrap",
3+
"version": "14.2.2",
4+
"scripts": {
5+
"ng": "ng",
6+
"start": "ng serve --port 4200",
7+
"build": "ng build",
8+
"watch": "ng build --watch --configuration development",
9+
"test": "ng test",
10+
"coverage": "ng test --no-watch --code-coverage",
11+
"serve": "node server",
12+
"lint": "ng lint"
13+
},
14+
"private": true,
15+
"dependencies": {
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",
26+
"rxjs": "7.5.6",
27+
"tslib": "2.4.0",
28+
"zone.js": "0.11.8"
29+
},
30+
"devDependencies": {
31+
"@angular-devkit/build-angular": "14.2.3",
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.3",
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",
44+
"karma": "6.4.0",
45+
"karma-chrome-launcher": "3.1.1",
46+
"karma-coverage": "2.2.0",
47+
"karma-jasmine": "5.1.0",
48+
"karma-jasmine-html-reporter": "2.0.0",
49+
"typescript": "4.8.3"
50+
}
51+
}

0 commit comments

Comments
 (0)