Skip to content

Commit 4461392

Browse files
committed
refactor(cli-template-monorepo-subgraph): fix semaphore version
1 parent 29b2d76 commit 4461392

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/cli-template-monorepo-subgraph/apps/contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2020
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
2121
"@nomicfoundation/hardhat-verify": "^2.0.0",
22-
"@semaphore-protocol/core": "^4.0.0-alpha.8",
23-
"@semaphore-protocol/hardhat": "^4.0.0-alpha.8",
22+
"@semaphore-protocol/core": "4.0.0-alpha.8",
23+
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
2424
"@typechain/ethers-v6": "^0.5.0",
2525
"@typechain/hardhat": "^9.0.0",
2626
"@types/chai": "^4.2.0",

packages/cli-template-monorepo-subgraph/apps/web-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@semaphore-protocol/core": "^4.0.0-alpha.8",
13-
"@semaphore-protocol/data": "^4.0.0-alpha.8",
12+
"@semaphore-protocol/core": "4.0.0-alpha.8",
13+
"@semaphore-protocol/data": "4.0.0-alpha.8",
1414
"ethers": "^6.11.1",
1515
"next": "14.1.0",
1616
"next-pwa": "^5.6.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8699,7 +8699,7 @@ __metadata:
86998699
languageName: unknown
87008700
linkType: soft
87018701

8702-
"@semaphore-protocol/core@4.0.0-alpha.8, @semaphore-protocol/core@^4.0.0-alpha.8, @semaphore-protocol/core@workspace:packages/core":
8702+
"@semaphore-protocol/core@4.0.0-alpha.8, @semaphore-protocol/core@workspace:packages/core":
87038703
version: 0.0.0-use.local
87048704
resolution: "@semaphore-protocol/core@workspace:packages/core"
87058705
dependencies:
@@ -8709,7 +8709,7 @@ __metadata:
87098709
languageName: unknown
87108710
linkType: soft
87118711

8712-
"@semaphore-protocol/data@4.0.0-alpha.8, @semaphore-protocol/data@^4.0.0-alpha.8, @semaphore-protocol/data@workspace:packages/data":
8712+
"@semaphore-protocol/data@4.0.0-alpha.8, @semaphore-protocol/data@workspace:packages/data":
87138713
version: 0.0.0-use.local
87148714
resolution: "@semaphore-protocol/data@workspace:packages/data"
87158715
dependencies:
@@ -8734,7 +8734,7 @@ __metadata:
87348734
languageName: unknown
87358735
linkType: soft
87368736

8737-
"@semaphore-protocol/hardhat@4.0.0-alpha.8, @semaphore-protocol/hardhat@^4.0.0-alpha.8, @semaphore-protocol/hardhat@workspace:packages/hardhat":
8737+
"@semaphore-protocol/hardhat@4.0.0-alpha.8, @semaphore-protocol/hardhat@workspace:packages/hardhat":
87388738
version: 0.0.0-use.local
87398739
resolution: "@semaphore-protocol/hardhat@workspace:packages/hardhat"
87408740
dependencies:
@@ -24782,8 +24782,8 @@ __metadata:
2478224782
"@nomicfoundation/hardhat-toolbox": ^4.0.0
2478324783
"@nomicfoundation/hardhat-verify": ^2.0.0
2478424784
"@semaphore-protocol/contracts": 4.0.0-alpha.8
24785-
"@semaphore-protocol/core": ^4.0.0-alpha.8
24786-
"@semaphore-protocol/hardhat": ^4.0.0-alpha.8
24785+
"@semaphore-protocol/core": 4.0.0-alpha.8
24786+
"@semaphore-protocol/hardhat": 4.0.0-alpha.8
2478724787
"@typechain/ethers-v6": ^0.5.0
2478824788
"@typechain/hardhat": ^9.0.0
2478924789
"@types/chai": ^4.2.0
@@ -24816,8 +24816,8 @@ __metadata:
2481624816
version: 0.0.0-use.local
2481724817
resolution: "monorepo-subgraph-web-app@workspace:packages/cli-template-monorepo-subgraph/apps/web-app"
2481824818
dependencies:
24819-
"@semaphore-protocol/core": ^4.0.0-alpha.8
24820-
"@semaphore-protocol/data": ^4.0.0-alpha.8
24819+
"@semaphore-protocol/core": 4.0.0-alpha.8
24820+
"@semaphore-protocol/data": 4.0.0-alpha.8
2482124821
"@types/node": ^20
2482224822
"@types/react": ^18
2482324823
"@types/react-dom": ^18

0 commit comments

Comments
 (0)