Skip to content

Commit

Permalink
feat(app): use typescript-sdk v0.0.40 (#3455)
Browse files Browse the repository at this point in the history
switches from ucs01 to ucs03
  • Loading branch information
cor authored Jan 7, 2025
2 parents 66cc98f + 583be2b commit 9a55bfa
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _: {
{
packages = {
app = jsPkgs.buildNpmPackage {
npmDepsHash = "sha256-YAUgEe+4g4GbKprXJoeMKrkvhUqXZ6md5WJph2DGcEM=";
npmDepsHash = "sha256-5pT2cOd8DaPiLCIUvIGAVet8hvJ8Am/UZp07ySCiFtk=";
src = ./.;
sourceRoot = "app";
npmFlags = [
Expand Down
123 changes: 113 additions & 10 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 @@ -28,7 +28,7 @@
"@tanstack/svelte-query": "5.61.5",
"@tanstack/svelte-table": "^8.20.5",
"@tanstack/svelte-virtual": "3.10.9",
"@unionlabs/client": "^0.0.39",
"@unionlabs/client": "^0.0.40",
"@wagmi/connectors": "5.5.2",
"@wagmi/core": "2.15.1",
"bits-ui": "^0.21.13",
Expand Down

0 comments on commit 9a55bfa

Please sign in to comment.