Skip to content

Commit

Permalink
feat: modify wagmi version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Jan 6, 2025
1 parent 717164e commit b6e010b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"redux-persist-expire": "^1.1.1",
"vite-plugin-toml": "^0.7.0",
"viem": "^2.21.15",
"wagmi": "^2.12.16",
"wagmi": "2.14.6",
"xrpl": "^4.0.0"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ export default defineConfig(async ({ mode }) => {
plugins: [react(), wasm(), ViteToml()],
build: {
target: 'esnext',
rollupOptions: {
external: ['@safe-window/safe-apps-sdk']
}
},
define: {
global: 'window',
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9515,7 +9515,7 @@ vitest@^0.34.6:
vite-node "0.34.6"
why-is-node-running "^2.2.2"

wagmi@^2.12.16:
wagmi@2.14.6, wagmi@^2.12.16:
version "2.14.6"
resolved "https://registry.yarnpkg.com/wagmi/-/wagmi-2.14.6.tgz#046db4c119f53c276c9f2d4b0034fe2ebc3ff05c"
integrity sha512-h8KDjPiXywZcKAbGttGDlZpwabZynR4lZ8eDO63tNgfxiMyhld0M5bMcB/u7XnH2xFgd0gq7PA2RVz96XMjazw==
Expand Down

0 comments on commit b6e010b

Please sign in to comment.