Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jits committed Feb 16, 2024
1 parent 0689854 commit 86facf9
Show file tree
Hide file tree
Showing 4 changed files with 919 additions and 826 deletions.
36 changes: 18 additions & 18 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.3",
"@angular/cdk": "17.1.2",
"@angular/common": "^17.1.3",
"@angular/compiler": "^17.1.3",
"@angular/core": "^17.1.3",
"@angular/forms": "^17.1.3",
"@angular/material": "17.1.2",
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/platform-server": "^17.1.3",
"@angular/router": "^17.1.3",
"@angular/service-worker": "^17.1.3",
"@angular/ssr": "^17.1.3",
"@angular/animations": "^17.2.1",
"@angular/cdk": "17.2.0",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/forms": "^17.2.1",
"@angular/material": "17.2.0",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/platform-server": "^17.2.1",
"@angular/router": "^17.2.1",
"@angular/service-worker": "^17.2.1",
"@angular/ssr": "^17.2.0",
"@ngrx/operators": "^17.1.0",
"@ngrx/signals": "^17.1.0",
"consola": "^3.2.3",
Expand All @@ -37,20 +37,20 @@
"rxfire": "^6.0.5",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.3",
"@angular-devkit/build-angular": "^17.2.0",
"@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.1.3",
"@angular/compiler-cli": "^17.1.3",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.1",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"autoprefixer": "^10.4.17",
Expand Down
Loading

0 comments on commit 86facf9

Please sign in to comment.