Skip to content

Commit

Permalink
Update deps (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 30, 2020
1 parent 4e722a8 commit acbc736
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 93 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.yml
Expand Up @@ -504,7 +504,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.5.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.6.x`
##########################################################################

# Supported Rules
Expand Down Expand Up @@ -556,6 +556,7 @@ overrides:
'@typescript-eslint/no-unnecessary-qualifier': error
'@typescript-eslint/no-unnecessary-type-arguments': error
'@typescript-eslint/no-unnecessary-type-assertion': error
'@typescript-eslint/no-unnecessary-type-constraint': off # TODO consider
'@typescript-eslint/no-unsafe-assignment': off # TODO consider
'@typescript-eslint/no-unsafe-call': off # TODO consider
'@typescript-eslint/no-unsafe-member-access': off # TODO consider
Expand Down Expand Up @@ -655,6 +656,7 @@ overrides:
'@typescript-eslint/no-extra-semi': off
'@typescript-eslint/semi': off
'@typescript-eslint/space-before-function-paren': off
'@typescript-eslint/space-infix-ops': off
'@typescript-eslint/type-annotation-spacing': off
- files: 'src/**/__*__/**'
rules:
Expand Down
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -39,4 +39,4 @@ experimental.const_params=true
include_warnings=true

[version]
^0.136.0
^0.137.0
172 changes: 86 additions & 86 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
Expand Up @@ -54,21 +54,21 @@
"@babel/plugin-transform-flow-strip-types": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/register": "7.12.1",
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"cspell": "4.1.2",
"eslint": "7.12.0",
"eslint": "7.12.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules",
"eslint-plugin-istanbul": "0.1.2",
"eslint-plugin-node": "11.1.0",
"flow-bin": "0.136.0",
"flow-bin": "0.137.0",
"mocha": "8.2.0",
"nyc": "15.1.0",
"prettier": "2.1.2",
"typescript": "4.0.3"
"typescript": "4.0.5"
}
}

0 comments on commit acbc736

Please sign in to comment.