Skip to content

Commit

Permalink
Update deps (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 5, 2021
1 parent 44b32fc commit a4e9bc9
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 492 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.yml
Expand Up @@ -144,7 +144,7 @@ rules:
import/dynamic-import-chunkname: off

##############################################################################
# ESLint builtin rules list based on `v7.24.x`
# ESLint builtin rules list based on `v7.25.x`
##############################################################################

# Possible Errors
Expand Down Expand Up @@ -445,7 +445,7 @@ overrides:

rules:
##############################################################################
# `eslint-plugin-flowtype` rule list based on `v5.6.x`
# `eslint-plugin-flowtype` rule list based on `v5.7.x`
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
##############################################################################

Expand Down Expand Up @@ -488,6 +488,7 @@ overrides:
flowtype/generic-spacing: off
flowtype/object-type-curly-spacing: off
flowtype/object-type-delimiter: off
flowtype/quotes: off
flowtype/semi: off
flowtype/space-after-type-colon: off
flowtype/space-before-generic-bracket: off
Expand All @@ -504,7 +505,7 @@ overrides:
- plugin:import/typescript
rules:
##########################################################################
# `@typescript-eslint/eslint-plugin` rule list based on `v4.21.x`
# `@typescript-eslint/eslint-plugin` rule list based on `v4.22.x`
##########################################################################

# Supported Rules
Expand Down
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -38,4 +38,4 @@ include_warnings=true
no_flowlib=true

[version]
^0.148.0
^0.150.0

0 comments on commit a4e9bc9

Please sign in to comment.