bump embarkjs dep (to ver w/ corresponding babel7rc1 fixes)
This commit is contained in:
parent
c4e0eda1f9
commit
1852809cb0
|
@ -3952,11 +3952,11 @@
|
|||
}
|
||||
},
|
||||
"embarkjs": {
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.3.1.tgz",
|
||||
"integrity": "sha512-Xru7QYod+9pp+iC8MifdEQNf0hmRxO+HtcINppPLPH7R4JNbW9viGOTYJ+G18bR7S1HIbmz3G9jWtcgkCt/euw==",
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.3.2.tgz",
|
||||
"integrity": "sha512-XJSr4U6BOgQZX3AccTG9nc+4wAFkCMJODFNfH6wFb2IZQIt5GPgdEi822OBLLK4B9gpZ8tXDLryL5VEoRsEeQA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0-beta.54",
|
||||
"@babel/runtime-corejs2": "7.0.0-rc.1",
|
||||
"async": "^2.0.1"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"decompress": "^4.2.0",
|
||||
"deep-equal": "^1.0.1",
|
||||
"ejs": "^2.5.8",
|
||||
"embarkjs": "^0.3.1",
|
||||
"embarkjs": "^0.3.2",
|
||||
"eth-ens-namehash": "^2.0.8",
|
||||
"eth-lib": "^0.2.8",
|
||||
"ethereumjs-wallet": "0.6.0",
|
||||
|
|
Loading…
Reference in New Issue