Skip to content

Commit f5db7fe

Browse files
0x-r4bbitiurimatias
authored andcommitted
chore(stack/communication): update module dependencies
1 parent 0d1da29 commit f5db7fe

File tree

3 files changed

+1363
-21
lines changed

3 files changed

+1363
-21
lines changed

packages/stack/communication/package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,18 @@
4545
"extends": "../../../.eslintrc.json"
4646
},
4747
"dependencies": {
48-
"@babel/runtime-corejs3": "7.7.4",
49-
"async": "2.6.1",
50-
"clone-deep": "4.0.0",
51-
"core-js": "3.4.3",
52-
"embark-core": "^5.1.0",
48+
"@babel/runtime-corejs3": "7.8.3",
49+
"core-js": "3.6.4",
5350
"embark-i18n": "^5.1.0",
5451
"embark-utils": "^5.1.0"
5552
},
5653
"devDependencies": {
57-
"@babel/core": "7.7.4",
58-
"babel-jest": "24.9.0",
54+
"@babel/core": "7.8.3",
55+
"babel-jest": "25.1.0",
5956
"embark-solo": "^5.1.0",
6057
"embark-testing": "^5.1.0",
61-
"eslint": "5.7.0",
62-
"jest": "24.9.0",
58+
"eslint": "6.8.0",
59+
"jest": "25.1.0",
6360
"npm-run-all": "4.1.5",
6461
"rimraf": "3.0.0"
6562
},

packages/stack/communication/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"src/**/*"
1111
],
1212
"references": [
13-
{
14-
"path": "../../core/core"
15-
},
1613
{
1714
"path": "../../core/i18n"
1815
},

0 commit comments

Comments
 (0)