Skip to content

Commit

Permalink
⬆️ dependencies: remove unnecessary overrides, upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jun 21, 2024
1 parent 1a77638 commit ba057c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@alchemy/aa-core": "^3.18.2",
"valibot": "^0.33.3",
"viem": "^2.15.1"
"viem": "^2.16.0"
}
}
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -113,9 +113,8 @@
"@turnkey/iframe-stamper": "npm:@favware/[email protected]",
"@turnkey/viem": "npm:@favware/[email protected]",
"@turnkey/webauthn-stamper": "npm:@favware/[email protected]",
"typescript": "~5.3.3",
"undici": "^6.18.2",
"viem": "^2.15.1",
"viem": "^2.16.0",
"zustand": "^4.5.2"
},
"trustedDependencies": [
Expand Down
7 changes: 3 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 1 addition & 3 deletions webauthn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
},
"peerDependencies": {
"expo": "*",
"expo-modules-core": "*",
"react": "*",
"react-native": "*"
"expo-modules-core": "*"
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
Expand Down

0 comments on commit ba057c7

Please sign in to comment.