Skip to content

Commit

Permalink
Merge pull request #333 from pimlicolabs/add-version
Browse files Browse the repository at this point in the history
upgrade vitest
  • Loading branch information
plusminushalf authored Nov 18, 2024
2 parents 5ea7177 + ddad534 commit e919705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"sideEffects": false,
"devDependencies": {
"@vitest/coverage-v8": "^1.2.0",
"@vitest/coverage-v8": "^2.1.5",
"@biomejs/biome": "^1.0.0",
"@changesets/changelog-git": "^0.1.14",
"@changesets/changelog-github": "^0.4.8",
Expand All @@ -28,7 +28,7 @@
"async-mutex": "^0.5.0",
"get-port": "^7.0.0",
"tsc-alias": "^1.8.8",
"vitest": "^1.6.0",
"vitest": "^2.1.5",
"viem": "2.21.22",
"wagmi": "^2.12.8",
"@permissionless/wagmi": "workspace:packages/wagmi",
Expand Down
1 change: 1 addition & 0 deletions packages/permissionless-test/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export const getThirdwebClient = async <

return toThirdwebSmartAccount({
client: publicClient,
version: "1.5.20",
entryPoint: {
address:
entryPoint.version === "0.6"
Expand Down

0 comments on commit e919705

Please sign in to comment.