chore(stack/contracts-manager): update dependencies

This commit is contained in:
Pascal Precht 2020-02-13 12:21:25 +01:00 committed by Iuri Matias
parent a7693c0e53
commit bfeec5d43a
2 changed files with 11 additions and 4 deletions

View File

@ -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",

View File

@ -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"