Skip to content

Commit

Permalink
fix(app): remove v0 api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qlp committed Oct 21, 2024
1 parent e491e76 commit 496c0c8
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 29 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _: {
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-DD7rjuzM5RSfubkK8hNH3qKAmEf3oy1e7hyR3gi9Kb0=";
npmDepsHash = "sha256-iXb3mlWQpTIdlLCov/D2CXQP9oDAdqgQtPg5BavokiM=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--enable-pre-post-scripts" ];
Expand Down
82 changes: 55 additions & 27 deletions app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tanstack/svelte-query": "^5.55.4",
"@tanstack/svelte-table": "^8.20.5",
"@tanstack/svelte-virtual": "^3.10.7",
"@unionlabs/client": "^0.0.26",
"@unionlabs/client": "^0.0.27",
"@wagmi/connectors": "^5.1.11",
"@wagmi/core": "^2.13.5",
"bits-ui": "^0.21.13",
Expand Down

0 comments on commit 496c0c8

Please sign in to comment.