Skip to content

Commit

Permalink
refactor: upgrade stacks js, closes LEA-1989
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf authored and kyranjamie committed Feb 5, 2025
1 parent 55643a6 commit f6c27e0
Show file tree
Hide file tree
Showing 110 changed files with 1,365 additions and 1,473 deletions.
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@
"@hirosystems/token-metadata-api-client": "1.2.0",
"@hookform/resolvers": "3.9.1",
"@leather.io/analytics": "2.0.1",
"@leather.io/bitcoin": "0.17.0",
"@leather.io/constants": "0.13.5",
"@leather.io/crypto": "1.6.14",
"@leather.io/models": "0.24.3",
"@leather.io/query": "2.26.16",
"@leather.io/stacks": "1.4.0",
"@leather.io/tokens": "0.12.1",
"@leather.io/bitcoin": "0.19.18",
"@leather.io/constants": "0.15.5",
"@leather.io/crypto": "1.6.34",
"@leather.io/models": "0.25.1",
"@leather.io/query": "2.26.19",
"@leather.io/stacks": "1.5.19",
"@leather.io/tokens": "0.12.10",
"@leather.io/ui": "1.48.2",
"@leather.io/utils": "0.25.0",
"@leather.io/utils": "0.25.1",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.5.0",
"@noble/secp256k1": "2.1.0",
Expand All @@ -171,18 +171,17 @@
"@segment/analytics-next": "1.70.0",
"@sentry/browser": "8.26.0",
"@sentry/tracing": "7.106.0",
"@stacks/auth": "6.15.0",
"@stacks/blockchain-api-client": "6.3.4",
"@stacks/common": "6.13.0",
"@stacks/auth": "7.0.2",
"@stacks/common": "7.0.2",
"@stacks/connect": "7.4.0",
"@stacks/connect-ui": "6.1.1",
"@stacks/encryption": "6.15.0",
"@stacks/network": "6.13.0",
"@stacks/profile": "6.15.0",
"@stacks/encryption": "7.0.2",
"@stacks/network": "7.0.2",
"@stacks/network-v6": "npm:@stacks/network@6.13.0",
"@stacks/profile": "7.0.2",
"@stacks/rpc-client": "1.0.3",
"@stacks/storage": "6.15.0",
"@stacks/transactions": "6.17.0",
"@stacks/wallet-sdk": "6.15.0",
"@stacks/transactions": "7.0.2",
"@stacks/transactions-v6": "npm:@stacks/transactions@6.17.0",
"@stacks/wallet-sdk": "7.0.2",
"@stitches/react": "1.2.8",
"@storybook/addon-styling-webpack": "1.0.1",
"@styled-system/theme-get": "5.1.2",
Expand Down Expand Up @@ -259,17 +258,17 @@
"varuint-bitcoin": "1.1.2",
"webextension-polyfill": "0.12.0",
"yup": "1.4.0",
"zod": "3.23.8",
"zod": "3.24.1",
"zod-validation-error": "3.4.0",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@actions/core": "1.10.1",
"@chromatic-com/storybook": "3.2.2",
"@leather.io/eslint-config": "0.7.0",
"@leather.io/panda-preset": "0.8.0",
"@leather.io/panda-preset": " 0.8.9",
"@leather.io/prettier-config": "0.6.0",
"@leather.io/rpc": "2.5.3",
"@leather.io/rpc": "2.5.5",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.46.1",
Expand Down
Loading

0 comments on commit f6c27e0

Please sign in to comment.