Skip to content

Commit e7cd6fc

Browse files
committed
fix(app): use new version
1 parent b7182d9 commit e7cd6fc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/app.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _: {
1919
{
2020
packages = {
2121
app = jsPkgs.buildNpmPackage {
22-
npmDepsHash = "sha256-a87Vl+6dv2uTBLBWkd1gzPkyUBGpH5a2StudkDusv8A=";
22+
npmDepsHash = "sha256-wGDndu7Oyal8o++4+GVxhlzV81qbwmF8g3debECoI6g=";
2323
src = ./.;
2424
sourceRoot = "app";
2525
npmFlags = [

app/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tanstack/svelte-query": "5.61.5",
2626
"@tanstack/svelte-table": "^8.20.5",
2727
"@tanstack/svelte-virtual": "3.10.9",
28-
"@unionlabs/client": "^0.1.1",
28+
"@unionlabs/client": "^0.1.2",
2929
"@wagmi/connectors": "5.7.5",
3030
"@wagmi/core": "2.16.3",
3131
"bits-ui": "^0.21.13",

0 commit comments

Comments
 (0)