mirror of https://github.com/embarklabs/embark.git
chore(stack/communication): update module dependencies
This commit is contained in:
parent
0d1da2971c
commit
f5db7fe88d
|
@ -45,21 +45,18 @@
|
||||||
"extends": "../../../.eslintrc.json"
|
"extends": "../../../.eslintrc.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime-corejs3": "7.7.4",
|
"@babel/runtime-corejs3": "7.8.3",
|
||||||
"async": "2.6.1",
|
"core-js": "3.6.4",
|
||||||
"clone-deep": "4.0.0",
|
|
||||||
"core-js": "3.4.3",
|
|
||||||
"embark-core": "^5.1.0",
|
|
||||||
"embark-i18n": "^5.1.0",
|
"embark-i18n": "^5.1.0",
|
||||||
"embark-utils": "^5.1.0"
|
"embark-utils": "^5.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.7.4",
|
"@babel/core": "7.8.3",
|
||||||
"babel-jest": "24.9.0",
|
"babel-jest": "25.1.0",
|
||||||
"embark-solo": "^5.1.0",
|
"embark-solo": "^5.1.0",
|
||||||
"embark-testing": "^5.1.0",
|
"embark-testing": "^5.1.0",
|
||||||
"eslint": "5.7.0",
|
"eslint": "6.8.0",
|
||||||
"jest": "24.9.0",
|
"jest": "25.1.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
{
|
|
||||||
"path": "../../core/core"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "../../core/i18n"
|
"path": "../../core/i18n"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue