Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jits committed Mar 21, 2024
1 parent c25ed8b commit e8b262f
Show file tree
Hide file tree
Showing 4 changed files with 1,163 additions and 1,042 deletions.
42 changes: 21 additions & 21 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/material": "17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/platform-server": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/service-worker": "^17.3.0",
"@angular/ssr": "^17.3.0",
"@angular/animations": "^17.3.1",
"@angular/cdk": "17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/material": "17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/platform-server": "^17.3.1",
"@angular/router": "^17.3.1",
"@angular/service-worker": "^17.3.1",
"@angular/ssr": "^17.3.1",
"@ngrx/operators": "^17.1.1",
"@ngrx/signals": "^17.1.1",
"consola": "^3.2.3",
"express": "^4.18.3",
"express": "^4.19.1",
"firebase": "^10.9.0",
"ngxtension": "^2.1.0",
"rxfire": "^6.0.5",
Expand All @@ -43,20 +43,20 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular-devkit/build-angular": "^17.3.1",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/cli": "^17.3.1",
"@angular/compiler-cli": "^17.3.1",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"jasmine-core": "~5.1.2",
Expand All @@ -66,10 +66,10 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-mocks": "^14.12.1",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "~5.4.2"
"typescript": "~5.4.3"
}
}
}
Loading

0 comments on commit e8b262f

Please sign in to comment.