Skip to content

Commit

Permalink
feat: update gardenfi packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Jan 7, 2025
1 parent b33ffd3 commit 9660362
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@fontsource/inter": "^5.0.18",
"@fontsource/onest": "^5.0.3",
"@fontsource/poppins": "^5.0.8",
"@gardenfi/core": "2.0.1",
"@gardenfi/core": "2.0.2",
"@gardenfi/orderbook": "2.0.0",
"@gardenfi/react-hooks": "2.0.0",
"@gardenfi/react-hooks": "2.0.1",
"@gardenfi/utils": "2.0.0",
"@gemwallet/api": "^3.8.0",
"@ledgerhq/hw-app-xrp": "^6.29.4",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default defineConfig(async ({ mode }) => {
build: {
target: 'esnext',
rollupOptions: {
external: ['@safe-window/safe-apps-sdk']
external: ['@safe-global/safe-apps-sdk']
}
},
define: {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1932,10 +1932,10 @@
resolved "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.0.12.tgz"
integrity sha512-0qzBxtIJLh82iMJ9pCXKYwGs1zyS+jyUmwVJ59+JdYnEaFVkDsxVOk9yDWfVOs14ALUneodU2m5YSGma6dCYCw==

"@gardenfi/core@2.0.1", "@gardenfi/core@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@gardenfi/core/-/core-2.0.1.tgz#987a49267c08c1f8b7951d1c6a0c15d2dd14328d"
integrity sha512-EQrLsJPpagUwqV85f/eNUi8uEWe/4oXE560rX8u1SCfaZM2MAeaat3+K6yUjWTkSuuR0gUQlga0TnTj2Zb76og==
"@gardenfi/core@2.0.2", "@gardenfi/core@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@gardenfi/core/-/core-2.0.2.tgz#c435dd4719efa2018c901d17de514a6da032a339"
integrity sha512-beLMDkbLHpCRlIUERNiFlm4+R2QUbx/wG98SDzQYZ5Xp+25vzkpAW1BCQtBZrWqS0OmO7CgXBax7l/TxZWcQ6w==
dependencies:
"@catalogfi/utils" "^0.1.6"
"@catalogfi/wallets" "^0.2.51"
Expand All @@ -1960,14 +1960,14 @@
viem "^2.21.15"
ws "^8.14.2"

"@gardenfi/react-hooks@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@gardenfi/react-hooks/-/react-hooks-2.0.0.tgz#03d7c3d6fd982adb21901b04ded2f8f3ffe557cd"
integrity sha512-lG14FCBM09p84PVSld2k1x091uEE4oUjJUcUgHItSvTwy3x7rvRbj4jEoeYdq4gyTmLMCYRWOFOjA+HKkTIadg==
"@gardenfi/react-hooks@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@gardenfi/react-hooks/-/react-hooks-2.0.1.tgz#183cb4882050c5592ff13e84ed38f7561c979d75"
integrity sha512-+d92pJYQ3th4cFzUx2ixVyeqcEBMm5VefIEIf3Zg1JxbXbxrfHCSB3uZa6KAN9t+JbRhM74r2nqyP1C6N9wqhQ==
dependencies:
"@catalogfi/utils" "^0.1.6"
"@catalogfi/wallets" "^0.2.51"
"@gardenfi/core" "^2.0.0"
"@gardenfi/core" "^2.0.2"
"@gardenfi/orderbook" "^2.0.0"
"@gardenfi/utils" "^2.0.0"
react "^18.3.1"
Expand Down

0 comments on commit 9660362

Please sign in to comment.