Skip to content

Commit

Permalink
Update pnpm to v9.12.3 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandroBot authored Nov 1, 2024
1 parent b5ce87e commit b53172f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
let
manifest = lib.importJSON ../package.json;
pnpm = callPackage (path + "/pkgs/development/tools/pnpm/generic.nix") {
version = "9.12.2";
hash = "sha256-LvblR7CwfYQdYFJA3OTWNWd4MRSM0w9tVkuPT5KPc9I=";
version = "9.12.3";
hash = "sha256-JCNXcsxKyCpiYnzUf4NMcmZ6LOh3mahG7E6OVV4tS4s=";
};
in
stdenv.mkDerivation (finalAttrs: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuscht-search",
"version": "0.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit b53172f

Please sign in to comment.