Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Nov 18, 2020
1 parent 61c2b01 commit 5042530
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Expand Up @@ -504,7 +504,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.7.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.8.x`
##########################################################################

# Supported 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.137.0
^0.138.0
169 changes: 96 additions & 73 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -52,18 +52,18 @@
"@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.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"cspell": "4.1.5",
"cspell": "4.2.2",
"eslint": "7.13.0",
"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.137.0",
"flow-bin": "0.138.0",
"mocha": "8.2.1",
"nyc": "15.1.0",
"prettier": "2.1.2",
Expand Down

0 comments on commit 5042530

Please sign in to comment.