Skip to content

Commit

Permalink
chore: upgrade app dependencies (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 2, 2024
2 parents b169c03 + 37e8abc commit 28537d8
Show file tree
Hide file tree
Showing 3 changed files with 972 additions and 580 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-5mltk0PZ38RXJ8iGLxTiLu+o7mQ9HwQXRcVbRzTYMyA=";
npmDepsHash = "sha256-VRPczr/PHVSjiJpTmVHVQxXGkmPhqn5bEQ8qVarYcz8=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down
Loading

0 comments on commit 28537d8

Please sign in to comment.