Skip to content

Commit d02342c

Browse files
committed
Update Angular CLI 14.2.3
1 parent 85cd3ad commit d02342c

File tree

3 files changed

+82
-82
lines changed

3 files changed

+82
-82
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.2.2**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.2**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.2.2**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.3**](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

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

angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap",
3-
"version": "14.1.0",
3+
"version": "14.2.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -28,13 +28,13 @@
2828
"zone.js": "0.11.8"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "14.2.2",
31+
"@angular-devkit/build-angular": "14.2.3",
3232
"@angular-eslint/builder": "14.0.4",
3333
"@angular-eslint/eslint-plugin": "14.0.4",
3434
"@angular-eslint/eslint-plugin-template": "14.0.4",
3535
"@angular-eslint/schematics": "14.0.4",
3636
"@angular-eslint/template-parser": "14.0.4",
37-
"@angular/cli": "14.2.2",
37+
"@angular/cli": "14.2.3",
3838
"@angular/compiler-cli": "14.2.2",
3939
"@types/jasmine": "4.3.0",
4040
"@typescript-eslint/eslint-plugin": "5.37.0",

0 commit comments

Comments
 (0)