Skip to content

Commit

Permalink
Update deps (graphql#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Jul 26, 2020
1 parent 19f2c52 commit 7f38a5b
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 56 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.4.x`
# ESLint builtin rules list based on `v7.5.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -350,7 +350,7 @@ rules:
func-name-matching: off
func-names: off
func-style: off
id-blacklist: off
id-denylist: off
id-length: off
id-match: [error, '^(?:_?[a-zA-Z0-9]*)|[_A-Z0-9]+$']
line-comment-position: off
Expand Down Expand Up @@ -503,7 +503,7 @@ overrides:
flowtype/no-types-missing-file-annotation: off

##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v3.6.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v3.7.x`
##########################################################################

# Supported Rules
Expand Down
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ babel_loose_array_spread=true
esproposal.optional_chaining=enable

[version]
^0.129.0
^0.130.0
109 changes: 62 additions & 47 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@
"@babel/plugin-transform-flow-strip-types": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/register": "7.10.5",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"@typescript-eslint/eslint-plugin": "3.7.0",
"@typescript-eslint/parser": "3.7.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"cspell": "4.0.63",
"eslint": "7.4.0",
"eslint": "7.5.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules",
"eslint-plugin-istanbul": "0.1.2",
"eslint-plugin-node": "11.1.0",
"flow-bin": "0.129.0",
"flow-bin": "0.130.0",
"mocha": "8.0.1",
"nyc": "15.1.0",
"prettier": "2.0.5",
"typescript": "3.9.6"
"typescript": "3.9.7"
}
}

0 comments on commit 7f38a5b

Please sign in to comment.