Browse Source

deps

master
Jordi Baylina 3 years ago
parent
commit
9d876a1b32
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
2 changed files with 1179 additions and 853 deletions
  1. +1175
    -849
      package-lock.json
  2. +4
    -4
      package.json

+ 1175
- 849
package-lock.json
File diff suppressed because it is too large
View File


+ 4
- 4
package.json

@ -27,12 +27,12 @@
"blake-hash": "^1.1.0",
"blake2b": "^2.1.3",
"circom": "0.5.21",
"ffjavascript": "0.1.0",
"web3": "^1.2.6"
"ffjavascript": "0.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"ganache-cli": "^6.9.1",
"mocha": "^7.1.1"
"ganache-cli": "^6.10.1",
"mocha": "^7.1.1",
"web3": "^1.2.11"
}
}

Loading…
Cancel
Save