Skip to content

Commit 0b9c25a

Browse files
Update deps (#350)
1 parent f221f03 commit 0b9c25a

File tree

5 files changed

+2123
-1733
lines changed

5 files changed

+2123
-1733
lines changed

.eslintrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ rules:
136136
import/dynamic-import-chunkname: off
137137

138138
##############################################################################
139-
# ESLint builtin rules list based on `v7.27.x`
139+
# ESLint builtin rules list based on `v7.29.x`
140140
##############################################################################
141141

142142
# Possible Errors
@@ -494,7 +494,7 @@ overrides:
494494
- plugin:import/typescript
495495
rules:
496496
##########################################################################
497-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.25.x`
497+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.28.x`
498498
##########################################################################
499499

500500
# Supported Rules

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ experimental.const_params=true
4242
include_warnings=true
4343

4444
[version]
45-
^0.152.0
45+
^0.154.0

0 commit comments

Comments
 (0)