Skip to content

Commit dbf4502

Browse files
committed
chore(ts-sdk): updated app with new version
Signed-off-by: Kaan Caglan <[email protected]>
1 parent 9131135 commit dbf4502

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-6VXC6YAFhxPuoI03OojOURqYHPzrrhJAMFXnLfGl+yc";
22+
npmDepsHash = "sha256-o215ZVz15bG3gRLsyLaGqkE8AKheroRkqQvNum7bfzg=";
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.3",
28+
"@unionlabs/client": "^0.1.5",
2929
"@wagmi/connectors": "5.7.5",
3030
"@wagmi/core": "2.16.3",
3131
"bits-ui": "^0.21.13",

0 commit comments

Comments
 (0)