Browse Source

deps

feature/synctests2
Jordi Baylina 5 years ago
parent
commit
084f5b593b
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      package.json

+ 4
- 4
package.json

@ -25,13 +25,13 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"blake-hash": "^1.1.0", "blake-hash": "^1.1.0",
"snarkjs": "0.1.8"
"snarkjs": "0.1.9",
"web3": "^1.0.0-beta.36"
}, },
"devDependencies": { "devDependencies": {
"circom": "0.0.23",
"circom": "0.0.24",
"eslint-plugin-mocha": "^5.2.0", "eslint-plugin-mocha": "^5.2.0",
"ganache-cli": "^6.2.3", "ganache-cli": "^6.2.3",
"mocha": "^5.2.0",
"web3": "^1.0.0-beta.36"
"mocha": "^5.2.0"
} }
} }

Loading…
Cancel
Save