Skip to content

Commit

Permalink
misc: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jan 20, 2025
1 parent 836908e commit 7a0d34a
Show file tree
Hide file tree
Showing 4 changed files with 1,112 additions and 1,247 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.

8 changes: 6 additions & 2 deletions nix/frontend.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{ lib, stdenv, nodejs, pnpm, baseHref ? "/", title ? "NuschtOS Search" }:
{ callPackage, path, lib, stdenv, nodejs, baseHref ? "/", title ? "NuschtOS Search" }:

let
manifest = lib.importJSON ../package.json;
pnpm = callPackage (path + "/pkgs/development/tools/pnpm/generic.nix") {
version = "9.15.3";
hash = "sha256-wdpDcnzLwe1Cr/T9a9tLHpHmWoGObv/1skD78HC6Tq8=";
};
in
stdenv.mkDerivation (finalAttrs: {
pname = manifest.name;
Expand All @@ -21,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-+lUaSj0zs8DpjB4m6B4BORP2tp5u5szn9Fz57m4rLXY=";
hash = "sha256-UcIeymwNm0p2JLmu013grqWDLlZ1j3OBxTINWSVeFwA=";
};

nativeBuildInputs = [ nodejs pnpm.configHook ];
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.3",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/forms": "^19.0.3",
"@angular/platform-browser": "^19.0.3",
"@angular/platform-browser-dynamic": "^19.0.3",
"@angular/router": "^19.0.3",
"@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",
"@feel/form": "^0.0.30",
"@feel/style": "^0.0.30",
"@fontsource/dm-mono": "^5.1.0",
"@fontsource/dm-sans": "^5.1.0",
"@fontsource/dm-mono": "^5.1.1",
"@fontsource/dm-sans": "^5.1.1",
"@nuschtos/fixx": "^0.0.6",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.3",
"@angular/cli": "^19.0.3",
"@angular/compiler-cli": "^19.0.3",
"@angular/language-service": "^19.0.3",
"@angular-devkit/build-angular": "^19.1.2",
"@angular/cli": "^19.1.2",
"@angular/compiler-cli": "^19.1.1",
"@angular/language-service": "^19.1.1",
"@types/jasmine": "~5.1.5",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.6.3"
"typescript": "~5.7.3"
}
}
Loading

0 comments on commit 7a0d34a

Please sign in to comment.