Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feature/contributor…
Browse files Browse the repository at this point in the history
…-roles
  • Loading branch information
TheKodeToad committed Nov 18, 2023
2 parents 9286a05 + 1c7e263 commit 60424e3
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 111 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
${config.pre-commit.installationScript}
'';
nativeBuildInputs = [config.proc.groups.daemons.package];
packages = with pkgs; [nodePackages.pnpm];
packages = with pkgs; [nodePackages.pnpm redis];
};
formatter = pkgs.alejandra;
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"just-random": "3.2.0",
"kleur": "4.1.5",
"redis": "4.6.10",
"tsx": "3.13.0"
"tsx": "4.1.1"
},
"devDependencies": {
"@types/node": "20.9.0",
Expand Down
Loading

0 comments on commit 60424e3

Please sign in to comment.