diff --git a/bun.lockb b/bun.lockb index fd36f2b11..075f7a5a2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/common/package.json b/common/package.json index a1d588553..c6d8c83a4 100644 --- a/common/package.json +++ b/common/package.json @@ -10,6 +10,6 @@ "dependencies": { "@alchemy/aa-core": "^3.18.2", "valibot": "^0.33.3", - "viem": "^2.15.1" + "viem": "^2.16.0" } } diff --git a/package.json b/package.json index b52a2e20a..f0d7c7ee5 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,8 @@ "tamagui": "^1.101.0", "text-encoding": "^0.7.0", "ua-parser-js": "^1.0.38", - "viem": "^2.15.1", - "wagmi": "^2.10.3", + "viem": "^2.16.0", + "wagmi": "^2.10.4", "webauthn-owner-plugin": "exactly/webauthn-owner-plugin#143dc74", "zustand": "^4.5.2" }, @@ -113,9 +113,8 @@ "@turnkey/iframe-stamper": "npm:@favware/skip-dependency@1.2.2", "@turnkey/viem": "npm:@favware/skip-dependency@1.2.2", "@turnkey/webauthn-stamper": "npm:@favware/skip-dependency@1.2.2", - "typescript": "~5.3.3", "undici": "^6.18.2", - "viem": "^2.15.1", + "viem": "^2.16.0", "zustand": "^4.5.2" }, "trustedDependencies": [ diff --git a/server/package.json b/server/package.json index 2838e7de0..800e1dc5b 100644 --- a/server/package.json +++ b/server/package.json @@ -18,17 +18,16 @@ "@vercel/kv": "^2.0.0", "@vercel/node": "^3.1.7", "@vercel/postgres": "^0.8.0", - "@wagmi/core": "2.11.3", + "@wagmi/core": "2.11.4", "drizzle-orm": "^0.31.2", "jose": "^5.4.1", "valibot": "^0.33.3", - "viem": "^2.15.1", + "viem": "^2.16.0", "zod": "^3.23.8" }, "devDependencies": { - "@types/node": "^20.14.6", + "@types/node": "^20.14.7", "drizzle-kit": "^0.22.7", - "typescript": "^5.4.5", "vercel": "^34.2.7" } } diff --git a/webauthn/package.json b/webauthn/package.json index ec91863ba..95ed1ca75 100644 --- a/webauthn/package.json +++ b/webauthn/package.json @@ -27,9 +27,7 @@ }, "peerDependencies": { "expo": "*", - "expo-modules-core": "*", - "react": "*", - "react-native": "*" + "expo-modules-core": "*" }, "main": "dist/index.js", "types": "dist/index.d.ts"