Skip to content

Commit

Permalink
chore(): update @angular/cli to 17.2.2 and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inpercima committed Mar 2, 2024
1 parent 4d14bd8 commit 3553db0
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 149 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project was generated with [swaaplate](https://github.com/inpercima/swaapla

### Angular CLI

* `@angular/cli 17.2.1` or higher
* `@angular/cli 17.2.2` or higher

### Node, npm or yarn

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@
}
],
"dependencies": {
"@angular/animations": "17.2.2",
"@angular/animations": "17.2.3",
"@angular/cdk": "17.2.1",
"@angular/common": "17.2.2",
"@angular/compiler": "17.2.2",
"@angular/core": "17.2.2",
"@angular/forms": "17.2.2",
"@angular/common": "17.2.3",
"@angular/compiler": "17.2.3",
"@angular/core": "17.2.3",
"@angular/forms": "17.2.3",
"@angular/material": "17.2.1",
"@angular/platform-browser": "17.2.2",
"@angular/platform-browser-dynamic": "17.2.2",
"@angular/platform-browser": "17.2.3",
"@angular/platform-browser-dynamic": "17.2.3",
"material-icons": "1.13.12",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
"description": "Shows the status of a minecraft server.",
"devDependencies": {
"@angular-devkit/build-angular": "17.2.1",
"@angular-devkit/build-angular": "17.2.2",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "17.2.1",
"@angular/compiler-cli": "17.2.2",
"@angular/cli": "17.2.2",
"@angular/compiler-cli": "17.2.3",
"@cypress/schematic": "2.5.1",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"autoprefixer": "10.4.17",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"autoprefixer": "10.4.18",
"cypress": "13.6.6",
"eslint": "8.57.0",
"jasmine-core": "5.1.2",
"karma": "6.4.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
Expand Down
Loading

0 comments on commit 3553db0

Please sign in to comment.