Skip to content

Commit 8437547

Browse files
committed
refactor(cli-template-contracts-hardhat): fix semaphore version in tests
1 parent 0eb16c2 commit 8437547

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/cli-template-contracts-hardhat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
4444
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
4545
"@nomicfoundation/hardhat-verify": "^2.0.0",
46-
"@semaphore-protocol/core": "^4.0.0-alpha.8",
47-
"@semaphore-protocol/hardhat": "^4.0.0-alpha.8",
46+
"@semaphore-protocol/core": "4.0.0-alpha.8",
47+
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
4848
"@typechain/ethers-v6": "^0.5.0",
4949
"@typechain/hardhat": "^9.0.0",
5050
"@types/chai": "^4.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8565,8 +8565,8 @@ __metadata:
85658565
"@nomicfoundation/hardhat-toolbox": ^4.0.0
85668566
"@nomicfoundation/hardhat-verify": ^2.0.0
85678567
"@semaphore-protocol/contracts": 4.0.0-alpha.8
8568-
"@semaphore-protocol/core": ^4.0.0-alpha.8
8569-
"@semaphore-protocol/hardhat": ^4.0.0-alpha.8
8568+
"@semaphore-protocol/core": 4.0.0-alpha.8
8569+
"@semaphore-protocol/hardhat": 4.0.0-alpha.8
85708570
"@typechain/ethers-v6": ^0.5.0
85718571
"@typechain/hardhat": ^9.0.0
85728572
"@types/chai": ^4.2.0
@@ -8666,7 +8666,7 @@ __metadata:
86668666
languageName: unknown
86678667
linkType: soft
86688668

8669-
"@semaphore-protocol/core@4.0.0-alpha.8, @semaphore-protocol/core@^4.0.0-alpha.8, @semaphore-protocol/core@workspace:packages/core":
8669+
"@semaphore-protocol/core@4.0.0-alpha.8, @semaphore-protocol/core@workspace:packages/core":
86708670
version: 0.0.0-use.local
86718671
resolution: "@semaphore-protocol/core@workspace:packages/core"
86728672
dependencies:
@@ -8701,7 +8701,7 @@ __metadata:
87018701
languageName: unknown
87028702
linkType: soft
87038703

8704-
"@semaphore-protocol/hardhat@4.0.0-alpha.8, @semaphore-protocol/hardhat@^4.0.0-alpha.8, @semaphore-protocol/hardhat@workspace:packages/hardhat":
8704+
"@semaphore-protocol/hardhat@4.0.0-alpha.8, @semaphore-protocol/hardhat@workspace:packages/hardhat":
87058705
version: 0.0.0-use.local
87068706
resolution: "@semaphore-protocol/hardhat@workspace:packages/hardhat"
87078707
dependencies:

0 commit comments

Comments
 (0)