Skip to content

Commit

Permalink
Update @angular/cli to 16.2.0 and its dependencies
Browse files Browse the repository at this point in the history
inpercima committed Aug 25, 2023
1 parent e2ea6ad commit 481a5ef
Showing 3 changed files with 1,764 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ This project was generated with [swaaplate](https://github.com/inpercima/swaapla

### Angular CLI

* `@angular/cli 16.1.4` or higher
* `@angular/cli 16.2.0` or higher

### Node, npm or yarn

56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -7,46 +7,46 @@
}
],
"dependencies": {
"@angular/animations": "16.1.5",
"@angular/cdk": "16.1.5",
"@angular/common": "16.1.5",
"@angular/compiler": "16.1.5",
"@angular/core": "16.1.5",
"@angular/forms": "16.1.5",
"@angular/material": "16.1.5",
"@angular/platform-browser": "16.1.5",
"@angular/platform-browser-dynamic": "16.1.5",
"autoprefixer": "10.4.14",
"chart.js": "4.3.0",
"material-icons": "1.13.8",
"ng2-charts": "4.1.1",
"@angular/animations": "16.2.2",
"@angular/cdk": "16.2.1",
"@angular/common": "16.2.2",
"@angular/compiler": "16.2.2",
"@angular/core": "16.2.2",
"@angular/forms": "16.2.2",
"@angular/material": "16.2.1",
"@angular/platform-browser": "16.2.2",
"@angular/platform-browser-dynamic": "16.2.2",
"autoprefixer": "10.4.15",
"chart.js": "4.4.0",
"material-icons": "1.13.10",
"ng2-charts": "5.0.3",
"rxjs": "7.8.1",
"tslib": "2.6.0",
"tslib": "2.6.2",
"zone.js": "0.13.1"
},
"description": "Coronavirus (COVID-19) cases in Germany, Saxony and Leipzig.",
"devDependencies": {
"@angular-devkit/build-angular": "16.1.4",
"@angular-eslint/builder": "16.1.0",
"@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.1.0",
"@angular-eslint/schematics": "16.1.0",
"@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "16.1.4",
"@angular/compiler-cli": "16.1.5",
"@angular-devkit/build-angular": "16.2.0",
"@angular-eslint/builder": "16.1.1",
"@angular-eslint/eslint-plugin": "16.1.1",
"@angular-eslint/eslint-plugin-template": "16.1.1",
"@angular-eslint/schematics": "16.1.1",
"@angular-eslint/template-parser": "16.1.1",
"@angular/cli": "16.2.0",
"@angular/compiler-cli": "16.2.2",
"@cypress/schematic": "2.5.0",
"@types/jasmine": "4.3.5",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"cypress": "12.17.1",
"eslint": "8.45.0",
"jasmine-core": "5.0.1",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"cypress": "12.17.4",
"eslint": "8.48.0",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"postcss": "8.4.26",
"postcss": "8.4.28",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
2,993 changes: 1,735 additions & 1,258 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 481a5ef

Please sign in to comment.