chore(stack/deployment): update dependencies

This commit is contained in:
Pascal Precht 2020-02-06 16:37:19 +01:00 committed by Iuri Matias
parent 78fc7b6a90
commit 3e3b4287a4
2 changed files with 4 additions and 9 deletions

View File

@ -47,19 +47,17 @@
"dependencies": {
"@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1",
"clone-deep": "4.0.0",
"core-js": "3.4.3",
"embark-core": "^5.1.2-nightly.0",
"embark-i18n": "^5.1.1",
"embark-utils": "^5.1.2-nightly.0"
},
"devDependencies": {
"@babel/core": "7.7.4",
"babel-jest": "24.9.0",
"@babel/core": "7.8.3",
"babel-jest": "25.1.0",
"embark-solo": "^5.1.1",
"embark-testing": "^5.1.1",
"eslint": "5.7.0",
"jest": "24.9.0",
"eslint": "6.8.0",
"jest": "25.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"
},

View File

@ -10,9 +10,6 @@
"src/**/*"
],
"references": [
{
"path": "../../core/core"
},
{
"path": "../../core/i18n"
},