Skip to content

Commit

Permalink
fix: tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Jul 22, 2024
1 parent f34b0c2 commit 6a876a2
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 238 deletions.
14 changes: 6 additions & 8 deletions apps/hybrid-pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@dynamic-labs/ethereum": "v3.0.0-alpha.22",
"@dynamic-labs/ethereum-aa": "v3.0.0-alpha.22",
"@dynamic-labs/sdk-react-core": "v3.0.0-alpha.22",
"@dynamic-labs/wagmi-connector": "v3.0.0-alpha.22",
"@dynamic-labs/ethereum": "^v3.0.0-alpha.24",
"@dynamic-labs/ethereum-aa": "^v3.0.0-alpha.24",
"@dynamic-labs/sdk-react-core": "^v3.0.0-alpha.24",
"@dynamic-labs/wagmi-connector": "^v3.0.0-alpha.24",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@gobob/chains": "workspace:^",
Expand All @@ -38,17 +38,15 @@
"@zerodev/sdk": "^5.3.4",
"big.js": "^6.2.1",
"date-fns": "^3.2.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"graphql-request": "6.1.0",
"permissionless": "0.1.20",
"permissionless": "^0.1.41",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.16.0",
"react-use": "^17.5.1",
"styled-components": "^6.0.8",
"viem": "2.9.25",
"vite-plugin-node-polyfills": "^0.15.0",
"viem": "^2.17.3",
"wagmi": "^2.8.1",
"yup": "^0.32.11"
},
Expand Down
1 change: 0 additions & 1 deletion apps/hybrid-pay/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineConfig(({ mode }) => {
project: 'bob-ui'
}),
nodePolyfills({
// To add only specific polyfills, add them here. If no option is passed, adds all polyfills
include: ['path'],
// To exclude specific polyfills, add them to this list. Note: if include is provided, this has no effect
exclude: [
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@gobob/chains": "workspace:^",
"@wagmi/core": "^2.9.1",
"wagmi": "^2.8.1",
"viem": "2.9.25"
"viem": "^2.10.2"
}
}
Loading

0 comments on commit 6a876a2

Please sign in to comment.