mirror of https://github.com/embarklabs/embark.git
chore(stack/contracts-manager): update dependencies
This commit is contained in:
parent
a7693c0e53
commit
bfeec5d43a
|
@ -46,10 +46,9 @@
|
|||
"extends": "../../../.eslintrc.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"@babel/runtime-corejs3": "7.8.4",
|
||||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"core-js": "3.6.4",
|
||||
"embark-core": "^5.2.0-nightly.2",
|
||||
"embark-i18n": "^5.1.1",
|
||||
"embark-logger": "^5.1.2-nightly.0",
|
||||
|
@ -59,7 +58,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.1",
|
||||
"eslint": "5.7.0",
|
||||
"eslint": "6.8.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
"tslint": "5.20.1",
|
||||
|
|
|
@ -1920,6 +1920,14 @@
|
|||
core-js-pure "^3.0.0"
|
||||
regenerator-runtime "^0.13.2"
|
||||
|
||||
"@babel/runtime-corejs3@7.8.4":
|
||||
version "7.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.8.4.tgz#ccc4e042e2fae419c67fa709567e5d2179ed3940"
|
||||
integrity sha512-+wpLqy5+fbQhvbllvlJEVRIpYj+COUWnnsm+I4jZlA8Lo7/MJmBhGTCHyk1/RWfOqBRJ2MbadddG6QltTKTlrg==
|
||||
dependencies:
|
||||
core-js-pure "^3.0.0"
|
||||
regenerator-runtime "^0.13.2"
|
||||
|
||||
"@babel/runtime@7.3.4":
|
||||
version "7.3.4"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.4.tgz#73d12ba819e365fcf7fd152aed56d6df97d21c83"
|
||||
|
|
Loading…
Reference in New Issue