Skip to content

Commit

Permalink
Fix the versions of circuit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Sep 5, 2024
1 parent cebff35 commit 62b389e
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 581 deletions.
4 changes: 2 additions & 2 deletions packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "NODE_OPTIONS=--max_old_space_size=8192 jest"
},
"dependencies": {
"@zk-email/circuits": "^6.1.5",
"@zk-email/circuits": "=6.1.5",
"@zk-email/relayer-utils": "^0.2.4",
"@zk-email/zk-regex-circom": "^2.1.1",
"@zk-email/zk-regex-circom": "=2.1.1",
"commander": "^11.0.0",
"snarkjs": "^0.7.4"
},
Expand Down
Loading

0 comments on commit 62b389e

Please sign in to comment.