Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh committed Nov 28, 2023
1 parent 49d227a commit ac01ad4
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/gen/npm-deps-hash.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file was generated by prefetch-npm-deps
"sha256-3sDbVhLjIYiSICPJZfjneW6s2nNKsKSJxtkOt+xTKKQ="
"sha256-UF+5nvMXO8IP4S2W0u9Ypxa60Z7VHkNuU1YilMxcmPE="
12 changes: 12 additions & 0 deletions nix/gen/spago-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,18 @@ let
installPhase = "ln -s $src $out";
};

"web-resize-observer" = pkgs.stdenv.mkDerivation {
name = "web-resize-observer";
version = "f941993a7d22ec19196e8e5bf7ac924502d5dc7e";
src = pkgs.fetchgit {
url = "https://github.com/paluh/purescript-web-resize-observer.git";
rev = "f941993a7d22ec19196e8e5bf7ac924502d5dc7e";
sha256 = "0rjzvh52q8q443lk646ypab8lf7lcf4rj98k0yni6xw5vj6nqkic";
};
phases = "installPhase";
installPhase = "ln -s $src $out";
};

"web-storage" = pkgs.stdenv.mkDerivation {
name = "web-storage";
version = "v5.0.0";
Expand Down
37 changes: 37 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"dependencies": {
"@dcspark/cardano-multiplatform-lib-browser": "^3.1.2",
"@react-hookz/web": "^23.1.0",
"big-integer": "^1.6.51",
"bip39": "^3.0.4",
"bootstrap": "^5.3.2",
Expand Down
16 changes: 15 additions & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,18 @@ in upstream
]
"https://github.com/CarstenKoenig/purescript-errors.git"
"edfd8b1a285920e725a7fec32e736c5d59561772"

with
web-resize-observer = mkPackage
[ "arrays"
, "control"
, "effect"
, "either"
, "foldable-traversable"
, "foreign"
, "prelude"
, "record"
, "transformers"
, "web-dom"
]
"https://github.com/paluh/purescript-web-resize-observer.git"
"f941993a7d22ec19196e8e5bf7ac924502d5dc7e"
1 change: 1 addition & 0 deletions spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
, "web-dom"
, "web-file"
, "web-html"
, "web-resize-observer"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Expand Down

0 comments on commit ac01ad4

Please sign in to comment.