Skip to content

Commit

Permalink
refactor(cli-template-monorepo-ethers): fix semaphore version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Feb 28, 2024
1 parent 6640210 commit b3f20b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/core": "^4.0.0-alpha.8",
"@semaphore-protocol/hardhat": "^4.0.0-alpha.8",
"@semaphore-protocol/core": "4.0.0-alpha.8",
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8699,7 +8699,7 @@ __metadata:
languageName: unknown
linkType: soft

"@semaphore-protocol/core@4.0.0-alpha.8, @semaphore-protocol/core@^4.0.0-alpha.8, @semaphore-protocol/core@workspace:packages/core":
"@semaphore-protocol/core@4.0.0-alpha.8, @semaphore-protocol/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@semaphore-protocol/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -8734,7 +8734,7 @@ __metadata:
languageName: unknown
linkType: soft

"@semaphore-protocol/hardhat@4.0.0-alpha.8, @semaphore-protocol/hardhat@^4.0.0-alpha.8, @semaphore-protocol/hardhat@workspace:packages/hardhat":
"@semaphore-protocol/hardhat@4.0.0-alpha.8, @semaphore-protocol/hardhat@workspace:packages/hardhat":
version: 0.0.0-use.local
resolution: "@semaphore-protocol/hardhat@workspace:packages/hardhat"
dependencies:
Expand Down Expand Up @@ -24734,8 +24734,8 @@ __metadata:
"@nomicfoundation/hardhat-toolbox": ^4.0.0
"@nomicfoundation/hardhat-verify": ^2.0.0
"@semaphore-protocol/contracts": 4.0.0-alpha.8
"@semaphore-protocol/core": ^4.0.0-alpha.8
"@semaphore-protocol/hardhat": ^4.0.0-alpha.8
"@semaphore-protocol/core": 4.0.0-alpha.8
"@semaphore-protocol/hardhat": 4.0.0-alpha.8
"@typechain/ethers-v6": ^0.5.0
"@typechain/hardhat": ^9.0.0
"@types/chai": ^4.2.0
Expand Down

0 comments on commit b3f20b6

Please sign in to comment.