Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35f6df8

Browse files
Update deps (graphql#2794)
1 parent d6e760c commit 35f6df8

File tree

3 files changed

+63
-42
lines changed

3 files changed

+63
-42
lines changed

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ overrides:
601601
no-dupe-class-members: off
602602
no-empty-function: off
603603
no-invalid-this: off
604+
no-loop-func: off
604605
no-loss-of-precision: off
605606
no-redeclare: off
606607
no-shadow: off
@@ -617,6 +618,7 @@ overrides:
617618
'@typescript-eslint/no-dupe-class-members': error
618619
'@typescript-eslint/no-empty-function': error
619620
'@typescript-eslint/no-invalid-this': error
621+
'@typescript-eslint/no-loop-func': error
620622
'@typescript-eslint/no-loss-of-precision': error
621623
'@typescript-eslint/no-redeclare': error
622624
'@typescript-eslint/no-shadow': error

package-lock.json

Lines changed: 58 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
},
5050
"dependencies": {},
5151
"devDependencies": {
52-
"@babel/core": "7.11.5",
52+
"@babel/core": "7.11.6",
5353
"@babel/plugin-transform-flow-strip-types": "7.10.4",
5454
"@babel/preset-env": "7.11.5",
5555
"@babel/register": "7.11.5",
56-
"@typescript-eslint/eslint-plugin": "4.0.1",
57-
"@typescript-eslint/parser": "4.0.1",
56+
"@typescript-eslint/eslint-plugin": "4.1.0",
57+
"@typescript-eslint/parser": "4.1.0",
5858
"babel-eslint": "10.1.0",
5959
"chai": "4.2.0",
6060
"cspell": "4.1.0",

0 commit comments

Comments
 (0)