Skip to content

Commit

Permalink
fix: upgrade tokens package
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Mar 13, 2024
1 parent 951ce43 commit bdeb1c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@dlc-link/dlc-tools": "1.1.1",
"@fungible-systems/zone-file": "2.0.0",
"@hirosystems/token-metadata-api-client": "1.2.0",
"@leather-wallet/tokens": "0.0.10",
"@leather-wallet/tokens": "0.0.13",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.3.2",
"@noble/secp256k1": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions theme/typography.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { textStyles as leatherTextStyles } from '@leather-wallet/tokens';
import { getWebTextVariants } from '@leather-wallet/tokens';
import { defineTextStyles } from '@pandacss/dev';

// ts-unused-exports:disable-next-line
export const textStyles = defineTextStyles({ ...leatherTextStyles });
export const textStyles = defineTextStyles({ ...getWebTextVariants() });
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2663,10 +2663,10 @@
"@trivago/prettier-plugin-sort-imports" "^4.2.0"
prettier "^3.0.3"

"@leather-wallet/[email protected].10":
version "0.0.10"
resolved "https://registry.yarnpkg.com/@leather-wallet/tokens/-/tokens-0.0.10.tgz#8d944d6f63847a71d9739974163554496c92b79c"
integrity sha512-DhFBpPclCaDM5+o/H5+luPfTrnLuQ8aW9PGBRSc+yiIhSL1wNv/fuTljF/R4uHQQblG4EQQ2fjRyh5XKBEfKaQ==
"@leather-wallet/[email protected].13":
version "0.0.13"
resolved "https://registry.yarnpkg.com/@leather-wallet/tokens/-/tokens-0.0.13.tgz#0162f59d888afcb15dd71fbbe7ab54b5b54b6386"
integrity sha512-ScXDDa0pyB86XqUHTWGoZPsrCpdWG/vEvhD5YyfSIBKnNnPdf/zP16/Wv88edPBXQfcR98YUOgIm+Uvjq75Fqw==

"@ledgerhq/devices@^8.0.7", "@ledgerhq/devices@^8.2.0":
version "8.2.0"
Expand Down

0 comments on commit bdeb1c1

Please sign in to comment.