Skip to content

Commit 7c3cf9c

Browse files
committed
Update deps
1 parent ac3448c commit 7c3cf9c

File tree

3 files changed

+242
-185
lines changed

3 files changed

+242
-185
lines changed

cspell.json

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"Alderaan",
2424
"Tatooine",
2525
"astromech",
26-
"yuzhi",
2726

2827
// TODO: remove bellow words
2928
"Graphi", // GraphiQL
@@ -64,7 +63,6 @@
6463
"nullability",
6564
"nullish",
6665
"passthrough",
67-
"polyfill",
6866
"promisify",
6967
"pubsub",
7068
"punctuator",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"gitpublish": ". ./resources/gitpublish.sh"
4444
},
4545
"dependencies": {
46-
"iterall": "^1.2.2"
46+
"iterall": "^1.3.0"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "7.6.2",
@@ -53,12 +53,12 @@
5353
"@babel/register": "7.6.2",
5454
"babel-eslint": "10.0.3",
5555
"chai": "4.2.0",
56-
"cspell": "4.0.43",
57-
"dtslint": "2.0.2",
56+
"cspell": "4.0.44",
57+
"dtslint": "2.0.3",
5858
"eslint": "6.8.0",
59-
"eslint-plugin-flowtype": "4.5.2",
59+
"eslint-plugin-flowtype": "4.5.3",
6060
"flow-bin": "0.115.0",
61-
"mocha": "6.2.2",
61+
"mocha": "7.0.0",
6262
"nyc": "15.0.0",
6363
"prettier": "1.19.1"
6464
}

0 commit comments

Comments
 (0)