Skip to content

Commit

Permalink
Update deps (graphql#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Sep 9, 2020
1 parent d6e760c commit 35f6df8
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ overrides:
no-dupe-class-members: off
no-empty-function: off
no-invalid-this: off
no-loop-func: off
no-loss-of-precision: off
no-redeclare: off
no-shadow: off
Expand All @@ -617,6 +618,7 @@ overrides:
'@typescript-eslint/no-dupe-class-members': error
'@typescript-eslint/no-empty-function': error
'@typescript-eslint/no-invalid-this': error
'@typescript-eslint/no-loop-func': error
'@typescript-eslint/no-loss-of-precision': error
'@typescript-eslint/no-redeclare': error
'@typescript-eslint/no-shadow': error
Expand Down
97 changes: 58 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.11.5",
"@babel/core": "7.11.6",
"@babel/plugin-transform-flow-strip-types": "7.10.4",
"@babel/preset-env": "7.11.5",
"@babel/register": "7.11.5",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "4.0.1",
"@typescript-eslint/eslint-plugin": "4.1.0",
"@typescript-eslint/parser": "4.1.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"cspell": "4.1.0",
Expand Down

0 comments on commit 35f6df8

Please sign in to comment.