Unverified Commit 0950ea16 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

pnpm_10_29_2: init

10.29.3 made a breaking change: https://github.com/pnpm/pnpm/issues/10601.
Pnpm packages that depend on electron builder must be upgraded to 26.8.2 or newer
otherwise a runtime error will occur when launching the application.
parent a53c5240
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@ let
      version = "9.15.9";
      hash = "sha256-z4anrXZEBjldQoam0J1zBxFyCsxtk+nc6ax6xNxKKKc=";
    };
    # 10.29.3 made a breaking change: https://github.com/pnpm/pnpm/issues/10601.
    # Pnpm packages that depend on electron builder must be upgraded to 26.8.2 or newer
    # otherwise a runtime error will occur when launching the application.
    "10_29_2" = {
      version = "10.29.2";
      hash = "sha256-hAL2daH0zJ1PJ7v6s1wtSi4dfrATHfA9rQlhnoZnTQw=";
    };
    "10" = {
      version = "10.29.2";
      hash = "sha256-hAL2daH0zJ1PJ7v6s1wtSi4dfrATHfA9rQlhnoZnTQw=";
+1 −0
Original line number Diff line number Diff line
@@ -3249,6 +3249,7 @@ with pkgs;
  inherit (callPackage ../development/tools/pnpm { })
    pnpm_8
    pnpm_9
    pnpm_10_29_2
    pnpm_10
    ;
  pnpm = pnpm_10;