Skip to content

Commit

Permalink
refactor(cli-template-contracts-hardhat): 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 0eb16c2 commit 8437547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/cli-template-contracts-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,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 @@ -8565,8 +8565,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 Expand Up @@ -8666,7 +8666,7 @@ __metadata:
languageName: unknown
linkType: soft

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

"@semaphore-protocol/[email protected], @semaphore-protocol/hardhat@^4.0.0-alpha.8, @semaphore-protocol/hardhat@workspace:packages/hardhat":
"@semaphore-protocol/[email protected], @semaphore-protocol/hardhat@workspace:packages/hardhat":
version: 0.0.0-use.local
resolution: "@semaphore-protocol/hardhat@workspace:packages/hardhat"
dependencies:
Expand Down

0 comments on commit 8437547

Please sign in to comment.