Browse Source

deps

master
Jordi Baylina 4 years ago
parent
commit
7bf8325662
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
2 changed files with 829 additions and 320 deletions
  1. +826
    -317
      package-lock.json
  2. +3
    -3
      package.json

+ 826
- 317
package-lock.json
File diff suppressed because it is too large
View File


+ 3
- 3
package.json

@ -26,15 +26,15 @@
"dependencies": {
"blake-hash": "^1.1.0",
"blake2b": "^2.1.3",
"circom": "0.5.2",
"circom": "0.5.3",
"ffjavascript": "0.0.3",
"snarkjs": "^0.1.20",
"snarkjs": "^0.1.22",
"typedarray-to-buffer": "^3.1.5",
"web3": "^1.2.6"
},
"devDependencies": {
"eslint": "^6.8.0",
"ganache-cli": "^6.9.1",
"mocha": "^5.2.0"
"mocha": "^7.1.1"
}
}

Loading…
Cancel
Save