mirror of https://github.com/embarklabs/embark.git
chore(stack/deployment): update dependencies
This commit is contained in:
parent
78fc7b6a90
commit
3e3b4287a4
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
"src/**/*"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../../core/core"
|
||||
},
|
||||
{
|
||||
"path": "../../core/i18n"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue