Skip to content

Commit

Permalink
update zkemail verion
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Apr 17, 2024
1 parent 40d417a commit 88be537
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@proof-of-twitter/circuits": "workspace:^",
"@proof-of-twitter/contracts": "workspace:^",
"@rainbow-me/rainbowkit": "^1.3.3",
"@zk-email/helpers": "4.0.0-alpha",
"@zk-email/helpers": "4.0.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "NODE_OPTIONS=--max_old_space_size=16384 jest"
},
"dependencies": {
"@zk-email/circuits": "4.0.0-alpha",
"@zk-email/helpers": "4.0.0-alpha",
"@zk-email/circuits": "4.0.0",
"@zk-email/helpers": "4.0.0",
"@zk-email/zk-regex-circom": "^1.1.1",
"commander": "^11.1.0",
"snarkjs": "git+https://github.com/vb7401/snarkjs.git#24981febe8826b6ab76ae4d76cf7f9142919d2b8"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2965,8 +2965,8 @@ __metadata:
"@babel/preset-env": ^7.23.3
"@babel/preset-typescript": ^7.23.3
"@types/pako": ^2.0.3
"@zk-email/circuits": 4.0.0-alpha
"@zk-email/helpers": 4.0.0-alpha
"@zk-email/circuits": 4.0.0
"@zk-email/helpers": 4.0.0
"@zk-email/zk-regex-circom": ^1.1.1
babel-preset-jest: ^29.6.3
chai: ^4.3.7
Expand Down Expand Up @@ -4475,13 +4475,13 @@ __metadata:
languageName: node
linkType: hard

"@zk-email/circuits@npm:4.0.0-alpha":
version: 4.0.0-alpha
resolution: "@zk-email/circuits@npm:4.0.0-alpha"
"@zk-email/circuits@npm:4.0.0":
version: 4.0.0
resolution: "@zk-email/circuits@npm:4.0.0"
dependencies:
"@zk-email/zk-regex-circom": ^1.1.1
circomlib: ^2.0.5
checksum: 38dbb0d446f3eadafdd2accbdccacd61faf6dc4deff097c7444d6f78deb6d90c6479fd12956c88e8d49bcb6f1e4efc009475e096d84a304d25066051e503fa42
checksum: 93c96e518a83a06921b853e7d85bf58f4ce247c2828a2aaedb49b77de1784fe9b78016ebf4a1118c4687dd199af30cb6dc4a3abae5a2df41e087d6f05bd6808d
languageName: node
linkType: hard

Expand All @@ -4508,9 +4508,9 @@ __metadata:
languageName: unknown
linkType: soft

"@zk-email/helpers@npm:4.0.0-alpha":
version: 4.0.0-alpha
resolution: "@zk-email/helpers@npm:4.0.0-alpha"
"@zk-email/helpers@npm:4.0.0":
version: 4.0.0
resolution: "@zk-email/helpers@npm:4.0.0"
dependencies:
addressparser: ^1.0.1
atob: ^2.1.2
Expand All @@ -4522,7 +4522,7 @@ __metadata:
pki: ^1.1.0
psl: ^1.9.0
snarkjs: "https://github.com/sampritipanda/snarkjs.git#fef81fc51d17a734637555c6edbd585ecda02d9e"
checksum: c6e2b8184e2dbfeed90da4f7052fe731077fad79c51513668080b248f518bc0d86824d809f9112a747c3a3edcb34406b4d2c985fb50d2b141007173bde987195
checksum: a93120ed40f72eff81d563627e354dfe8cd49fecb102027d54a7e9ae75ea5cc3b7c66186a57cafd9e60e6a53ec160ddbc1e156f6031e01da4670c6319fb2b78e
languageName: node
linkType: hard

Expand All @@ -4545,7 +4545,7 @@ __metadata:
"@types/node-forge": ^1.3.11
"@types/styled-components": ^5.1.34
"@vitejs/plugin-react": ^4.2.1
"@zk-email/helpers": 4.0.0-alpha
"@zk-email/helpers": 4.0.0
crypto-browserify: ^3.12.0
jest: ^29.7.0
jest-environment-jsdom: ^29.7.0
Expand Down

0 comments on commit 88be537

Please sign in to comment.