Skip to content

Commit

Permalink
misc: update deps (#203)
Browse files Browse the repository at this point in the history
* Update angular
* Bump flake inputs
  • Loading branch information
SuperSandro2000 authored Feb 16, 2025
1 parent 86e2038 commit 9ff62c8
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 177 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-HtnN5SU1A/xOkMDaB9nRRL1X9uRCiPnIGS5gEgTl480=";
hash = "sha256-3AQ5oyKrNOwf58hm45esaW6bnf3i37vqFf9RJDt15gY=";
};

nativeBuildInputs = [ nodejs pnpm.configHook ];
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.1",
"@angular/common": "^19.1.1",
"@angular/compiler": "^19.1.1",
"@angular/core": "^19.1.1",
"@angular/forms": "^19.1.1",
"@angular/platform-browser": "^19.1.1",
"@angular/platform-browser-dynamic": "^19.1.1",
"@angular/router": "^19.1.1",
"@angular/animations": "^19.1.6",
"@angular/common": "^19.1.6",
"@angular/compiler": "^19.1.6",
"@angular/core": "^19.1.6",
"@angular/forms": "^19.1.6",
"@angular/platform-browser": "^19.1.6",
"@angular/platform-browser-dynamic": "^19.1.6",
"@angular/router": "^19.1.6",
"@feel/form": "^0.0.30",
"@feel/style": "^0.0.30",
"@fontsource/dm-mono": "^5.1.1",
Expand All @@ -29,10 +29,10 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.2",
"@angular/cli": "^19.1.2",
"@angular/compiler-cli": "^19.1.1",
"@angular/language-service": "^19.1.1",
"@angular-devkit/build-angular": "^19.1.7",
"@angular/cli": "^19.1.7",
"@angular/compiler-cli": "^19.1.6",
"@angular/language-service": "^19.1.6",
"@types/jasmine": "~5.1.5",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
Expand Down
Loading

0 comments on commit 9ff62c8

Please sign in to comment.